Skip to main content
Solved

FSM Explicit Call Business Rule

  • April 29, 2020
  • 2 replies
  • 247 views

Forum|alt.badge.img+3

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

Best answer by Aaron.Sleight

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). 

2 replies

Aaron.Sleight
Hero (Employee)
Forum|alt.badge.img+14
  • Hero (Employee)
  • Answer
  • May 6, 2020

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). 


Forum|alt.badge.img+3
  • Author
  • Do Gooder (Partner)
  • May 7, 2020

Thanks for your reply,

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