How do you trigger the IdoOnltemInsert event?
I've added a new Event Handler on the IdoOnItemInsert event but I'm having trouble with the event not firing as expected. As far as I'm aware, this should trigger whenever a new record is added into an IDO, isn't it? I apply this handler only to SLLots so when a new lot is saved I'm expecting that my event handler should trigger but nothing happens. I've checked my Event Handler Status and Event Status and there are no entries for this event.
I have another Event Handler attached to the IdoOnItemUpdate event and that triggers whenever we update an IDO collection as expected. Why wouldn't the IdoOnItemInsert not trigger?
These are the properties of the event handler:
Event Name: IdoOnltemInsert
Handler Description: Set Exp Date for Lots
Sequence: 9
Applies To Initiators:
Applies To Objects: SLLots
Applies To Sites:
Chronology:
Keep With:
Access As:
Purpose:
Triggering Property:
Method To Call:
Initial State:
Initial Action:
Active: True
Can Override: True
Ignore Failure: False
Suspend: False
Obsolete: False
Synchronous: True
Transactional: True
Any insights on why this event wouldn't fire when we save a new Lot?