Thursday, November 15, 2012

BRF Process

We are all know that BRF (Business Rule Framework) is part of SRM 6 Onwards. Instead of going on technical, In this post I provide you the basic understanding of the BRF. When BRF is created and what all it does in the system to retunn the value





This is what basically BRF does.
  • Once a user creates a SC
  • System triggeres a WF Template
  • This template checks the process shcema (which is already defined) evaluation and filters
  • Depend upon the Filters & Process Schema  BRF Event is triggered
  • This BRF Event calls "Rules & Expressins" and returns a result (For Example in case of Boolean it will retrun TRUE or FALSE)
  • If the resutl is TRUE then Process schema1 gets exected
  • If the resutlt is FASLE then Process Schema 2 gets executed
  • Both intern will call WF WS40000014
  • So when Process Schema 1 is triggered then Process level 1 gets executed which intern retrun Agent
Once the WF gets the agent then it will display those Agents in WF Preview and once you order the SC then WF gets triggered and the WI is sent to repsective Agents for approval.


No comments:

Post a Comment