Paging in Sublist
I am writing a custom form which allows users to move work orders through the workflow, I am struggling to find how to add paging to a sublist. I can obviously page the search results.
Is there no built in function for this?
It has to do with the specific type of sublist you are creating. One of the sublist types display the same built-in paging mechanism that Netsuite uses if you define the correct sublist type.
I can only see INLINEEDITOR, EDITOR LIST and STATICLIST in the type enum. I am using LIST and it says STATICLIST is not available for scripting
Are you by any chance trying to write an ASSISTANT form?