Sample code for adding item group in client script. This code allows to add items, change quantity as per our choice irrespective of the actual items in the item group. // code for editing the Estimate record with group item in client script require([‘N/record’],function (record) {var rec = record.load({type: record.Type.ESTIMATE,id: 933121, isDynamic: true,});// Group Itemrec.selectNewLine({… Continue reading Adding Item Group in Client Script
Tag: Item Group
You cannot edit the end of group line. You must delete the group when entering item group on transaction
Create Item Group 1. Lists> Accounting> Items> New2. Select Item Group3. Reference Start/End Lines on Picking Tickets = Yes4. Create Customer record with no shipping and billing address5. Create Sales order —Transactions> Sales> Enter Sales order—Select the item group—Save Warning: This Document has not used AvaTax Services for Tax Calculation. Shipping/Billing Address or Latitude & Longitude… Continue reading You cannot edit the end of group line. You must delete the group when entering item group on transaction
Customized field for displaying Pricing in Item Group record
JIRA CODE : BGG-120 Description We need to display a custom field in the Item group which should display the total price of its components. If the item group contains 3 items A, B and C then we need to populate the amount value sum of individual prices A+B+C to that field. Solution A. Generate… Continue reading Customized field for displaying Pricing in Item Group record