Hello All Expert,
Please give me information for Business Rules Active or DeActive for StateCode and StatusCode value.
Thanks,
*This post is locked for comments
Hi,
As you know Business Rules stored in workflowbase table internally in dynamics . I checked from there.
- Active status -
StateCode =1 and StatusCode =2
- For Deactive
StateCode= 0 and StatusCode=1
Hello All,
I got it.
For InActive Business Rules
<condition attribute="statuscode" operator="eq" value="1" />
<condition attribute="statecode" operator="eq" value="0" />
For Active Business Rules
<condition attribute="statuscode" operator="eq" value="2" />
<condition attribute="statecode" operator="eq" value="1" />
Thank you
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,240 Super User 2024 Season 2
Martin Dráb 230,149 Most Valuable Professional
nmaenpaa 101,156