Hello, Is there a way in which you can search thro...
# suitescript
k
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
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
@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
thank you
k
Strong point is another solution that does this
but it is crazy expensive
j
I know strongpoint has a light solution too, but I never priced it.