Custom Portal Customizations / Tasks - Let's see your favorites!
So here's my ask
Would love to see exciting examples of what the community has come up with in the way of customizations and tasks to make the product more helpful for both your analysts and end users. Would love to see screenshots of your favorite customizations in action and if you're willing to share the code/how-to that would be even better!
Comments
Other customizations fall within the bounds of pure SCSM/SCO/SMA. Granted...the SMA option is only possible with Cireson's SMA Connector
For me a lot of the customisation comes from adjusting the form *.js files to make the incident and other work item forms 'flow' better.
Most of the Cireson Portal pages you can access can be customised either from JavaScript in the custom.js file or from the individual form files for example the incident.js file.
So I tend to move sections around or expose data that is hidden to provide more at a glance information.
For example, I usually move the Time Worked to the General tab just above the action log, no need to go tab hopping when typically you add an action log and billable time in the same motion.
Also exposing the Resolution Category & Description fields in read-only on the resolution tab as they are not present out of the box on the default form.
Lastly another great form to modify is the RelatedUserInfo.js file, which contains the user information as we can expose more AD attributes from Active Directory into SCSM and then further expose them here, for example employeeID or VOIP phone ext numbers for contact details.