Hello, Is there a way in which you can search through all your scripts to determine if a field is being altered / updated? Or would I have to download them all and then parse through them? Thanks
j
jarens
09/25/2019, 6:23 PM
There is, but it's a little involved and I'm not sure I want to share my code on this. What I did, though, was create a map/reduce script that searches all deployments for scripts and then loads each script file and does a javascript search() for the field id. The map/reduce is tasked from a suitelet where I provide the id as a custom parameter. In the end, the M/R sends me an email of all scripts that have that field referenced in their file.
g
GeneralKenobi
09/25/2019, 6:45 PM
@Kai-Rey Lee try SuiteAnwsers ID 35368 i used this as a base to find all the scripts that contained hard coded url to a particular datacenter.
k
Kai-Rey Lee
09/25/2019, 10:07 PM
thank you
k
KevinJ of Kansas
09/25/2019, 10:24 PM
Strong point is another solution that does this
KevinJ of Kansas
09/25/2019, 10:24 PM
but it is crazy expensive
j
jarens
09/26/2019, 2:34 PM
I know strongpoint has a light solution too, but I never priced it.