These methods enable you to programmatically implement Syncplicity for Salesforce integration for folder creation. They can be invoked from an Apex script or an Apex trigger. These methods can update Salesforce records to Syncplicity folder mapping.
Async method (future) to create folder for record Id
Method invoke input | Type | Description |
---|---|---|
recordId | String | Salesforce record id |
Returns
Void
Method invocation
SyncplicityFolderCreationAsync.createObjectFolderForRecordId($recordId);
Sync method to create folder for record Id
Method invoke input | Type | Description |
---|---|---|
recordId | String | Salesforce record id |
Returns
Void
Method invocation
SyncplicityFolderCreationSync.createObjectFolderForRecordId($recordId);