i wanna for UE afterSumit transid but getting #to ...
# general
t
i wanna for UE afterSumit transid but getting #to be generated
n
I am guessing you are using context.newRecord. If so, load the record and then get the value.
t
I tried with load also but getting error
message has been deleted
n
from the error, it looks like you didn't load it correctly. you need to pass in the type as well.
record.Type.returnauthorization is not valid
it should be record.Type.RETURN_AUTHORIZATION
you can also use context.newRecord.type
t
Yeah its working Thanks