apex-code
Salesforce.com Id attribute seems to have a 15 and 18 character value, whats the difference?
When using the SOAP API to work with salesforce.com (SFDC) it seems that the primary key in the underlying database is Id.Well there seems to be two representations of this value as either a 15 charac[详细]
2023-01-06 10:20 分类:问答Is there a replication delay in Salesforce.com via the APEX API?
I have been using SOAP to deal with Salesforce.com and have been using the getUpdated() call, using the timestamp I retrieve from the getServertimestamp() call.[详细]
2023-01-06 09:11 分类:问答Prevent assignment email when assigning a lead with Apex
I have some code that automatically assigns a Lead to a Queue via a before Update trigger when certain conditions are met. When leads are assigned though the UI, the \'Send Assignment Notification\' c[详细]
2022-12-26 15:56 分类:问答Transferring data from Salesforce using Apex Data Loader to Oracle
While attempting to transfer data from Salesforce using Apex Data Loader to Oracle Keep getting the following error:[详细]
2022-12-25 17:19 分类:问答Visualforce and VPN
I\'m looking to integrate my Salesforce implementation with an external database. I know that in most circumstances I would use 开发者_高级运维Visualforce with an Apex controller/extension to access t[详细]
2022-12-25 02:06 分类:问答How to avoid MIXED_DML_OPERATION error in Salesforce tests that create Users
Sometimes in Salesforce tests you need to create User objects to run part of the test as a speciifc type of 开发者_运维问答user.[详细]
2022-12-22 04:44 分类:问答How does one show multiple validation errors near matching multiple field locations instead of the default one at a time?
Let\'s say you have an apex:form with ten apex:inputFields. All these fields are required and there are validation rules for all these fields that don\'t permit empty fields.[详细]
2022-12-16 03:11 分类:问答Get the data type, not display type, of a Salesforce.com field from Apex
I need to access the data types of the fields in a Salesforce.com object in order to identify each phone, fax, email, and mail field in a开发者_运维问答n object. I\'ve done this from SFDC web services[详细]
2022-12-15 07:41 分类:问答Salesforce: Trigger that fires off a Workflow rule has stopped working - any ideas?
So in one part of our customised Salesforce system, the following happens: a trigger changes the value of a picklist on a custom object[详细]
2022-12-14 05:25 分类:问答Does any one know of any APEX refactoring tools?
The company that owns the company that I work for has recently decided unilaterally that the salesforce.com and force.com platform are where we are headed. Currently, we\'re a C# .NET shop and we freq[详细]
2022-12-10 03:31 分类:问答