Product Overview
NetSuite
Payments
QuickBooks
Xero
Navigate through spaces
⌘
K
General Concepts
What is Breadwinner
Getting Started
App Installation
Initial Configuration
Person Accounts
Company Matching
Product Matching
NetSuite Items and Item Groups
Download PDF button
Regular Sync Interval
Weekly Sync Timeframe
Onboarding
Security and Permissions
NetSuite Permissions
Custom Guided Wizard
Quick Create Sales Order
Button URL Structure
Button URL Generator
NetSuite Company Creation
Support
Custom Fields
Manual Creation in Salesforce
Custom Objects
Global API
Quick Start Guide
API Overview
Requests
Response
Apex Generator
Code Examples
Advanced Topics
Formula Fields
NetSuite Discounts
NetSuite Payment Terms
Memorized Transactions
Sync Data Filtering
Working with Salesforce Sites
Technical Resources
Deploy Plan
Requirements
ERD / Object Structure
REST API
Sandbox Refresh Steps
Getting Help
Version History
Docs powered by
Archbee
Custom Guided Wizard
Button URL Structure
Summarized Button URLs
2min
Supported Transactions
Credit Memo
Estimate
Invoice
Return Authorization (RMA)
Purchase Order
Sales Order
Vendor Bill
Example Structure for a New Sales Order
Button URL
1
/apex/breadwinner_ns__CreateSalesOrder
2
?originating_record={!salesforce_record_ID}
3
&parent_account=api_field_name__c
4
&class=sales_order_class_api_field__c
5
&created_from=sales_order_created_from_api_field__c
6
¤cy=sales_order_currency_api_field__c
7
&custom_form=sales_order_custom_form_api_field__c
8
&date=sales_order_date_api_field__c
9
&department=sales_order_department_api_field__c
10
&memo=sales_order_memo_api_field__c
11
&other_ref_num=sales_order_other_ref_num_api_field__c
12
&subsidiary=sales_order_subsidiary_api_field__c
13
&testing=true
/apex/breadwinner_ns__CreateSalesOrder ?originating_record={!salesforce_record_ID} &parent_account=api_field_name__c &class=sales_order_class_api_field__c &created_from=sales_order_created_from_api_field__c ¤cy=sales_order_currency_api_field__c &custom_form=sales_order_custom_form_api_field__c &date=sales_order_date_api_field__c &department=sales_order_department_api_field__c &memo=sales_order_memo_api_field__c &other_ref_num=sales_order_other_ref_num_api_field__c &subsidiary=sales_order_subsidiary_api_field__c &testing=true
Updated 06 Oct 2023
Did this page help you?
PREVIOUS
Custom Fields
NEXT
Credit Memo
Docs powered by
Archbee
TABLE OF CONTENTS
Supported Transactions
Example Structure for a New Sales Order
Docs powered by
Archbee