![](/accounts/sagitec/images/logo.png)
Sagitec Learning Center
S3 (Platform 6.0) Basic Training for Developers - Part 2 (E-Learning)
Recorded On: 06/05/2022
-
Register
- Documentation Team - Free!
- Employees - Free!
- S3 Users - Free!
- Xelence User - Free!
Already registered?
Log in now.
This training covers basic of the advance topics like BPM, File Processing, Correspondence, Reports. The pre-requisite for this course is given below,
https://learning.xelence.com/p...
For any question contact SagitecLearning&Training@sagitec.com
Key:
![](/images/product-status-icons/complete-small.png)
![](/images/product-status-icons/next-small.png)
![](/images/product-status-icons/disabled-small.png)
![](/images/product-status-icons/optional-small.png)
![](/images/product-status-icons/locked-small.png)
Acknowledgement - Welcome to Sagitec S3 Basic E-Learning Course Part 2
Mark this text as read so that you remember you already read it when you return to this site later.
Mark this text as read so that you remember you already read it when you return to this site later.
Introduction of BPM
Open to view video.
Open to view video.
This video provide basic introduction of BPM
Activity 1: Create a BPM File in S3
Open to view video.
Open to view video.
In this activity you will be creating BPM file in S3. Later on you will create a Map in this file only
Activity 2: Design a BPM Map to Process Claims
Open to view video.
Open to view video.
In this activity you will be creating BPM Map
Activity 3: Add Variables to the BPM File
Open to view video.
Open to view video.
In this activity you will be adding Variables to the BPM File
Activity 4: Create a Logical Rule
Open to view video.
Open to view video.
In this activity you will be creating a Logical Rule
Activity 5: Create an XML Method
Open to view video.
Open to view video.
In this activity you will be creating an XML Method
Activity 6: Update the Maintenance Forms
Open to view video.
Open to view video.
In this activity you will be adding BPM buttons to Maintenance form
Activity 7: Configure the BPM Map
Open to view video.
Open to view video.
In this activity you will be configuring the BPM Map
Quiz 1 for BPM
6 Questions | 3 attempts | 5/6 points to pass
6 Questions | 3 attempts | 5/6 points to pass
Assignment 1 for BPM : Complete all activities in BPM Training Session 1
Graded as Pass/Fail
Graded as Pass/Fail
In this assignment you need to complete all activities in BPM Training Session 1 and then take relevant screenshots for each activity and put it in a word document. If the document size is more than 5 MB then split the documents.
Activity 8: Add Roles and SLA Times to the BPM Map
Open to view video.
Open to view video.
In this activity you will be adding Roles and SLA Times to the BPM Processes and activities
Activity 9: Deploy the BPM Map
Open to view video.
Open to view video.
In this activity you will be deploying the BPM Map
Activity 10: Create a BPM Case Instance
Open to view video.
Open to view video.
In this activity you will be creating a BPM Case Instance
Activity 11: Execute the BPM Process
Open to view video.
Open to view video.
In this activity you will be executing the BPM Process
Activity 12: Updating Claim Status through Approve button
Open to view video.
Open to view video.
In this activity you will be updating Claim Status through Approve button
Activity 13: Escalation in BPM
Open to view video.
Open to view video.
In this activity you will be working on BPM escalation
Quiz 2 for BPM
4 Questions | 3 attempts | 3/4 points to pass
4 Questions | 3 attempts | 3/4 points to pass
Assignment 2 for BPM : Complete all activities in BPM Training Session 2
Graded as Pass/Fail
Graded as Pass/Fail
In this assignment you need to complete all activities in BPM Training Session 2 and then take relevant screenshots for each activity and put it in a word document. If the document size is more than 5 MB then split the documents.
Activity 1 : Make the Child BPM as ‘Reusable’
Open to view video.
Open to view video.
In BPM, if you want to make any process to be used as child process of another process then one need to set the Reusable flag. In this example the Parent process CreateParticipant will call ParticipantClaimApproval. So, you need to make ParticipantClaimApproval reusable.
Activity 2 : Change the Type of the Variable of Child BPM
Open to view video.
Open to view video.
Earlier the BPM Map ParticipantClaimApprvoal has a process variable as BPMPartcipantID. And this was used stand alone. This was a required variable. So user used to supply ParticipantID During initiation process. However in the currenct scenario the parent map will supply ParticipantID after it has been created. So ParticipantID variable type will be set as ‘in’ instead of ‘local’.
Activity 3 : Add Submit Button to ‘wfmUcParticipantMaintenace’ form
Open to view video.
Open to view video.
You need to add a BPM submit button to Participant Maintenance form. This is needed as after creating the Participant through BPM Process. One needs to submit to go to next process step. You are working with a Map which will create a Participant as a user task. So, when the data for the Participant is saved, it should also be able to submit that details to the BPM. For that you need to add a submit button in the ‘wfmUcParticipantMaintenance’ form.
Activity 4 : Create a new Parent BPM file
Open to view video.
Open to view video.
This activity will help you to create current BPM Parent Map called as ‘CreateParticipantParentMap’.
Activity 5 : Create a variable for Parent Map
Open to view video.
Open to view video.
You will be using this BPM to create the participant here. So, you will need ParticipantID when the new Participant is created, or Participant Data is updated. For this purpose, you will create a variable here.
Activity 6 : Update the configuration for ‘New’ Button in ‘wfmUcParticipantLookup’ form
Open to view video.
Open to view video.
The Participant gets created through Parent process using New button of lookup form. When user moves from one form to another in BPM context then to carry forward correct BPM variables values one has to set a property called ‘sfwCopyActivitySessionVariables’ for this New button.
Activity 7 : Design the Parent Map
Open to view video.
Open to view video.
As all the required pre-requisites are ready, now you can design the Map. Here you will add user task, event gateway, message event, timer event and call the child Map.
Activity 8 : Configure the activities of Parent Map
Open to view video.
Open to view video.
In the previous activity you have designed the BPM Parent Map.
Now you can configure each element of your map. This activity attaches forms and other settings to the elements so the application can navigate through the screens the user needs to complete the process and pass the data necessary to the process to Create Participant Map.
Activity 9 : Deploy the Parent Map
Open to view video.
Open to view video.
In the previous activity you have configured the BPM Parent map. int this Activity you will Deploy the Parent Map. Which will Put the BPM in Application and in Database.
Activity 10 : Create BPM Case Instance
Open to view video.
Open to view video.
Now that you have deployed the map, you can create an instance of the case that a user can execute.
Activity 11 : Execute the Map
Open to view video.
Open to view video.
Now that your map is deployed and an instance exists, you can execute that instance.
Quiz 3 for BPM
6 Questions | 3 attempts | 5/6 points to pass
6 Questions | 3 attempts | 5/6 points to pass
Assignment 3 for BPM : Complete all activities in BPM Training Session 3
Graded as Pass/Fail
Graded as Pass/Fail
Assignment 3 for BPM : Complete all activities in BPM Training Session 3
Introduction to Inbound file processing
Open to view video.
Open to view video.
Introduction to Inbound file processing
Inbound Processing Activity 1: Create an Inbound File Object in Visual Studio
Open to view video.
Open to view video.
Create an Inbound File Object in Visual Studio
Inbound Processing Activity 2: Create System Paths in the Application
Open to view video.
Open to view video.
Create System Paths in the Application
Inbound Processing Activity 3: Create a Single Record File Definition in S3
Open to view video.
Open to view video.
Create a Single Record File Definition in S3
Inbound Processing Activity 4: Create Step Codes for the Single Record File in Visual Studio
Open to view video.
Open to view video.
Create Step Codes for the Single Record File in Visual Studio
Inbound Processing Activity 5: Create a Job Schedule for the Single Record File in the Application
Open to view video.
Open to view video.
Create a Job Schedule for the Single Record File in the Application
Inbound Processing Activity 6: Process the Single Record Inbound File
Open to view video.
Open to view video.
Process the Single Record Inbound File
Inbound Processing Activity 7: Add Hard error in inbound file processing
Open to view video.
Open to view video.
Add Hard error in inbound file processing
Inbound Processing Activity 8: Modifying Code Value in inbound file processing
Open to view video.
Open to view video.
Modifying Code Value in inbound file processing
Inbound Processing Activity 9: Create a Grouped Record File Definition in S3
Open to view video.
Open to view video.
Create a Grouped Record File Definition in S3
Inbound Processing Activity 10: Create Step Codes for the Grouped File in Visual Studio
Open to view video.
Open to view video.
Create Step Codes for the Grouped File in Visual Studio
Inbound Processing Activity 11: Create a Job Schedule for the Grouped File in the Application
Open to view video.
Open to view video.
Create a Job Schedule for the Grouped File in the Application
Inbound Processing Activity 12: Process the Grouped Record Inbound File
Open to view video.
Open to view video.
Process the Grouped Record Inbound File
Quiz for Inbound File Processing
7 Questions | 3 attempts | 5/7 points to pass
7 Questions | 3 attempts | 5/7 points to pass
Quiz for Inbound File Processing
Assignment for Inbound File Processing :Complete all activities in Inbound File Processing Training
Graded as Pass/Fail
Graded as Pass/Fail
In this assignment you need to complete all activities in Inbound File Processing Training Session and then take relevant screenshots for each activity and put it in a word document. If the document size is more than 5 MB then split the documents.
Introduction to Outbound file processing
Open to view video.
Open to view video.
Introduction to Outbound file processing
Outbound Processing Activity 1: Create a Query in the Entity
Open to view video.
Open to view video.
Create a Query in the Entity
Outbound Processing Activity 2: Create System Paths in the Application
Open to view video.
Open to view video.
Create System Paths in the Application
Outbound Processing Activity 3: Create an Outbound File Object in Visual Studio
Open to view video.
Open to view video.
Create an Outbound File Object in Visual Studio
Outbound Processing Activity 4: Create an Outbound File Definition in S3
Open to view video.
Open to view video.
Create an Outbound File Definition in S3
Outbound Processing Activity 5: Create an Outbound File Step Code in Visual Studio
Open to view video.
Open to view video.
Create an Outbound File Step Code in Visual Studio
Outbound Processing Activity 6: Create an Outbound File Job Schedule in the Application
Open to view video.
Open to view video.
Create an Outbound File Job Schedule in the Application
Outbound Processing Activity 7: Process the Outbound File
Open to view video.
Open to view video.
Process the Outbound File
Outbound Processing Activity 8: Update the Outbound File Code Value
Open to view video.
Open to view video.
Update the Outbound File Code Value
Outbound Processing Activity 9: Update the Outbound File Output to XML
Open to view video.
Open to view video.
Update the Outbound File Output to XML
Outbound Processing Activity 10: Create Outbound XML file using execute button
Open to view video.
Open to view video.
Create Outbound XML file using execute button
Quiz for Outbound File Processing
8 Questions | 3 attempts | 6/8 points to pass
8 Questions | 3 attempts | 6/8 points to pass
Quiz for Outbound File Processing
Assignment for Outbound File Processing : Complete all activities in Outbound File Processing Training
Graded as Pass/Fail
Graded as Pass/Fail
In this assignment, you need to complete all activities in Outbound File Processing Training Session and then take relevant screenshots for each activity and put it in a word document. If the document size is more than 5 MB then split the documents.
Platform 6.0 File Processing Training Completion Certificate
3.00 Platform 6.0 File Processing Training Completion Certificate credits | Certificate available
3.00 Platform 6.0 File Processing Training Completion Certificate credits | Certificate available
Platform 6.0 File Processing Training Completion Certificate
Introduction to Correspondence
Open to view video.
Open to view video.
Introduction to Correspondence
Correspondence Activity 1-Add the Participant as a Correspondence Recipient in Visual Studio
Open to view video.
Open to view video.
Add the Participant as a Correspondence Recipient in Visual Studio
Correspondence Activity 2-Configure Code Id For Participant entity
Open to view video.
Open to view video.
Configure Code Id For Participant entity
Correspondence Activity 3- Create a Notification Template in the Application
Open to view video.
Open to view video.
Create a Notification Template in the Application
Correspondence Activity 4-Create a Communication Template in the Application
Open to view video.
Open to view video.
Create a Communication Template in the Application
Correspondence Activity 5-Create a Correspondence in S3
Open to view video.
Open to view video.
Create a Correspondence in S3
Correspondence Activity 6-Configure the Word Template in S3
Open to view video.
Open to view video.
Configure the Word Template in S3
Correspondence Activity 7-Generate the Correspondence in the Application
Open to view video.
Open to view video.
Generate the Correspondence in the Application
Correspondence Activity 8-Add a Conditional Prefix to the Word Template in S3
Open to view video.
Open to view video.
Add a Conditional Prefix to the Word Template in S3
Correspondence Activity 9-Add an Eligibility Message Based on User Entry to the Word Template
Open to view video.
Open to view video.
Add an Eligibility Message Based on User Entry to the Word Template
Correspondence Activity 10-Add a Table of Claims to the Word Template
Open to view video.
Open to view video.
Add a Table of Claims to the Word Template
Correspondence Activity 11-Add a Child Template of the Participant
Open to view video.
Open to view video.
Add a Child Template of the Participant
Correspondence Activity 12-Add a Standard bookmark Set Header and Footer to the Word Template
Open to view video.
Open to view video.
Add a Standard bookmark Set Header and Footer to the Word Template
Quiz for Correspondence
5 Questions | 3 attempts | 3/5 points to pass
5 Questions | 3 attempts | 3/5 points to pass
Quiz for Correspondence
Assignment for Correspondence : Complete all activities in Correspondence Training Session
Graded as Pass/Fail
Graded as Pass/Fail
In this assignment, you need to complete all activities in Correspondence Training Session and then take relevant screenshots for each activity and put it in a word document. If the document size is more than 5 MB then split the documents.
Platform 6.0 Correspondence Training Completion Certificate
3.00 Platform 6.0 Correspondence Training Completion Certificate credits | Certificate available
3.00 Platform 6.0 Correspondence Training Completion Certificate credits | Certificate available
Platform 6.0 Correspondence Training Completion Certificate
Reports Activity 1-Create and Design the Report Template in Visual Studio
Open to view video.
Open to view video.
Create and Design the Report Template in Visual Studio
Reports Activity 2-Create a Report in S3
Open to view video.
Open to view video.
Create a Report in S3
Reports Activity 3-Generate the Report in the Application
Open to view video.
Open to view video.
Generate the Report in the Application
Reports Activity 4-Create and Generate a Parameterized Report
Open to view video.
Open to view video.
Create a Communication Template in the Application
Charts Activity 5-Create the Dashboard Properties in S3
Open to view video.
Open to view video.
Create the Dashboard Properties in S3
Charts Activity 6-Create and Design the Dashboard in S3
Open to view video.
Open to view video.
Create and Design the Dashboard in S3
Quiz for Reports and Charts
6 Questions | 3 attempts | 4/6 points to pass
6 Questions | 3 attempts | 4/6 points to pass
Quiz for Reports and Charts
Assignment for Reports and Charts : Complete all activities in Reports and Charts Training Session
Graded as Pass/Fail
Graded as Pass/Fail
In this assignment you need to complete all activities in Reports and Charts Training Session and then take relevant screenshots for each activity and put it in a word document. If the document size is more than 5 MB then split the documents.
Platform 6.0 Reports and Charts Training Completion Certificate
3.00 Platform 6.0 Reports and Charts Training Completion Certificate credits | Certificate available
3.00 Platform 6.0 Reports and Charts Training Completion Certificate credits | Certificate available
Platform 6.0 Reports and Charts Training Completion Certificate