PurchAutoCreate_ReleaseFromAgreement.recordCreatingEventHandler Method [AX 2012]

Intercepts how to create purchasing records.

protected void recordCreatingEventHandler(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 for example handle additional initialization, attach to the delegate.

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

Community Additions

ADD
Show: