System information
Identity Manager Workflows, Forms, and Views
Page 136 Identity Manager 7.1 Update 1 • Release Notes
attestorComments[name].comment
Contains comments added by attestor.
• The following User view attributes have been deprecated. (ID-15468)
•
accounts[Lighthouse].delegateApproversTo
•
accounts[Lighthouse].delegateApproversSelected
•
accounts[Lighthouse].delegateApproversStartDate
•
accounts[Lighthouse].delegateApproversEndDate
• The Delegate Approvers view has been deprecated, but still works for editing Delegate
objects whose
workItemType
is
approval
.
The existing User View
accounts[Lighthouse].delegate*
attributes are deprecated and
no longer available via the User View. Use the new
accounts[Lighthouse].delegates
view.
Chapter 6, XPRESS Language
• This chapter has been substantially updated. See the.pdf titled XPRESS in the same
directory as these Release Notes.
• The description of the isTrue function should be revised as follows: (ID-17078)
Used when referencing Boolean values that are represented with the strings true and false
rather than the numbers 0 and 1. Takes one argument.
❍
0
– the argument is logically false. The following are considered true: the string
true
, a
Boolean true, and a non-zero integer. (Anything else is considered false.)
❍
1
– the argument is logically true.
Example
The following expression returns 0.
<isTrue>
<s>false</s>
</isTrue>