tenant details
Last updated
Last updated
Rule Node Adds fields from Tenant details to the message body or metadata.
There is Add selected details to the message metadata checkbox in the Node configuration. If this checkbox selected, existing fields will be added to the message metadata instead of message data.
Selected details are added into metadata with prefix: tenant_. Outbound Message will contain configured details if they exist.
To access fetched details in other nodes you can use one of the following template:
metadata.tenant_address
msg.tenant_address
Failure chain is used if Originator does not have assigned Tenant Entity, otherwise - Success chain.