cancel
Showing results for 
Search instead for 
Did you mean: 

How to display description field without customization..??

Former Member
0 Kudos

Hi guys,

Our application is purely based on the Standard Work Manager 6.3 .We don't want to touch any java or agentry part.

In Notification Edit Screen it contain the group drop down tab, for that it is mapped to ctcatalogprofile complex table. We want to display the description in the group drop down but it doesn't contain the fields with the description in the complex table.

Is there any possibility of displaying it without customization...

If it so suggest me ......

Regards,

Vignesh Anandhan.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member197782
Participant
0 Kudos

Hi Vignesh,

You can add a new field called "Description" to the complex table "ctCtalogProfile" to have description field in the CT drop down.

You may have to add the required field in the agenrty complex table definitions.

So please have a try and let me know if it works.

Thanks & Regards,

Roopa.

Former Member
0 Kudos

Hi,

    our application based on standardisation ,so is there any possibility of getting it without customisation.

Regards,

Vignesh Anandhan.

Former Member
0 Kudos

If the field is not present in complex table, you won't be able to pull it without customization. Check if the required field is present in any other complex table using which you can create a complex table hierarchy and eventually pull it in your drop down.

Other way is to create a complex table with desired field, configure your backend and java.