pralash
10th January 2018, 09:42
Hi,

I'm new for LN Programming.... I know that the following hooks are used in UEDLL as follows...

•ue.before.before.save.object()
•ue.after.before.save.object()
•ue.before.after.save.object()
•ue.after.after.save.object()
•ue.before.before.destroy.object()
•ue.after.before.destroy.object()
•ue.before.after.destroy.object()
•ue.after.after.destroy.object()

But I don't the proper idea that when these hooks are triggered properly... So can you please tell me that the execution of the UEDLL hooks in detail with some example script...
Thanks in advance....
Regards,
Pralash

bdittmar
10th January 2018, 09:49
Hello,

multiple times the Forum suggest to use the Infor DEV-Guide.

Within 156 Threats your not new to LN-Programming.

Regards

pralash
10th January 2018, 10:05
I'll refer the Infor Developer Guide...
Thanks,
Pralash

Sahil Sharma
6th August 2018, 14:47
•ue.before.before.save.object() - This is called before the "before.save.object" of the DAL Script.
•ue.after.before.save.object() - This is called after the "before.save.object" of the DAL Script.
•ue.before.after.save.object() - This is called before the "after.save.object" of the DAL Script.
•ue.after.after.save.object() - This is called after the "after.save.object" of the DAL Script.
•ue.before.before.destroy.object() - This is called before the "before.destroy.object" of the DAL Script.
•ue.after.before.destroy.object() - This is called after the "before.destroy.object" of the DAL Script.
•ue.before.after.destroy.object() - This is called before the "after.destroy.object" of the DAL Script.
•ue.after.after.destroy.object() - This is called after the "after.destroy.object" of the DAL Script.

pralash
6th August 2018, 15:39
Hi,

Thanks so much for your information....:cool:
Regards,
Pralash