Auto Create SystemSettings with DQ

Contains tips for configurators working with Aware IM
Post Reply
customaware
Posts: 2391
Joined: Mon Jul 02, 2012 12:24 am
Location: Ulaanbaatar, Mongolia

Auto Create SystemSettings with DQ

Post by customaware »

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==')
Cheers,
Mark
_________________
AwareIM 6.0, 8.7, 8.8, 9.0 , MariaDB, Windows 10, Ubuntu Linux. Theme: Default, Browser: Arc
Upcloud, Obsidian....
Image
joben
Posts: 221
Joined: Wed Nov 06, 2019 9:49 pm
Location: Sweden
Contact:

Re: Auto Create SystemSettings with DQ

Post by joben »

Genius!
Regards, Joakim

Image
hpl123
Posts: 2579
Joined: Fri Feb 01, 2013 1:13 pm
Location: Scandinavia

Re: Auto Create SystemSettings with DQ

Post by hpl123 »

Good one
Henrik (V8 Developer Ed. - Windows)
Post Reply