The libraries tag has no wiki summary.
0
votes
2answers
29 views
How to get the customer access to library
I have create a customer portal community where i have created a user with Customer Portal Manager US profile (clone of Customer Portal Manager) And have View Content in Portals = true in my profile. ...
10
votes
3answers
1k views
Feasibility of Angularjs in visualforce pages?
Is it feasible to build visualforce pages with angularjs?
Visualforce is itself a MVC framework. It has its own data-binding, data-transfer mechanism through viewstate.
If angularjs is used, what ...
11
votes
2answers
460 views
How to pass security review when using “Without sharing” by design?
I failed to pass security review for an app that has two classes using the "without sharing" keyword. Both were not choosen accidentally but by design.
On class is SObjectUnitOfWork.cls from Andrew ...
4
votes
1answer
75 views
Is there something like NPM for Apex/Salesforce already in use?
Internally when we want to share code between multiple managed packages we do it in an unstructured way. Having used Nods.js's NPM recently, it seems that in comparison we in the Salesforce community ...
0
votes
1answer
113 views
Empty column error in Dataloader
I am trying to load Content with Dataloader. When I go to load the file, I get an error that says:
I hit Yes and it says:
I then click OK and nothing happens. It just sits on the screen it was ...
2
votes
2answers
332 views
Is it possible to create a sub-folder wihtin a library in salesforce?
To be able to create a hierarchical content structure within the salesforce library it is necessary to be able to create folders within folders. Is this possible or what is the best work around?
4
votes
2answers
79 views
PageReference to Libaries page clearing my search
I have a Visualforce page that renders part of library content in it, but I also give them the option to type in a search which will renavigate them to the default Libraries tab with the search option ...
5
votes
2answers
86 views
Markdown in Apex?
Has anyone built a Markdown parser in Apex? Looking to do something like this:
String raw = 'This is a *Markdown* string. Large, multiline, has links & headings';
Markdown mdParser = new ...
0
votes
0answers
46 views
Problem while accessing the Library as a community user.
I have create a VF which access the Library files according to the access he have to the library. I have created two community partner and customer. The url for partner ends with
...
2
votes
2answers
510 views
Transfering content from one library to a new library
I attempting to move content from one library to another in mass. I have come into a snag where I am given an error message. "You do not have the level of access necessary to perform the operation ...
5
votes
2answers
1k views
How to preview documents in SalesForce?
In my Apex page we want to show the preview for the SalesForce documents?
We want to have preview for the following file types?
Supported file types:
MSWord, MSExcel, PDF and PPT.
Is the any we ...
1
vote
1answer
60 views
Sharing / Migrating Libraries files form 1 salesforce env to other.
Is their any way for Sharing / Migrating Libraries files form 1 salesforce env to other. I have moved some class and Vf page from one env to other other and these class are using Libraries file.
3
votes
1answer
77 views
Understanding Results of Querying ContentWorkspace
How is access or readabiity of a ContentWorkspace (library) determined? The following query is returning different results for me:
select id, name from ContentWorkspace
When logged in as a System ...
1
vote
2answers
533 views
Copy or Link the Chatter Post Files into Library
Wandering if there is any possibility to link the Chatter Post File into a specific Library and make it published.
18
votes
2answers
425 views
Is there a defacto 3rd party utilities library for Apex such as Apache Commons is for Java?
I have been developing in Java for some time and have grown accustom to using third party libraries such as Apache Commons for some of the more mundane functions needed in most applications (e.g., ...