https://netsuiteprofessionals.com logo
r

raghav

04/04/2022, 6:38 AM
Is there an api, from which I can get script internal ID? Like lets say, I have one userevent script, and whenever it runs I want its internal ID.
Copy code
nlapiGetContext().getScriptId();
from the above I can get, the custom internal ID(string) we put while creating script record, but what I want is script internal ID.
b

battk

04/04/2022, 7:00 AM
you will have to search or query it
r

raghav

04/04/2022, 7:02 AM
I thought there was work around, So I don't use any API usage. But no other choice it seems then. Thank you.