Add Custom Fields to Billing and Delivery Address Objects

LFS version: requires Limio for Salesforce v11.67 or later

Limio version requirement: requires Limio v88 or later

Limio for Salesforce Acquisition flow allows passing additional custom fields to the billing and delivery address objects to be included in the order payload. In order to do so, two string variables are exposed: customBillingAddressFields and customDeliveryAddressFields.

b8095546-2f47-43ca-9a19-a4574f85dd25.png

Use an Assignment element to populate these variables with values. Both customBillingAddressFields and customDeliveryAddressFields accept a JSON string, and the input is validated when a customer submits an order.

Example:

customDeliveryAddressFields = 

In case of an invalid input formatting, the error message is displayed after clicking Submit Order:

77a4eee5-d55e-4972-9f51-a76348916402.png

Note: billing and delivery custom fields are validated consecutively, so in case both values are incorrectly formatted, the error message will reflect one error at a time. Please, make sure to check both inputs before re-testing.

Variables are added to the order in the very last screen element of the flow - Summary Screen - so make sure to assign values anywhere prior to this step.

Last updated

Was this helpful?