true
: The value true
is a positive state of the Boolean data type for that Request variable, such as when a Checkbox control in a Screen is selected.false
: The value false
is a negative state of the Boolean data type for that Request variable, such as when a Checkbox control in a Screen is not selected.BeginLeave
, which is the Variable Name setting value for the Date Picker control in that Screen. An example is shown below.
BeginLeaveRevision
.
BeginLeave
Request variable, she thinks that the date the requester's vacation should begin be later in that month. In her Task, she selects a later date from the Date Picker control that stores its value in the BeginLeaveRevision
Request variable.BeginLeave
Request variable value does not match the BeginLeaveRevision
Request variable value. Furthermore, when the Request returns to the requester, the BeginLeaveRevision
value replaces that of the BeginLeave
value so that when the requester views the Task showing the leave request change, he sees the date she adjusted to begin his vacation.