Unit 4 - Lesson 4 - Additional UIM Elements Flashcards
Describe ACTION_ID and ACTION_ID_PROPERTY attributes
Multi-submit pages.
Use optional ACTION_ID_PROPERTY. Code server side with if {} else.
ACTION_CONTROL - associate an ACTION_ID for all action controls of type SUBMIT.
SERVER_INTERFACE - define an ACTION_ID_PROPERTY specifying attribute to be populated with the action ID.
ACTION_ID is passed to the Facade in parameter txnInfo.
Describe INITIAL element
Child of CONNECT element in a FIELD element.
Similar to SOURCE, but:
* Allows to reference a property that is a list
* Has an optional extra property called HIDDEN_PROPERTY.
Used where you want both visible value and underlying value.
PROPERTY - visible value.
HIDDEN_PROPERTY - underlying value. Useful for hiding system-specific information, such as IDs
Also used to pre-select values in a list.
Describe IMAGE element
X
Describe CONTAINER element
X
Describe INCLUDE element
X
Describe VIEW element
X
Describe MENU element
X
Describe DETAILS_ROW element
X
Define online help
X
Invoke UIM generator to create pages
X
Define a wizard
X
How to do multi-select lists
Same as single list, but property must unwind to a String.
Selections will be sent as a tab-separated string.
Specify in curam-config.xml which domains use multi-select lists. DOMAIN NAME=”ACCOUNT_NUMBERS” MULTIPLE=”TRUE”.
How to do radio button group
Determined by code table defined in the normal way.
Field’s domain must resolve to SHORT_CODETABLE_CODE.
Code table root option should be set to yes.