Home Analyst Portal

Object picker not loading

Tuan_LuuTuan_Luu Customer IT Monkey ✭

We add a custom field to Change Request.  It is working as expected on VIA console, however on the portal it does not bind and populate the  object picker on search.   Any suggestion?

E6C9CF6E-D7FE-1B5D-216C-C3F5D2C7670C --> class id of System.Workitem.ChangeRequest ID.


 columnFieldList: [
                                                        { DataType: "ObjectPicker", PropertyDisplayName: "Change Request", PropertyName: "Target_d9dfd53c_4c08_408f_9b7d_8dd7513817e3", ClassId: "E6C9CF6E-D7FE-1B5D-216C-C3F5D2C7670C", Disabled: false }
                                                     ]

Best Answers

Answers

  • Tuan_LuuTuan_Luu Customer IT Monkey ✭
    edited April 2017

    Yes, we added custom relationship.

    It is binding now.  But the objectpicker does load work item for search.  It always show blank


  • Tuan_LuuTuan_Luu Customer IT Monkey ✭

    ObjectPicker is able to bind the custom relationship, howerver MulitpleObjectPicker error out with message Unable to get property BaseID.  Any suggestion?

  • seth_coussensseth_coussens Member Ninja IT Monkey ✭✭✭✭
    Is the base Id showing now in the view model?
  • Tuan_LuuTuan_Luu Customer IT Monkey ✭

    Yes, it is there..The page cannot load because Controller.js error unable to get the property 'BaseId' of undefined or null reference.

Sign In or Register to comment.