Hello All,
I've created few business rules in my DEV org, in which I've checked condition on the basis of some lookup value like,
If Account="A.Datum" then .....
If Department = "AC" then.................
Basically I've used master data as value to lookup to check condition . Same master data is present in my UAT org but obviously with different GUID. So When I deploy my Business Rules (BRs) into UAT and business rules fires, it gives me an error because the Guid of value which is set in BR is with old GUID and is not presen in UAT. Hence, to resolve it , I've to go to BR and then deactivate it and then set lookup value again and then activate (Now it works fine...:)....:P...:D)
The same goes for Workflow also (Workflows in which a condition is checked on the lookup basis , goes into draft status when we deploy it in another org)
Are there any alternatives to avoid these kind of situations? Is there any other option to deploy BR & workflows which need not be reactivated again?
What is the best way to deploy BR & workflows?
*This post is locked for comments