Requirement We have a custom page developed using the suitelet script which is used for the bulk approval of bill records. Client needs to add a summary box in the custom page to show the total, sub total and tax for all the bills which are displayed in the page. Solution I have added a… Continue reading Displaying a Summary Box in the Suitelet page
Tag: Summary box
Script to Add Summary box in the Item Receipt Record.
Create a user event script that will set the summary box on before load Create a client script that will update the summary box values on editing the rate or quantity in the item receipt record.
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