function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
petec@i2isyspetec@i2isys 

Can I map a formula field in Contract to a field on Account record? I have a summary roll up field on the Contract record that is calculating total support fees from a custom object on the Contract record. I would like that number to show up on the Acct.

Vinit_KumarVinit_Kumar
I am afraid you won't be able to create a Formula field on Account which would fetch related Contract field value.

However,you can have an Update/Insert Trigger on Contract which would populate related Account field with the value on Contract field.

Hope this helps !!

If this helps,please mark this as best answer to help others :)