Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Restrict the dropdown

Former Member
0 Likes
550

Hi,

The requirement is that for a screen my client wants the specific user to be able to get only few values in dropdown.

like for example how can we restrict the values on the input screen which can be viewed by the user... Like for vendor screen this user should only see 2 vendors in drop down and the output should also be restricted to thouse vendors.

Thanks

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
527

>

> Hi,

> The requirement is that for a screen my client wants the specific user to be able to get only few values in dropdown.

>

> like for example how can we restrict the values on the input screen which can be viewed by the user... Like for vendor screen this user should only see 2 vendors in drop down and the output should also be restricted to thouse vendors.

>

> Thanks

You can use the VRM_SET_VALUES and populate the values what ever you want to show on screen and also make it mandatory. so that user should choose one of them. when selecting the data what ever he choose those values related information will be displayed.

Hi,

The requirement is that for a screen my client wants the specific user to be able to get only few values in dropdown.

like for example how can we restrict the values on the input screen which can be viewed by the user... Like for vendor screen this user should only see 2 vendors in drop down and the output should also be restricted to thouse vendors.

Thanks

3 REPLIES 3
Read only

Former Member
0 Likes
527

hi use the fm VRM_SET_VALUES

Read only

Former Member
0 Likes
527

Search help exit is another option that you can try.

Read only

Former Member
0 Likes
528

>

> Hi,

> The requirement is that for a screen my client wants the specific user to be able to get only few values in dropdown.

>

> like for example how can we restrict the values on the input screen which can be viewed by the user... Like for vendor screen this user should only see 2 vendors in drop down and the output should also be restricted to thouse vendors.

>

> Thanks

You can use the VRM_SET_VALUES and populate the values what ever you want to show on screen and also make it mandatory. so that user should choose one of them. when selecting the data what ever he choose those values related information will be displayed.