Adding a new section to indicent.js
Best Answers
-
David_Allen Partner Advanced IT Monkey ✭✭✭You can add this to your Incident.js file to add the Resolution Description..{name: "Resolution Description",rows:[{columnFieldList: [{ DataType: "LongString", PropertyDisplayName: "ResolutionDescription", PropertyName: "ResolutionDescription", Disabled: true }],}]},
The property name for the resolution category is ResolutionCategory, if you want to add that too.5 -
Konstantin_Slavin-Bo Customer Ninja IT Monkey ✭✭✭✭Hi,
First of all, there's already a Resolution tab on the incident form on the portal. You can move the content to another tab if you wish.
Regarding the 'name' property, this can be whatever you want, soname: "Something Else"
would give the heading Something Else. The built-in headings (and other strings) are accessible in the Localizations menu (by clicking you name in the top right corner). Here you can change existing translations and add new ones.
5
Answers
The property name for the resolution category is ResolutionCategory, if you want to add that too.
First of all, there's already a Resolution tab on the incident form on the portal. You can move the content to another tab if you wish.
Regarding the 'name' property, this can be whatever you want, so
name: "Something Else"
would give the heading Something Else. The built-in headings (and other strings) are accessible in the Localizations menu (by clicking you name in the top right corner). Here you can change existing translations and add new ones.