on after submit user event script should the trans...
# suitescript
s
on after submit user event script should the transaction id be avilabile >
Copy code
var tranid = rec.getValue({ fieldId: 'tranid' });
b
not after being created, you have to lookup the value
s
after submit is after the record is created ?
b
do you know the difference between beforeSubmit and afterSubmit?
s
yes
aftersubit the record is created i have the internal id but the tranid is not generted yet ?
b
the transaction id is not available after being created, you have to lookup the value
s
is that possible in a aftersubmit
b
use N/search