Cannot find function selectLine in object standard record. what is reason for this error?
n
Nathan L
05/11/2023, 2:51 PM
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