Case will be unlocked when user exits from case. Additionally lock will expire after 30 minutes (or other time set in settings).
To turn this feature on you need to go to "System settings":
There is also one minor new feature in this version of AMODIT. It is ConditionalGet function. It gets values from one column of a table from selected rows. It has following syntax:
ConditionalGet ( "table (>table>table...)", "Field/column name", "Conditional field name", "Operator =, ==, !=, <>, <, >, <=, >=", "Conditional value/field name", "Separator" )
For example...
ConditionalGet(„People”,”email”,”city”,”==”,”London”,”;„);
... will get values from column "email" from table "People" from rows where "city" is equal to "London" and will separate these values with semicolon.
No comments:
Post a Comment