Hi All,
I am developing a custom app which needs the global modify trigger to be triggered,
I have a codeunit which subscribes to a GlobalModifyTrigger in the Global Trigger Management codeunit ,now the Job Planning Line or the Purchase Line does not react to the triggers could you help please and explain why on modifying the Trigger is not being called.Other Tables like sales Line,Sales Header do call the proc though
[EventSubscriber(ObjectType::Codeunit, Codeunit::GlobalTriggerManagement, 'OnAfterOnDatabaseModify', '', true, true)]
Procedure OnAfterOnDatabaseModify(RecRef: RecordRef)
Regards,
Indira