- Release notes
- Getting started
- Installation
- Configuration
- Integrations
- Authentication
- Working with Apps and Discovery Accelerators
- AppOne menus and dashboards
- AppOne setup
- TemplateOne 1.0.0 menus and dashboards
- TemplateOne 1.0.0 setup
- TemplateOne menus and fashboards
- TemplateOne 2021.4.0 setup
- Purchase to Pay Discovery Accelerator menus and dashboards
- Purchase to Pay Discovery Accelerator Setup
- Order to Cash Discovery Accelerator menus and dashboards
- Order to Cash Discovery Accelerator Setup
- Basic Connector for AppOne
- SAP Connectors
- Introduction to SAP Connector
- SAP input
- Checking the data in the SAP Connector
- Adding process specific tags to the SAP Connector for AppOne
- Adding process specific Due dates to the SAP Connector for AppOne
- Adding automation estimates to the SAP Connector for AppOne
- Adding attributes to the SAP Connector for AppOne
- Adding activities to the SAP Connector for AppOne
- Adding entities to the SAP Connector for AppOne
- SAP Order to Cash Connector for AppOne
- SAP Purchase to Pay Connector for AppOne
- SAP Connector for Purchase to Pay Discovery Accelerator
- SAP Connector for Order-to-Cash Discovery Accelerator
- Superadmin
- Dashboards and charts
- Tables and table items
- Application integrity
- How to ....
- Working with SQL connectors
- Introduction to SQL connectors
- Setting up a SQL connector
- CData Sync extractions
- Running a SQL connector
- Editing transformations
- Releasing a SQL Connector
- Scheduling data extraction
- Structure of transformations
- Using SQL connectors for released apps
- Generating a cache with scripts
- Setting up a local test environment
- Separate development and production environments
- Useful resources
Adding process specific Due dates to the SAP Connector for AppOne
Additional custom Due dates can be defined in the SAP Connector. A due date checks the difference between the Actual date of the event and the Expected date of the event. To create a proper due date, you must define both the Actual date and the Expected date for the due date. Optionally you can specify a Due date amount and/or a Time bin.
The actual date is the event end of the activity related to the due date. You must create a record expression which looks for the event end of the activity related to the due date.
If the expected date of a due date per activity is not known, you can calculate it based on other fields. You must create a record expression that determines a certain date of an activity, for example Approve invoice) and calculate the expected date, for example by adding a number of days to the approve invoice date.
Due_dates_preprocessing
table.
Follow these steps to add a due date.
Step |
Action |
---|---|
1 |
Go to your Workspace and edit the
Duedates.csv file.
|
2 |
Add the due date to the file. |
3 |
In the SAP Connector, reload the
Due_dates_input table in the Process Mining input folder.
|
4 |
Create an expression that defines the actual date for due date in Due dates folder in the
Events_preprocessing table.
See illustration below. |
5 |
Create an expression that calculates the expected date for due date in Due dates folder in the
Events_preprocessing table.
|
6 |
Optionally, create an expression for the due date amount and/or for the time bin in the
Due_date_preprocessing table.
|
7 |
Add the new due date to the case statement of the
Expected date expression in the Due_dates_preprocessing table, and make sure it uses the expressions created in step 4 and 5 . See illustrations below for an example.
|