Object picker not loading
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
-
Brian_Wiest Customer Super IT Monkey ✭✭✭✭✭Recycle the App pool and then give it a moment to rebuild the dictionaries. I was hit by this that a few days it did not appear in the portal. Had to perform a iisreset and app poll recycle and then it displayed.5
-
seth_coussens Member Ninja IT Monkey ✭✭✭✭Tuan_Luu said:
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 }
]
If you've added a custom relationship you need to use a type projection that includes that relationship, which means you'll need a custom form for the portal and then assign that a type project and target ad group via the portal admin settings > group settings
5
Answers
If you've added a custom relationship you need to use a type projection that includes that relationship, which means you'll need a custom form for the portal and then assign that a type project and target ad group via the portal admin settings > group settings
Yes, we added custom relationship.
It is binding now. But the objectpicker does load work item for search. It always show blank
ObjectPicker is able to bind the custom relationship, howerver MulitpleObjectPicker error out with message Unable to get property BaseID. Any suggestion?
Yes, it is there..The page cannot load because Controller.js error unable to get the property 'BaseId' of undefined or null reference.