-
Getemailaddresses with selectsql
Hi all, In the to Property of SendMail activity I'd like to get emailaddress for a list of users assigned to a specific role... something like: GetEmailAddresses(SelectSql(null,"select eusername from eassignment where erolename in ('myrole')").List) I've double checked and all users in that role have a valid email, but I…
-
error.png
-
Is Metastorm Provision 6.1 Version Compatible on WIN7?
Can Metastorm Provision version 6.1 be installed on WIN7 machine, i am getting an error "The current version not compatible" with WIN7. Please suggest if any workaround? Thanks in advance.
-
Why am i getting this weird error
Simple case - I add a radio group to the form, attach it to local variable, set its visibility to "optional" and publish and it gives this error. Component has its default action behavior set to an invalid value, please set it to "optional", "required", "read only" or "hidden" I have the value set to optional already !!…
-
Dynamic SQL Builder Form
Has anyone out there built a form that builds dynamic SQL by allowing a user to specify conditions using different operators, parenthases using both AND & OR, and to store the criteria in a DB table? This is relatively straightforward work, so if someone has something to share, I'd appreciate the time savings. Rob