You need to sign in to do that
Don't have an account?
Dorababu
trigger to update a field in Account
Hi,
Loyalty points field should be updated when a primary account's relation's balance changes. Suppose personA is primary account and personB is peraonA's relation. If personB's balance changes, personA loyalty points should be dynamically changed. Relaton between paersonA and personB is stored in object FamilyBanking__c.
Can this be achieved through trigger? Any help will be greatly appreciated.
-- Thanks in Advance --
Hi
You can achieve it by trigger, I am sharing some sample code just for an idea ,this is not the exact code.
Please refer this code
If this post answers your questions, please mark it as solved and give kudos if this helps you
Thanks