Home / CSE / Javascript - CS :: Discussion

Discussion :: Javascript - CS

  1. Which method is called right before a field is saved?

  2. A.

     onBeforeSave()

    B.

     BeforeSave()

    C.

     SaveBefore()

    D.

     None of the mentioned

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    The method onBeforeSave() is called right before a field is saved.


Be The First To Comment