Unit 4 - Lesson 4 - Additional UIM Elements Flashcards

1
Q

Describe ACTION_ID and ACTION_ID_PROPERTY attributes

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Describe INITIAL element

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Describe IMAGE element

A

X

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Describe CONTAINER element

A

X

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Describe INCLUDE element

A

X

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Describe VIEW element

A

X

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Describe MENU element

A

X

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Describe DETAILS_ROW element

A

X

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Define online help

A

X

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Invoke UIM generator to create pages

A

X

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Define a wizard

A

X

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

How to do multi-select lists

A

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 well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

How to do radio button group

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly