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 'CustomRecordTypeSearchBasic'
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 'CustomRecordTypeSearchBasic'