Summary Box Structure using Inline HTML field

To create a box structure similar to summary box to store values in a record, we can use HTML to create the box structure. Add hidden fields to store the values which need to be populated inside the box. Create the box structure with HTML with the values from the field sourced to it. Create… Continue reading Summary Box Structure using Inline HTML field

Add Summary Box for displaying Total Amount in Item Receipt

Add a custom transaction body field of type Inline HTML.For that go to Customization > Lists, Record, & fields > Transaction Body FieldsAdd Label, select type as Inline HTML.Under ‘Applies To’ subtab check Item ReceiptUnder Validation and Defaulting subtab, add the below code in DEFAULT VALUE Here ‘custbody17’ holds the total amount which is to… Continue reading Add Summary Box for displaying Total Amount in Item Receipt