CA Service Management

 View Only

 CA Service Catalog: Results from Lookup Field Data Object will not populate Select Combo-Boxes

Jump to Best Answer
Scott Stineman's profile image
Scott Stineman posted Apr 24, 2024 08:46 AM

Hello: I want to pre-populate several fields on a form based on the results of a lookup field.  I created a data object that selects records from ca_contact with an inner join to ca_organization.

From the data object, I specify these fields: last_name, first_name, organization, organization_uuid,

On the form, I have two text fields, last_name and first_name, and a select combo-box called organization, which uses a data object that select records from the ca_organization table (organization_uuid, org_name).  The results from the lookup only populate the two text fields.  I tried renaming the select combo-box to be organization_uuid, still nothing.  I also turned on the "eager" property to pre-load the data.  Also did not work.

Are select combo-boxes not designed to work with data objects called from a lookup field?

Thank you.  Scott

Seetharamaiah Uggirala's profile image
Broadcom Employee Seetharamaiah Uggirala Best Answer

Hi Scott,

For select box and dual list expect multiple values ( id and value). Hence it won't pre-populate the data automatically for these components.

Thanks,

Seetharam