Reply
Regular Contributor
s_k_a
Posts: 84
0
Accepted Solution

how to populate a field on account with status of Most recent Contract of Account

How to populate a field on account object with status of most recent contract (based on contract Start Date value)? contract object has look up relation with account.

 

To do this Apex code is required? or is there any way using formula field. 

If any of my reply answer your question please mark it as solved. so,others may use it.

Thanks,
SKA
Trusted Contributor
@anilbathula@
Posts: 278
0

Re: how to populate a field on account with status of Most recent Contract of Account

Hi

 

You need to write a trigger on contract after update,after insert,after delete.

Then the account will be update with recent values of contract.

 

 

Thanks
Anil.B
Regular Contributor
s_k_a
Posts: 84
0

Re: how to populate a field on account with status of Most recent Contract of Account

Thanks Anil.

If any of my reply answer your question please mark it as solved. so,others may use it.

Thanks,
SKA