Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Supports most Salesforce formulas (see more information about formula fields)

  • Follow the pre- processing steps on the Pulsar Settings Manager tab (NOTE: this is currently a limitation of the Salesforce platform, as we cannot directly sync validation rule metadata, but first have to pre-process ituse the processing steps).

  • Set pulsar.validation.enableSFDCValidationRules Pulsar Setting to TRUE to enable this functionality in the Pulsar mobile app

  • NOTE: If a PSL BeforeSave setting exists on an object, it will be run BEFORE saving the object and BEFORE processing any Salesforce ValidationRules for that record.

...

The Full list of data available in pulsar.beforeSave.File or pulsar.onSave.File PSL follows:

ContentDocument

ContentVersion

ContentDocumentLink

ContentDocument_Id

ContentVersion_Id

ContentDocumentLink_ContentDocumentId

or

ContentDocumentId

ContentDocument_FileExtension

ContentVersion_ContentDocumentId

ContentDocumentLink_LinkedEntityId

or

LinkedEntityId

ContentDocument_FileMimeType

ContentVersion_FileExtension

ContentDocumentLink_SystemModstamp

or

SystemModstamp

ContentDocument_ContentSize

ContentVersion_FileMimeType

ContentDocumentLink_ShareType

or

ShareType

ContentDocument_ContentSizeMB

ContentVersion_ContentSize

ContentDocumentLink_Visibility

or

Visibility

ContentDocument_Base64ContentSize

ContentVersion_ContentSizeMB




ContentDocument_Base64ContentSizeMB

ContentVersion_Base64ContentSize




ContentDocument_Title

ContentVersion_Base64ContentSizeMB




ContentDocument_Description

ContentVersion_Title





ContentVersion_Description





ContentVersion_Origin





ContentVersion_PathOnClient




Example of data available in PSL:

Datum

Example Value

Notes

ContentDocument_Id

0695e000007oQsJAAU

will be empty in beforeSave

ContentDocument_FileExtension

mp4


ContentDocument_FileMimeType

video/mp4


ContentDocument_ContentSize

12207543


ContentDocument_ContentSizeMB

11.64


ContentDocument_Base64ContentSize

16236032


ContentDocument_Base64ContentSizeMB

15.48


ContentDocument_Title

example.mp4


ContentDocument_Description

Example MP4 Video


ContentVersion_Id

0685e000007xDBQAA2

will be empty in beforeSave

ContentVersion_ContentDocumentId

0695e000007oQsJAAU

will be empty in beforeSave

ContentVersion_FileExtension

mp4


ContentVersion_FileMimeType

video/mp4


ContentVersion_ContentSize

12207543


ContentVersion_ContentSizeMB

11.64


ContentVersion_Base64ContentSize

16236032


ContentVersion_Base64ContentSizeMB

15.48


ContentVersion_Title

example.mp4


ContentVersion_Description

Example MP4 Video


ContentVersion_Origin

C


ContentVersion_PathOnClient

example.mp4


ContentDocumentLink_ContentDocumentId

0695e000007oQsJAAU

will be empty in beforeSave

ContentDocumentLink_LinkedEntityId

0016A00000oCv1dQAC


ContentDocumentLink_SystemModstamp

2022-05-18T16:27:20.149+0000


ContentDocumentLink_ShareType

V


ContentDocumentLink_Visibility

AllUsers


Example pulsar.beforeSave.File

...