What's the different between
Process After Input.
Field abc Module a.
Module b.
Field def Module c.
Module d.
AND
Process After Input.
Module b.
Module c
Field abc Module a.
Module d.
If module 'a' perform checking on field abc while module c perform checking on field c, do they provide the same effect / result?
Appreciate your expert comments. Thanks!