Hi Is it possible to find what all scripts or obj...
# suitescript
s
Hi Is it possible to find what all scripts or objects that use a particular field in netsuite ? I am interested in finding if this field is used any where. Thanks!
s
If all your scripts are typescript and use NFT, answering that is trivial using an IDE (find usages).
r
you can download suitescript folder from your filecabinet and do a global search in any IDE with the internal ID. To know how many saved searches are using that particular field, you will have to use SDF.
s
Thank you
t
if you have bundled things from your sandbox to production dont forget the bundle folders as well
s
Thank you
n
What about locked bundles? Often cannot download these, how are you going to check those?
I imagine your best bet is FlashLight by Strongpoint
m
Have a look at Salto as well