-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Objects not available via NetSuite Connection #35
Comments
Hey guys! I saw you added the ability to use custom records, thank you! My main concern is the ability to query standard objects not included in this package, such as Customer, Transaction, and Item. Is there a way to specify an object type, or build on top of this to support them? |
Hey @tim-sauchuk, To get these records you can simply do something like
This commit caters to our requirements, but if you want to add something extra, please feel free to put out a PR |
In terms of querying on existing objects, there are several internal functions which might not be directly available, you might have to play around a little |
Do Items / InventoryItems have a custom record type internal ID? All reference I can find to them in NetSuite identifies it as "inventoryitem" or "item", neither of which I think I can work with. Going into Customization -> Lists, Records and Fields -> Record Types gets me the Internal ID of nearly everything I need however Item / InventoryItem isn't on there. Thanks! |
Thank you for putting this together, saves me a ton of time. I see you support a list of Netsuite objects such as accounts, departments, and employees. However, is there a way to use your SDK to query for custom objects? If not, could you point me in the right direction for doing so using the SOAP API?
The text was updated successfully, but these errors were encountered: