ProjCustomizationsEventHandler_SI::purchCopyingCopyLineDefault Method [AX 2012]

The purchCopyingCopyLineDefault method is designed to be an event handler for the purcopying.purchCopyingCopyLineDefault delegate providing the customization specific to SI.

client server public static void purchCopyingCopyLineDefault(
    PurchCopying _baseLayerPurchCopying, 
    PurchLine _purchLine, 
    TmpFrmVirtual _tmpFrmVirtualLines, 
    Struct _result)

Run On

Called

Parameters

_baseLayerPurchCopying
Type: PurchCopying Class
The instance of the PurchCopying class that the customizations should use.
_purchLine
Type: PurchLine Table
The PurchLine record to be copied.
_tmpFrmVirtualLines
Type: TmpFrmVirtual Table
The TmpFrmVirtual record passed to the purchCopying.copyLines() method.
_result
Type: Struct Class
struct containing two fields.
Show: