Custom field implementation in QuickBooks Online
I'm trying to invoke QuickBooks Online WebAPI in order to post all my Invoices (from my application) to QuickBooks Online. After analysis of QuickBooks WebAPI, I came to know that 3 custom field mapping can be added. Can you please assist me on the following Questions?
1) I need to group my "Product\Services" towards "Model" which we are offering to customers. As per my business requirement, I need to do mapping of "Product\Services" against each "Model" as defined below
S.No | Services Provided | Model Name |
1 | 1. Consulting Fees 2. Processing Fees | Model 1 |
2 | 1. Processing Fees 2. Misc. Fees | Model 2 |
3 | 1. Consulting Fees 2. Operational Charges 3. Customer Support | Model 3 |
As you see above, the same service(s) might have exists under different Model. When invoking WebAPI, I need to generate a "Line" object for each product under one Model. I understand that the "Model" can be accomplished using custom field in "Line" object.
I already did custom field mapping for "Invoice" object and it’s working as expected. Is there any possibility to add custom field in "Line" object? Please assist me on this.
2) QuickBooks allowing us to add 3 custom fields. Can we add 3 custom field for “Invoice” object and 3 custom fields for “Line” object?


