Forums

Forums / Developing Portals / Pick List Showing [object Object]

Pick List Showing [object Object]

Thread is closed for posting
2 posts, 1 answered
  1. Ray Arambula
    Ray Arambula avatar
    6 posts
    Registered:
    22 Mar 2018
    24 Oct 2019
    Link to this post
    scenario

    Published 3 entities
    A, B , AB (joined data)
    Form Parent child (connected to A & AB)
    Child form has a pick list which should be getting values from B

    But it shows [Object Object]. What am I missing ?
  2. Josh
    Josh avatar
    47 posts
    Registered:
    01 Jun 2018
    Answered
    30 Oct 2019 in reply to Ray Arambula
    Link to this post

    Hello Ray,

    Are you sure that the control displaying [Object Object] is a TPC Picklist? This would be extremely unusual behavior. It is more likely that the control you are referring to is a TPC Lookup field. If you are referring to a TPC Lookup, the reason you are seeing [Object Object] is because although you have selected the property that the TPC Lookup is referencing, there is no FetchXML set in the widget configuration, or the display or value attributes of the TPC Lookup are not set correctly. To correct this issue, please follow the steps outlined below.

    Click Edit on the Target TPC Lookup widget. Verify the Attribute and Title are selected correctly under the Basic tab. Click the Data tab, and then click the button labeled Load Default Fetch. Once you load the default Fetch XML you should see the text area of the Fetch XML populated with a fetch query. You should also see the Value attribute and Display attribute are now populated.

    {Target TPC Lookup Widget} -> Edit -> Basic -> Load Default Fetch

    Following these steps should correct this issue. Please let us know if you have any other issues by replying to this thread, or reach out to support@crmportalconnector.com if you need further assistance.

    Cheers,

    Josh

2 posts, 1 answered