i passed parameter as a record id through client...
# general
t
i passed parameter as a record id through client script This id want to load in suitelet how to get it?
b
t
Copy code
var id =context.request.parameters.custom_id; 
is it ?
message has been deleted
b
looks reasonable