Custom Processes are an integral part of Automation on the platform. With Processes, you can design specialized, automated actions that match your organization's workflows, without manual intervention.
You can use a Process to:
Change or update data automatically
Send targeted notifications
Trigger scripts to perform complex tasks
Prevent records from being created or edited if criteria are not met
Notifications and Processes are linked. A Process is required to execute and deliver notifications on the platform.
A task that the Process executes once triggered. Examples include sending notifications, updating fields, running scripts, or sending exceptions.
Criteria
Conditions that must be met for the Process to run. Multiple criteria are combined using AND logic.
Field
A specific data point in the Object that the Process can read or update.
Notification Template
A pre-configured email or push alert that can be executed by a Process.
Object
The entity the Process works on (e.g., Account, Bank Account, Portfolio, Transaction, Order).
Process
An automated workflow that triggers actions based on criteria and triggers. Processes are required to execute Notification Templates.
Recipient
The user, department, role or client who will receive notifications triggered by the Process.
Script
A set of instructions executed by a Process for advanced actions, such as creating related objects or performing complex calculations.
Trigger
An event or timing that starts the Process. Examples: Pre-Create, Post-Create, Pre-Update, Post-Update, Create/Update.
👉 New to some terms? Check out our full Platform Glossaryfor more.
Permissions Requirement
Platform Name
Permission Level
Processes
View, Modify, Create
🔗 Click here to view more about profile configuration.
Understanding the Process Structure
Every Process you create has a defined structure that tells the platform when to run it, what conditions to check and which actions to perform. Here’s a step-by-step guide on how to set up a process.
Go to User Profile Settings and click on System Settings.
Find and select Processes tab.
Click the + icon located on the right side of the Processes page.
A form opens. Fill in all the required fields(*).
Detailed Field Description here:
Sr No.
Field
Description
1
Object Name(*)
The type of record the Process will work on. Here’s the list:
Account
Bank account
Transaction
Mandate
Portfolio
Order
Fee
Instrument
Position
2
Workflow Name(*)
A unique name for your Process so you can identify it later.
3
Description
A detailed note/summary for the process.
4
Trigger(s)
The event(s) that start the Process (e.g., when a record is created, updated or at a scheduled time). Learn more on Trigger Types.
4A
Select the relevant action from the dropdown during setup.
4B
Set the date or recurring schedule using configuration.
5
Criteria
Use Add Group or Add Setting to define your filter conditions.
If you set multiple criteria, all must be met (AND condition) for the process to run.
Criteria use an AND logic between multiple conditions.
Example: Field Status = "Approved" AND Field Amount > 1000.