Skip to main content
Hi,

I am having difficulty in understanding  What is the purpose and difference between Action Function, Remote Action and Action Support. Pls explain with a Example or a scenario. 

thanq.
3 answers
  1. Mar 25, 2019, 10:47 AM
    Write a trigger, Whenever a contact record is inserted under an account then the

    new record’s MyDate field should be 1 month ahead that of its parent Account’s MyDate field. And if multiple

    contact records

    are inserted under one account then the contact records’s MyDate field should be 1 month ahead of each other.

    For example:

    There are 3 records of accounts – A1 (1st July 2017), A2 (1st Jan 2018), A3 (1st Oct 2017)

    Now we are inserting multiple contacts under these 3 accounts like this:

    A1 –> C1, C2, C3

    A2 –> C4, C5, C6, C7

    A3 –> C8, C9

    So the MyDate fields of new contact records should be like this:

    C1 – 1st Aug 2017

    C2 – 1st Sep 2017

     
Loading
0/9000