Here are some of the commonly used Js functions in MSCE. Read more

Here are some of the commonly used Js functions in MSCE. Read more

A child workflow process is a process that can be started by another workflow or dialog. If you want to apply the same logic in different workflows or in conditional branches, define that logic as a child workflow so you don’t have to replicate that logic manually in each workflow or conditional branch. This helps make your workflow easier to maintain. Instead of examining many workflows that may apply the same logic, you can just update one workflow. Read more

On-Demand workflow allows you to process logical operation on a particular record instead of on every single record. These workflows are independent of the event triggers like create, update or delete of the record. Read more

Workflows automate business processes without a user interface. People usually use workflow processes to initiate automation that doesn’t require any user interaction. Read more

Business rules provide a simple interface to implement and maintain fast-changing and commonly used rules. Business rules are form logic which are used without writing JavaScript code or creating plug-ins. Read more
