PurchAutoCreate_ReleaseFromAgreement.recordCreatedEventHandler Method [AX 2012]

Intercepts the post creation of purchasing records.

protected void recordCreatedEventHandler(Object _sender, Common _buffer)

Run On

Server

Parameters

_sender
Type: Object Class
The object that raises the event.
_buffer
Type: Common Table
The buffer to be created.

If you have to handle the additional post creation of purchasing records, attach to the delegate.

The _buffer parameter can be of the PurchTable or PurchLine type.

Community Additions

ADD
Show: