Skip to main content
Feedback

Document property scripting names

Document property scripting names follow a specific pattern. Technology connector properties have slightly different patterns to differentiate the static tracked inbound property value that cannot be modified (set by an inbound connector earlier in the process) and the dynamic outbound property value that can be modified (that would be used by an outbound connector later in the process).

  • Tracked Inbound Connector Property: connector.track.<Connector type>.<Connector property>

    • Example: connector.track.disk.filename
  • Dynamic Outbound Connector Property: connector.dynamic.<Connector type>.<Connector property>

    • Example: connector.dynamic.ftp.remoteDirectory
  • Dynamic (user-defined) Document Property: document.dynamic.userdefined.<property name>

    • Example: document.dynamic.userdefined.MY PROPERTY

Below is the list of available connector types and associated properties.

note

Not all connector properties are available as both tracked and dynamic properties.

Connector typeTracked connector propertiesDynamic connector properties
as2Nonefile, name, subject
as2sharedserveras2fromid, as2toid, filename, messageid, subject, mimetypeNone
diskfilenamedirectory, filename
ftpfilename, host, movetodirectory, port, remotedirectoryfilename (available only in Send operations), movetoDirectory (available only in Send operations), remoteDirectory (available only in Send operations)
jmscorrelationid, destination, messageid, priority, redelivered, replytocorrelationid, destination, priority, replyto
mailfilename, fromaddress, host, messageId, subject, toaddress, userfilename, fromaddress, subject, toaddress
sapidoctypeNone
sftpfilename, host, movetodirectory, port, remotedirectoryfilename, movetodirectory, remotedirectory