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
Tag: Summary box
Function to add summary box to the suitelet page
The following function can be used to add the summary box to the suitelet using HTML. /** * Generates HTML for the summary box displaying category discounts. * * @param {Object} categoryDiscounts – An object containing category discounts. … Continue reading Function to add summary box to the suitelet page
Displaying a Summary Box in the Suitelet page
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
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