cancel
Showing results for 
Search instead for 
Did you mean: 

Display Description on selection of value in Custom OVS to a field in Embedded Component

Former Member
0 Kudos

Hi All,

I have created an OVS with SADL query {BO: ServiceIssueCategoryCatalogue}

The above OVS displays, Category ID and Description in the popup.

This OVS is put the field 'Service Category' There is an Embedded Component which has the instance of ActivityBO and placed in Activity.

When a value is selected in the OVS, just ID is being displayed, I need to display description of both ID and description. For this,

I have selected the property CCType = name for service category

In the outport of OVS, both the Object ID and Object name are selected as Key

PLease help on how to get the Description.

THanks,

Sri

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member275924
Active Participant
0 Kudos

Hi ,

You can't show both ID and Description .

If you want to show description , bind ObjectID with Description .

If you want to show both ID and Description ,

1.your binding field has the value of ID and Description .

2.you should write the logic when you choose the ID from OVS and execute the description from BO and set the value .

Best Regards,

Charm