top of page
E2F: Create Content Document Links
Leverage the Create Content Document Links apex action to link files to their respective parent object. For example, linking email attachments to the email message record or the case record.
Inputs
Record Id
The id of the record to be parented
ContentVersions
List of the ContentVersion records to be linked
Outputs
Status
String set to “Pass” if successful, “Fail” if an error was encountered.
Error Message
If isSuccess is False, the message of the error encountered
bottom of page