Hi Experts,
There is a WHEN-NEW-FORM-INSTANCE trigger in block level, - (This FMB file is taken from 11i instance and we are migrating to R12.2.6)
its defaulting date column if the date column is NULL.
but this is not working in R12, this trigger is not getting triggered, I tested with message('Test trigger');
so i placed the same code which was in there , in the Form level WHEN-NEW-FORM-INSTANCE trigger. it worked.
Moreover when in navigate to Block-> (Block Name) -> trigger -> rightclick and check for WHEN-NEW-FORM-INSTANCE trigger , I did not get that.
so my question is it good idea to have WHEN-NEW-FORM-INSTANCE trigger in block level ? is it depreciated in the latest forms ?
kindly guide.