cancel
Showing results for 
Search instead for 
Did you mean: 

IN CRM 7.0 webclient UI any option to restrict the drop list fields

Former Member
0 Kudos

Hi,

In the CRM 7.0 UI level, in a drop down field if there are 10 values and if i have to restrict to only 5 values, what are the options available.

For information, the field has no search help configured, but refering the table directly throug a structure.

Appreciate your response.

regards

Arul.

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member189678
Active Contributor
0 Kudos

The values must be coming from either from the Standard Search help method or from the customization, either way things wud have been controlled from the GET_V _XXX method of that attribute.

Redefine the Method and put your custom logic to suppress the standard logic and put necessary entries instead.

Regards,

Harshit

Former Member
0 Kudos

In BSP_WD_CMPWB you can enhance your component and redefine V-Getter method of field in context node class.

BR,

Artur Litvinov.

arunprakash_karuppanan
Active Contributor
0 Kudos

Hi,

Can you please show the code? Usually, you have control over the table which you pass to the ddlb element and you can modify it as fit.

Regards,

Arun Prakash