Hey everyone. Looking for some 'best practices' a...
# suitescript
d
Hey everyone. Looking for some 'best practices' around GUID management. Where do you guys store them? Obviously, if they are changed (accidentally or otherwise), you lose whatever was encrypted.
s
curious to know best practices too. I would use a custom record that’s restricted to one role/individual
d
Agreed.
u
Actually, I do it that what too. I use a custom record that has no UI access. The only way to create that record which serves as a container is through a Suitelet which I used to save the mentioned solution
d
@クリスピポテト, I like it ... very tidy. Thanks!