var radio1 = form.addField({ id: ‘custpage_radio’, type: serverWidget.FieldType.RADIO, label: ‘YEARLY’, source: ‘yearly’, … Continue reading Add radio button in same line and set one as default
Tag: suitelet page
Proposal For Consolidated Packing Slip Of Sales Orders
Proposal summary This proposal covers the scope of the consolidated packing slip printing functionality with a single button for multiple records. Requirement The client wants to have a ‘Print Packing Slip’ printing functionality to print a single packing slip for a sales order even if multiple fulfillment records are present. Currently, when each item is… Continue reading Proposal For Consolidated Packing Slip Of Sales Orders
Navigation from One suitelet to Another suitelet
Scenario: By clicking from a suitelet it need to be navigate to another Suitelet Solution: Every elements in the suitelet can be added by using usual suitelet form and form elements. To navigate from a suitelet to another you can use window.location.href, along with URL. In this example, projects are listing and according to the… Continue reading Navigation from One suitelet to Another suitelet
Showing values of a field according to the values of another field using Suitelet
Scenario: There can be one or more tasks can be for a project. Here We are listing projects and It has to list the project tasks of selected project using a suitelet. Solution: //JJ SL Suitelet.js //JJ CS Validations.js
Show different Searches in different Subtabs in a Suitelet Page
Redirect to Suitelet page on Button click
UserEventScript – This script will add the button name ‘Prit vouchers’ in SO record under ‘bookings list’ tab. ClientScript – This script will redirect to print voucher page.
Auto journal creation & application in Payment
Scenario: Create a journal for applying in the credit section of the payment. Ultimate need is to capture the credit info from the custom record, need to create a journal or custom transaction of journal type then apply the same in the payment record.We have seen a limitation of once payment is saved the credit… Continue reading Auto journal creation & application in Payment
Suitelet page to list the customer addresses
This article briefs about a suitelet page to list the customer addresses.