Home Analyst Portal
Options

Show all previous user requests in incident.js

Kenneth_McMichaelKenneth_McMichael Customer IT Monkey ✭
I'm trying to recreate the option in a tab in the incident.js that shows up when you examine the affected user and click 'more details'.

I copied this from the more details page but it just shows blank data - anyone know what is missing?

                                    name: "UserRequest",
                                    rows: [
                                        {
                                            columnFieldList: [
                                                 { name: "", type: "multipleObjectPicker", PropertyName: "MyRequest", ClassId: "F59821E2-0364-ED2C-19E3-752EFBB1ECE9", PropertyToDisplay: {Id:"Id",Title:"Title","Status.Name":"Status",LastModified:"LastModified"},ShowAddButton: false, ShowRemoveButton: false, SelectableRow: true, SelectProperty: "Id" }

Best Answer

Answers

Sign In or Register to comment.