cancel
Showing results for 
Search instead for 
Did you mean: 

assign value range to dropdown

Former Member
0 Kudos

Dear All,

I have dropdownbybyindex linked to context node, how can i make the dropdown read the value range for the domain of context type ????

thanks

ghadeer

Accepted Solutions (0)

Answers (1)

Answers (1)

saravanan_narayanan
Active Contributor
0 Kudos

Hello Ghadeer,

To get the domain values as value help, you can use DropDownByKey and whil creating the context attribute wou need to ensure that 'Input Help mode' is automatic.

the framwork will automaticaly create the value set for you.

BR, Saravanan

Former Member
0 Kudos

thanks Dear but i have got this error :

Context binding of property SELECTED_KEY cannot be resolved: Node VIEW2.1.TOKEN does not contain any elements !!

saravanan_narayanan
Active Contributor
0 Kudos

Hello Ghadeer,

I think your DropDownByKey(DDBK) context attribute is in a context node of cardinality 0..n. If your context node caridnality is 0..n then you can use the DDBK only in table. If you want to use the DDBK in a form (or outside a table) then your context node cardinality shoud be either 1..1 or 1..n. Or you need to ensure that atleast one context element is available at runtime.

BR, SAravanan

Former Member
0 Kudos

yes exactly this is the problem thank you ,it 's working fine now