We recommend reviewing what is submitted before posting, in case your idea has already been submitted by another community member. If it has been submitted, vote for that existing feature request (by clicking the up arrow) to increase its opportunity of being added to Cireson solutions.
For more information around feature requests in the Cireson Community click here.
Show Request Offering link atop WI forms (like SCSM console)
We often get asked to identify the RO from which a SR was generated. At present we are having to look at the console to identify the relationship. There are other methods such as running T-SQL or PowerShell scripts, but none are suitable for end users.
Comments
Add this to your work item js file (e.g. ServiceRequest.js) and you should get a result that looks something like the following:
Thanks Joivan!
Is there a list somewhere of the fields available for us to use on these forms?
For the request offering field, you can take the OOB ServiceRequest type projection, which includes a relationship for request offering. Then you can add this relationship to the form. Similarly, if you have created a custom relationship (e.g. Service Request Has Preferred Contact User), you could configure the Portal to show those relationships as well.
1. Create a custom Incident Type Projection in an MP. It should reference the relationship class "System.WorkItemRelatesToRequestOffering".
2. Create a custom incident Template which uses this type projection.
3. Seal and import the MP containing your new template and Type Projection.
4. Edit your Incident.js file to include the new form.
5. In the Portal, edit the section "Assign forms to active directory groups" to use your Form ID defined in Incident.js, as well as your Form Projection ID, which is the GUID of your custom type projection.