Channels
jobs
sdf
suiteworld
announcements
training
data-privacy
women-in-netsuite
suitecommerce
advancedpdf
suitescript
crm-sfa
bundles
procure-to-pay
sfa
marketing
dev-ops
ai-netsuite
r-e-networks
migration-discussion
suite-app
upvote-enhancements
demandplanning
italy
spain
arm
random
order-to-cash
formulas
case-management
scripting
srp
payroll
nspb
beta-testers
defects
multibook
suite-billing
scis
suite-people
administration
suitetalkapi
manufacturing
accounting
suiteanalytics
inventory
integrations
taxes
csvimports
projects
suitebuilder
sitebuilder
fixed-assets-mgmt
beginners
oneworld
content-alerts
suiteql
australia
releases
suiteflow
performance
general
request-a-channel
Powered by
#suitescript
Title
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.
Post