Requirement
Need to add a field into the customize fulfillment email for eg: Tracking Numbers
Solution
- Navigate to Setup > Accounting > Customize Fulfillment Email.
- Copy the Default Text and paste it in the Customization box.
- Remove {7} in the Customization box.
- Add the following to the Item Fulfillment codes:
Tracking numbers:<br>
<%=getCurrentAttribute(‘salesorder’,’linkedtrackingnumbers’)%><br><br>
5. Click Save.