- 11 Jul 2024
- 2 Minutes to read
- Print
- DarkLight
Decisions Core Services
- Updated on 11 Jul 2024
- 2 Minutes to read
- Print
- DarkLight
Feature Details | |
Introduced in Version | -- |
Modified in Version | 8.11 |
Modification Detail | Some 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.
- 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 Name | Function | Use Case |
---|---|---|
Account Service | This Service contains methods that interact with the entity_account table for Adding, Deleting, or modifying Decisions Accounts. | Setting up Single-SignOn Configuration |
Assignment | The Assignment Service contains methods for manipulating the entity_assignment table. | Remove Assignments that caused an exception during Flow testing |
Comment | Services used for manipulating Comments on Folder by editing the entity_comment table | Used to gather an audit trail from a process for creating System Comments |
DocumentService | These methods manipulate Documents in Decisions | Used for Document retrieval and storage in and out of Decisions |
FileReferenceService | Methods used to manipulate File References in the file_reference_entity | Used to manipulate large files on the app server with more efficiency |
FolderService | These methods are used to Create, Modify, or Delete Folders in the entity_folder table. | Designer Project Folder scaffolding |
GroupService | This Service contains methods that interact with the entity_group table for Adding, Deleting, or modifying Decisions Groups. | Create, Edit, or Delete groups |
ImageService | Contains methods that are used to manipulate the image_folder_extension_data | Used to store images |
ImportExportService | Contains methods for utilizing Decisions Import or Export Service | Can 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.