Cannot find function selectLine in object standard...
# suitescript
v
Cannot find function selectLine in object standard record. what is reason for this error?
n
selectLine() is only available in dynamic mode. So if you are loading a record with record.load({type: 'type', id: 'id', isDynamic: false}) That function will not be available. If isDynamic is true then you can use it