Home Service Manager Portal Feature Requests
We appreciate you taking the time to vote and add your suggestions to make our products awesome! Your request will be submitted to the community for review and inclusion into the backlog.

We recommend reviewing what is submitted before posting, in case your idea has already been submitted by another community member. If it has been submitted, vote for that existing feature request (by clicking the up arrow) to increase its opportunity of being added to Cireson solutions.

For more information around feature requests in the Cireson Community click here.

MultiObjectPicker grid on forms to support more options

The Multi Object Picker we can use on a work item form is fine for many cases, but for larger data sets we need more control.

EG, Computers with a Software Asset installed, a User's Work Items or Assigned Work Items etc can all be very large data sets.

Pagination, default sort order, grouping and even filter would all make this much more workable, and could be controlled in the form json files per picker.


columnFieldList: [
    {
        name: "",
        type: "multipleObjectPicker",
        PropertyName: "IsCreatedForUser",
        ClassId: "F59821E2-0364-ED2C-19E3-752EFBB1ECE9",
        PropertyToDisplay: { Id: "Id", Title: "Title", "Status.Name": "Status", LastModified: "LastModified" },
        ShowAddButton: false,
        ShowRemoveButton: false,
        SelectableRow: true,
        SelectProperty: "Id",
        PageSize: 20,
        Sort: "CreatedDate",
        Groupable: true,
        Filter: {
            Field: "Status.Name",
            Operator: "neq",
            Value: "Closed"
        }
    }
]


Geoff

4 votes

Submitted · Last Updated

Sign In or Register to comment.