Hi
I have a Solution that contains two tables where one field in the first table is a lookup to a second table.
I have a Business Rule that takes the value of one field in a form based on the first table and depending up on the value of that field shows or hides a second field.
The value of that field is actually sourced from the second table via Lookup view.
So one assumes that the GUID corresponding to the value in the second table in the DEV environment is not the same GUID corresponding to the value in the second table in the UAT environment. SO there fore the Business Rule will never fire because its looking for a GUID and the GUID is different in the UAT environment to the DEV environment.
Surely the Deployment Pipeline takes care of this ? Doesn't it ?
Thanks
Nigel