Hey guys,
It's me again. So i just got off a technical interview which i failed miserably, btw. And there's this question which is bugging me still and is the reason of me posting.
The question is, when you tab out of a field, which will trigger first, FieldEdit or FieldChange? Will that be the same when the value of the said field is modified (FieldEdit or FieldChange)?
Thanks!
-g
Title | Under | Posted on |
---|---|---|
Component interface Error: no rows exist for the specified keys | PeopleSoft Technical | 03/15/2019 - 3:54am |
ADD 24 months starting from current month.(peoplesoft) | PeopleSoft Functional | 07/29/2018 - 8:44pm |
TRC values dropdown | PeopleSoft Technical | 04/04/2018 - 12:54am |
how to find missing sequence in GRID and print the mising sequence number while saving through peoplecode | PeopleSoft Technical | 09/11/2017 - 4:49am |
When you tab out then FieldChange will fire on that field. When you save the page, FieldEdit fires 1st followed by FieldChange.
Give back to the community and help it grow!
* Help with unanswered forum questions and issues
* Register or login to share your knowledge at your own blog
@Lepa: Do you mean FieldEdit won't be triggered when you tab out of the field?
I think FieldEdit will trigger first and then FieldChange..
Ashar, you are right - this is how i've always thought it works.
Field changed by user > FieldEdit > FieldChange
Give back to the community and help it grow!
* Help with unanswered forum questions and issues
* Register or login to share your knowledge at your own blog