AifDocumentService.setOperationContext Method [AX 2012]

Sets the operation context for the next operation.

Syntax

public void setOperationContext(AifOperationContext _operationContext)

Run On

Server

Parameters

  • _operationContext
    Type: AifOperationContext Class
    An instance of the AifOperationContext class that has details of the next operation.

Remarks

This method will be called before each operation.

See Also

Reference

AifDocumentService Class