salesforce
Salesforce: How to only render apex if current user has permission to update current record. Record level security
I\'m trying to fix my code posted for this ques开发者_开发知识库tion VisualForce: convert carriage returns to html line-breaks in a long text field[详细]
2023-03-13 19:13 分类:问答Form not sending because url I'm building somehow isn't accepted
Thanks for looking. I\'m pretty new to JS and I\'m hoping this is just a simple answer staring me in the face that I\'m missing.[详细]
2023-03-13 17:21 分类:问答Salesforce API global variable in a visualforce page
In salesforce custom links, a user can reference the salesforce session ID by using the API global variable, like so: {!Api.Session_ID}[详细]
2023-03-13 16:06 分类:问答How do I dynamically set the 'mode' attribute of a apex:pageBlock in Salesforce Visualforce?
I have the following in my visualforc开发者_开发问答e page: <apex:pageBlock mode=\"{!pageBlockMode}\">[详细]
2023-03-13 14:40 分类:问答Convert from Salesforce.com sObject[] to .NET DataSet
I am taking over an application that currently has data in a database, but we are converting to Salesforce, the pr开发者_如何学Goevious developers passed Datasets to the controls to be bound and displ[详细]
2023-03-13 10:21 分类:问答Installing this package requires the following feature and its associated permissions: Apex Classes
I\'m trying to install a MANAGED PACKAGE from my developer org to TRIAL Professional Edition, and it is resulting in following error:[详细]
2023-03-12 15:12 分类:问答Session Management in salesforce
Weare trying to build one simple website using force.com sites.Here开发者_如何学Go User logged into website and need to perform different actions by moving to different VF pages.[详细]
2023-03-11 11:30 分类:问答Writing a code formatting tool for a programming language
I\'m looking into the feasibility of writing a code formatting tool for the Apex language, a Salesforce.com variation on Java, and perhams VisualForce, its tag based markup language.[详细]
2023-03-10 15:57 分类:问答Regarding the update of the custom field in salesforce apex language
I need some suggestions for the code which overrides the custom field which already stored as record in object.I have created one object signup with some fields like mail id, password and confirm pass[详细]
2023-03-10 09:19 分类:问答salesforce cast from sObject to custom object
I have written a Base controller that I want to use to manage data pagination on sever controllers. I have an abstract method like so[详细]
2023-03-09 23:19 分类:问答