Formula for Dynamic Role is not Evaluated as Expected
The information in this article applies to product: e-Work 6.x
Issue
The following formula for a dynamic role is not evaluated as %Originator:
(( (1 = 1) )?("%Originator"):("%EMPTY()"))
Resolution
Formulas used for dynamic roles are treated as literal strings. If the formula contains operators that are not intended to be treated as literal strings, then the formula should be wrapped in a %Evaluate() function. Operators are ? + \* / -
The proper syntax for the example above would be:
%Evaluate((( (1 = 1) )?("%Originator"):("%EMPTY()")))
See the Designer User Manual for additional information.
Tagged:
0
Categories
- All Categories
- 123 Developer Announcements
- 54 Articles
- 151 General Questions
- 148 Thrust Services
- 57 OpenText Hackathon
- 37 Developer Tools
- 20.6K Analytics
- 4.2K AppWorks
- 9K Extended ECM
- 918 Core Messaging
- 84 Digital Asset Management
- 9.4K Documentum
- 32 eDOCS
- 186 Exstream
- 39.8K TeamSite
- 1.7K Web Experience Management
- 8 XM Fax
- Follow Categories