Home Analyst Portal
Options

Make a multiobjectpicker required in a custom form

Simone_PracekSimone_Pracek Customer IT Monkey ✭

Hi Guys!

We have added a mutliobjectpicker for business services in the SR form. My client would like to have this field as required.

This is the code i'm using in the custom form:

   {
                    name: "Business Service",
                    type: "multipleObjectPicker",
                    PropertyName: "HasRelatedWorkItems",
                    ClassId: "b2a806a6-87f6-0bc9-da74-c27e9ab5a5d7",
                    PropertyToDisplay: {DisplayName:"Name", "Priority.Name":"Priority"},
                    Scoped: true,
                      },

Does anyone know if this is possible? I have tried to add: Required: true but it does not seem to work. Unfortunatly i'm not very familiar with this kind of coding.

Best Answer

Answers

  • Options
    Simone_PracekSimone_Pracek Customer IT Monkey ✭
    Thanks for the work arounds! I will look into it.
Sign In or Register to comment.