Hi All,
I am not able to get PreImage of boolean field value in crm 4.0. Below code using :
Opportunity preEntityImage = new Opportunity(this.PreEntityImage);
From above code rightside part am able to get the preimage value but when storing it in variable i.e:preEntityImage, its giving the current field value.
suppose this.PreEntityImage gives true but when storing it in variable its showing false.What could be the reason here ? Can anybody suggest here ?
Thanks,
Jharana
