How do I access the script parameter of a script deployment from another script ?
I'm trying to access values stored in script parameter of various deployments of a schedule script from a suitelet script .
But when I try loading the script deployment record , the record Object doesn't have the script parameter value in it !
So , I wanted to access the values stored in the script parameters of various deployments of the same schedule scripts (from suitelet).
If not through record.load, can this be achieved using a query ?
Kindly advice . Thanks