Discussions
Type of Posting Period Record
Hello,
I am trying to set my own postingperiod on invoices in my suitescript. It seems to accept the internalId of a period found in the Set Up > Accounting > Manage Accounting Periods page. In my script, I am trying to find a period and it's internal Id based on a give date using nlapiSearchRecord( type, null, null, results);. I can't seem to find the record type for posting periods anywhere! I looked in the documentation and forums. I appreciate any help.
In general what is the best way to find the type of a standard record type? Is documentation the only place that lists them?