Custom Guided Wizard
...
Summarized Button URLs
Sales Order
Billing Schedule
5min
according to netsuite, the advanced billing feature enables you to create billing schedules that you apply to sales orders or line items on sales orders please refer to the netsuite docs for billing schedule usage https //docs oracle com/en/cloud/saas/netsuite/ns online help/section n1253848 html#applying billing schedules https //docs oracle com/en/cloud/saas/netsuite/ns online help/section n1253848 html#applying billing schedules in netsuite, when you are applying a billing schedule on the transaction (sales order level), you will find it under the billing subtab as shown below when we are applying to transaction line level (line items), you will need first to customize your transaction forms to show it on the line item table how to pass the billing schedule from salesforce getting the internal id from netsuite we must pass the internal id of the billing schedule to netsuite while creating the sales order through custom url or global api you can find the billing schedule's internal id in netsuite from here lists > accounting > billing schedules > new here is an example of the billing schedule adding it to the button url once you have the internal id of a billing schedule record, you can pass it to breadwinner either as a field that contains the internal id or as raw data within the custom url itself without creating any fields (only an appropriate choice if you always use the same value) at the transaction level button url (field value) \&billing schedule=billing schedule api field c button url (static value) \&billing schedule=1 at the line item level button url (field value) \&co billing schedule=billing schedule api field c button url (static value) \&co billing schedule=1 the billing schedule is shown on the line items only when forms are customized in netsuite to show the billing schedule on lines make sure to include the line item billing schedule in the default custom form if not, pass the "custom form" id in the button url that has it when using a line item billing schedule, the transaction level one cannot be set therefore, only use one at a time