GlideEncrypter API deprecation - help replacing a piece of code HowTo
Hello All,We have the following code running within a Flow./*GET PASSOWRD*/ var pwvalue = new GlideappMaskedQuestion().decode(new GlideEncrypter().decrypt(fd_data._1__get_catalog_variables.password)); var encodedpw = new GlideappMaskedQuestion().deco...
