Decisions Core Services
  • 10 Apr 2023
  • 2 Minutes to read
  • Dark
    Light

Decisions Core Services

  • Dark
    Light

Article Summary

Feature Details
Introduced in Version--
Modified in Version8.11
Modification DetailSome of the Services' names are changed

Overview

Decisions Cores Services allow users to utilize Folder Actions via the API. The purpose of this capability is to allow Decisions to integrate with other systems.

By default, over 151 Decisions Core Services can be accessed out of the box. However, users may expand upon these by adding their own Custom Services. The following document covers the most commonly used Decisions Core Services and how to view those Services' Integration Details.

Breaking Change on upgrading to v8.11
Customers upgrading to version v8.11 should be aware that some of the services they are using might stop working due to the changes made in their names. The names of the following services have been modified by removing all the spaces. 
  • Business Metric Service has been renamed to BusinessMetricService
  • Common Designer Service - CommonDesignerService
  • Data Definitions Edit Service - DataDefinitionsEditService
  • Data Designer Service - DataDesignerService
  • Flow Edit Service - FlowEditService
  • Form Edit Service - FormEditService
  • Inputs Service - InputsDataService
  • Matrix Rule Edit Service - MatrixRuleEditService
  • Module Resource Service - ModuleResourceService
  • Truth Table Edit Service - TruthTableEditService

Most Commonly Used Services

Decisions Core Service NameFunctionUse Case
Account ServiceThis Service contains methods that interact with the entity_account table for Adding, Deleting, or modifying Decisions Accounts.Setting up Single-SignOn Configuration
AssignmentThe Assignment Service contains methods for manipulating the entity_assignment table.Remove Assignments that caused an exception during Flow testing
CommentServices used for manipulating Comments on Folder by editing the entity_comment tableUsed to gather an audit trail from a process for creating System Comments
DocumentServiceThese methods manipulate Documents in DecisionsUsed for Document retrieval and storage in and out of Decisions
FileReferenceServiceMethods used to manipulate File References in the file_reference_entityUsed to manipulate large files on the app server with more efficiency
FolderServiceThese methods are used to Create, Modify, or Delete Folders in the entity_folder table.Designer Project Folder scaffolding
GroupServiceThis Service contains methods that interact with the entity_group table for Adding, Deleting, or modifying Decisions Groups.Create, Edit, or Delete groups
ImageServiceContains methods that are used to manipulate the image_folder_extension_dataUsed to store images
ImportExportServiceContains methods for utilizing Decisions Import or Export ServiceCan be used for automation of Project associations

Integration Details

These Services are found in the Decisions Studio under System > Administration > Features > Decisions.Core

To access any integration details, right-click on the Service and select View Integration Details.


View Integration Details will open the Service call information in a new tab and show all the available methods that can be called. 

Any of these methods can be clicked to view an example of their expected Inputs and outputs




Was this article helpful?

What's Next