Adding a custom userpicker to the change request form
I have crated a custom user relationship extension for the Change management class, its called Project Sponsor
after sealing and importing the customisation i added the following to the Changerequest.js in my custom space within a columnfieldlist based on the new relationship created, this userpicker is visible and functions correcly other than the selection does not save when saving the Change. any advice would be great
{ DataType: "UserPicker", PropertyDisplayName: "Project Sponsor", PropertyName: "Target_fdec10dd_347e_4d4d_a94e_765590dae1ab" },
Best Answer
-
john_doyle Cireson Support Ninja IT Monkey ✭✭✭✭Hi David,
Creating the relationship was the first step. Next you need to create a type projection which includes that relationship. Once you have the type projection, you can create one or more named forms in the ChangeRequest.js file and configure the group option in the portal.
5
Answers
Creating the relationship was the first step. Next you need to create a type projection which includes that relationship. Once you have the type projection, you can create one or more named forms in the ChangeRequest.js file and configure the group option in the portal.