RE: How can I search REST API Accountingperiod entries?
How can I search REST API Accountingperiod entries?
I have an interface program with its own period/year.
I would like to translate the period/year to the Netsuite Accountingperiod id.
Hi Chris,
The problem is you cannot use the RefName field or Start date/End date fields to select the accounting period and therefore cannot get the id to add to (say) a journal posting.
IOW the …/accountingperiod?q= doesn’t include those fields so field selection isn’t possible, it seems…
I have since built a dictionary of active NS accounting periods and am using that as my validation/translation mechanism.
Regards,
Phil.