netsuite-sdk-py
netsuite-sdk-py copied to clipboard
Python SDK for accessing Netsuite resources
Hi I'm trying to add a custombody field to a journalentry post, has anyone got an example of what the structure looks like for this. I've tried the following which...
I am trying to find a way to get additional fields from a record (in my case `Jobs` aka projects). For the use case, i want the returned object to...
Can support for `CustomerPayment` be added please? https://www.netsuite.com/help/helpcenter/en_US/srbrowser/Browser2020_2/schema/record/customerpayment.html thanks ❤️
Update Post for Journal Entries to support custom fields for the object as well as the lines this is just a quick extension of the post method i did to...
How can I [get deleted records](https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/section_N3497592.html)? If it is not possible yet, could I have some tips on how to get the implementation started?
I'm getting successful zero results with TransactionSearch when the permission for a record type is missing. I know this library is behaving correctly, but is there a way to know...
Doing a search as follows: `cust_recs = nc.custom_record_types.search('field name', 'value', 'contains')` produces the following error: netsuitesdk\internal\client.py", line 524, in basic_stringfield_search search_cls = getattr(self, search_cls_name) AttributeError: 'NetSuiteClient' object has no attribute...
Hi there! I can't seem to figure out how to search for support cases. There doesn't seem to be an off-the-shelf collection for it, and it looks like something about...