Supported Macros
Supported Macros
The adapter also supports the following macros. These values are not case sensitive and would be supplied to a property in the form %MacroName%.
| Temp | This is resolved to the full path in the system's temporary directory. |
| MessageId | Globally unique identifier (GUID) of the message in BizTalk Server. |
| SourceFileName | The original file name. This includes the extension and excludes the file path, for example, Sample.xml. |
| RemoteFileName | The name of the file as it was uploaded to the remote server. This includes the extension and excludes the file path; for example, Sample.xml. Valid only for AS3, FTP, and SFTP Send Adapters. |
| DestinationParty | Name of the destination party. |
| DestinationPartyQualifier | Qualifier of the destination party. |
| SourceParty | Name of the source party. |
| SourcePartyQualifier | Qualifier of the source party. |
| DateTime:CustomFormat | This special value allows you to specify your own custom time format. For instance DateTime:yyyy would be resolved to the four-digit year. |
| Date | The date format yyyy-MM-dd. |
| DateTime | The date format yyyy-MM-ddThhmmss. |
| Time | The date format hhmmss. |
| DateTime_BTS2000 | The date format yyyyMMddhhmmssf. |
| DateTime.TZ | The date format yyyy-MM-ddThhmmsszzz. |
| Time.TZ | The date format hhmmsszzz. |