Customizing the Work Item .js Files
Does anyone know if it is possible to edit the ServiceRequest.js file for example, to include user properties on the request page itself?
Instead of clicking on the 'i' icon next to the affected user, would it be possible to add the user's username property or any other affected user properties next to the Affected User field as a disabled form field.
Best Answer
-
Nicholas_Velich Cireson Consultant Ninja IT Monkey ✭✭✭✭
Hi Priyan,
You can add these properties using the "ExtraProps" attribute. Here is an example that uses the UPN/email property of the user:
In the ServiceRequest.js file, you would add the following:
Hope this helps!
Thanks,
Nick
5
Answers
Hi Priyan,
You can add these properties using the "ExtraProps" attribute. Here is an example that uses the UPN/email property of the user:
In the ServiceRequest.js file, you would add the following:
Hope this helps!
Thanks,
Nick
Cheers Nick!