Retrieve Activity Custom Fields using Salesforce Package.xml In Salesforce Acitivity contains two topcis. One for Task and another for Events. if you try to retrieve Task fields (Standard fields of …
Tag:
Event
-
- SALESFORCESalesforce ConfigurationSalesforce.com
How to save attachments against an event and task (Activities) in Salesforce?
How to save attachments against an event and task (Activities) in Salesforce? Its only possible in edit mode (after created the event/task and the click the edit button). If users …
- APEXSALESFORCESalesforce ConfigurationSalesforce Customization
How to identify the Parent Event ID from Child Event in Salesforce?
How to identify the Parent Event ID from Child Event in Salesforce? Using Apex Class/Trigger if we tried to update the Events (Child Events) if isChild = True, then the …