On the odd occasion we need to automatically create the SystemSettings BO usually when building a new server.
ALL of our Apps have a DQ Attribute that holds the " character.
But has always been a PITA to create SystemSettings with it populated with this Attribute set because you cannot have a "
in a BO or Process Rule.
Have forever wondered of a way around that.....
Finally dawned on me...Bingo!
CREATE SystemSettings WITH SystemSettings.DQ=DECRYPT_BASE64('Ig==')