SystemId
In some cases, it may be necessary to know the subscription ID. For instance, if you are looking up an external id, you will need to know the subscription id. This can be referenced with the variable SpaceportSystemId.
SourceTypeName
You may need to use the current data object's type to determine behavior. For example, you may want a ParentOnly mapping for Billing Address, but need a separate collection for Shipping Addresses. In this case, you would need the source data type to appropriately filter the mapping. This can be referenced with the variable SourceTypeName.
Custom Fields
Custom Fields in iPaaS.com are stored in a collection called CustomFields. To help navigate the complexities of identifying the correct field, we provide a function called GetCustomFieldValue. It takes in the CustomField collection and the name of the custom field you are looking for. For example, GetCustomFieldValue(CustomFields, "Meta Keywords").