Workflow and ServiceDesk Community

 View Only

ServiceDesk - Software Request Process - SQL 

Oct 10, 2017 06:38 PM

In this series of Articles I'm going to explain how the new Software Request Process works in ServiceDesk 8.1, this will cover the new Tables that have been created to store the Software Request data.

 

Table Of Contents

 

So we all know and love ReportProcess, obviously this is still being used as this is a new Process in SD.

There are two new Ticket types

  • Software Request
  • Software Delivery

They have their own ReportProcess prefixes

  • SR-#
  • SD-#

And their own Data Types

  • RequestTicket = ServiceDesk.SoftwareRequest.Core.DataTypes.SoftwareRequest;
  • SoftwareTicket = ServiceDesk.SoftwareRequest.Core.DataTypes.RequestedSoftware;

Each has it's own Process

  • ServiceDesk.SoftwareRequest.Approval
  • ServiceDesk.SoftwareRequest.Delivery

 

If you look into the the SQL tables they are called

  • SrSoftwareRequest
  • SrRequestedSoftware

 

Everything is Task based so you will still need to be familar with the Task table and how that works.

There are also [ReportProcessRelationship]s which link the Request to the Delivery.

 

ServiceIds

  • SD-SR-APPROVAL
  • SD-SR-DELIVERY

Protirus.png

Statistics
0 Favorited
1 Views
0 Files
0 Shares
0 Downloads

Tags and Keywords

Related Entries and Links

No Related Resource entered.