does anyone have a sample code on how to use n/que...
# suitescript
m
does anyone have a sample code on how to use n/query with custom records. I undestand the type should be type: query.Type.CUSTOM_RECORD_TYPE, but i dont understand how to enter the custom record id to id the custom record
Actually that blog is about querying for what you are doing. I don't think you need to use
query.Type.Something
... just put
"customrecord_mytype"
in there instead of the enum
m
thanks a lot Sandii