Solved

FSM Explicit Call Business Rule

  • 29 April 2020
  • 2 replies
  • 210 views

Userlevel 1
Badge +3
  • Do Gooder (Partner)
  • 4 replies

Can any one suggest how explicit call as execution point in FSM business rule will work. One sample data will be very helpful. 

icon

Best answer by Aaron.Sleight 6 May 2020, 19:54

View original

2 replies

Userlevel 5
Badge +14

Explicit call business rules are ones that execute not based on some event such as a row being inserted or updated, but rather these need to be intentionally executed from within code.  There are several of these business rules that are part of the baseline solution, but they could also be used as part of a customized solution.  In those cases, they would need to be explicitly executed from the customized code (e.g. an over-ridden policy or some custom mpm). 

Userlevel 1
Badge +3

Thanks for your reply,

One sample document for customized Explicit business rule will be very helpful.

Reply