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
.
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 =
'{"custom_field":"custom_value"}';
In case of an invalid input formatting, the error message is displayed after clicking Submit Order:
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.
Comments
0 comments
Please sign in to leave a comment.