let statusField = form.addField({ id: ‘custpage_cus_filter’, type: serverWidget.FieldType.MULTISELECT, label: ‘Customer’, … Continue reading Creating custom filter for customer
Tag: custom
Register page redesign
The Register page functionality is to be developed.Extend the register page and develop it as a 2 page registration. Add the custom fields in the registration form and save it to the required customer fields in Netsuite. Steps: 1.Create custom entity field in netsuite. 2.extend “login_register_register.tpl” . 3. created an extension called “registerpage” and extended… Continue reading Register page redesign