cancel
Showing results for 
Search instead for 
Did you mean: 

Restricting values in search criteria SEARCH_AREA

Former Member
0 Kudos

Hi,

While trying to search for sales orders in CRM UI, the search criteria SEARCH_AREA is showing statuses of many status profiles - I want to restrict this / filter it for specific status profiles.

Is there a way to do this ?

- Haseeb.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Haseeb,

Did the solution work for you?

Thanks,

Ritu

Former Member
0 Kudos

The search-help values can normally be 'influenced' in the GET_V_*** method of your attribute in the respective context-node class

Former Member
0 Kudos

Hi Ritu,

Thanks for the follow up, we're working on it and will update the thread once we're done.

Haseeb.

Former Member
0 Kudos

Standard Search Criteria STATUS_COMMON shows both system + user statuses - is there a way to show only specific statuses of a status profile to the end user ?

Will update if I find a solution.

Former Member
0 Kudos

Hi Haseeb,

You can filter the status you want to display in GET_V_STATUS_COMMON method of impl class of your view.

Thanks,

Ritu