Hello,
I have a custom entity called Bills which has various fields within it, fields from the Bills entity are also shown on the Contact form using a subgrid. What I need is for there to be a field called Checked on the Opportunity which displays the value Yes or No depending on the criteria in the calculated field. The Checked field is the calculated field I have created on the opportuntity and it states if the Ref Number field on the Bills entity contains data then set the value of the Checked field to Yes otherwise set it to No.
The problem I have is that the Checked field on the opportunity is not updating, so for example if I go to the contact form and click on the + sign from the subgrid to open the Bills form and complete it ensuring to fill in the Ref Number field the Check field on the opportunity still displays No rather than Yes. In case its important the contact is also the person associated to the opportunity.
Any pointers on the best way to do this will be helpful. Thanks
Spaz