cancel
Showing results for 
Search instead for 
Did you mean: 

Agentry cascade parent rules or customization approach in java class?

Former Member
0 Kudos

hello,

In the notification edit item we have group and part drop down list ,in that part I am getting code and description

but for group it wont shows code group and description. but it is always display code group only and have analzing it.

I found that there in no fields in the name of description over there. It is possible to update the description values from other complex table using cascade rules or we need to made customization in the agenrty/java class for same complex table.?

please find the attached screen shot below for your reference.

please suggest  on that..

regards,

Vignesh Anandhan

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

You can't display a value in the dropdown that is not in the table.  What you would need to do is extend the Java object that is used for the code group to set a new field with the description.  Then on Agentry you need add a field that matches the field added in Java.  Also, you will need to update the configuration panel to point to the new Java POJO.