Why do you need this change?
We have a successful ISV product that adds functionality to dimensions, and does special things when a dimension set entry is updated. Right now report 81 does a "TempDimSetEntry.Deleteall(true)" but that throws an error because of controls we have in place. We need a new event to expose the TempDimSetEntry variable so we can clear it without triggering the trigger logic - i.e. TempDimSetEntry.Deleteall;
Describe the request
Please add an event before line 62 in report 81 for:
OnBudgetBufOnAfterGetRecordOnBeforeGLBudgetEntryInit(var TempDimSetEntry: record "Dimension Set Entry" temporary)
Why do you need this change?
We have a successful ISV product that adds functionality to dimensions, and does special things when a dimension set entry is updated. Right now report 81 does a "TempDimSetEntry.Deleteall(true)" but that throws an error because of controls we have in place. We need a new event to expose the TempDimSetEntry variable so we can clear it without triggering the trigger logic - i.e. TempDimSetEntry.Deleteall;
Describe the request
Please add an event before line 62 in report 81 for:
OnBudgetBufOnAfterGetRecordOnBeforeGLBudgetEntryInit(var TempDimSetEntry: record "Dimension Set Entry" temporary)