cancel
Showing results for 
Search instead for 
Did you mean: 

Issue with categorization Scheme, category should be locked

0 Kudos

Hello Experts,

I have  issue in categorization schema

i have categorization schema in service request , in our case all the 4 category has been occupied

issue: end user is directly selecting category 4 then all the relevant categories in hierarchy are auto populated in all 4 categories

we have kept validation on category 1 , based on which service request urgency type is triggering

now how can i restrict the categorization  schema  so that end user has to select category1  then only category 2  has to be unlocked , after selecting 2nd category 3rd and 4th should editable/unlock/Selectable

Kindly assist

Chinna babu

7795533175

Accepted Solutions (0)

Answers (1)

Answers (1)

corrine_guan
Employee
Employee
0 Kudos

Hi Babu,

categories are using view BTCATEGORIES/Categories, context node is BTCATEGORYFIRST, attributes are CAT01, CAT02, CAT03, CAT04.

To make a field input-disabled/enabled,  it is controlled in method GET_I, for example, GET_I_CAT01, GET_I_CAT02, GET_I_CAT03, GET_I_CAT04.

You can enhance the view, redefine the GET_I _... methods to add your own logics to control the field locked or not.

Best Regards, Corrine