By default should the Source in a Service Request not be visible on the form?
When an analyst opens a SR form from the New button (template or new) there is no selection for Source. Is this expected behavior. You can set the source in the Outlook add-in as well as in the SCSM console.
BTW we did not want this hidden so did not set it in the custom.js file.
Best Answers
-
Brian_Wiest Customer Super IT Monkey ✭✭✭✭✭That screenshot shows you are using a custom SR portal form.
In your custom space look for ServiceRequest.js
Update the code to include the Source (Just under the urgency line)
{ DataType: "Enum", PropertyDisplayName: "Source", PropertyName: "Source", EnumId: '848211a2-393a-6ec5-9c97-8e1e0cfebba2' },
5 -
Karen_Bruster1 Member IT Monkey ✭Brian_Wiest said:That screenshot shows you are using a custom SR portal form.
In your custom space look for ServiceRequest.js
Update the code to include the Source (Just under the urgency line)
{ DataType: "Enum", PropertyDisplayName: "Source", PropertyName: "Source", EnumId: '848211a2-393a-6ec5-9c97-8e1e0cfebba2' },
You are an IT GOD Brian, it worked and I can cross it off my list of things to fix.
On to the next one
Happy Friday!!!0
Answers
In your custom space look for ServiceRequest.js
Update the code to include the Source (Just under the urgency line)
{ DataType: "Enum", PropertyDisplayName: "Source", PropertyName: "Source", EnumId: '848211a2-393a-6ec5-9c97-8e1e0cfebba2' },
You are an IT GOD Brian, it worked and I can cross it off my list of things to fix.
On to the next one
Happy Friday!!!