BADataServiceClass.getImage Method [AX 2012]

Gets the image for the Business Analyzer client.

Syntax

public CLRObject getImage(CLRObject _parameters, CLRObject _companyId)

Run On

Server

Parameters

  • _parameters
    Type: CLRObject Class
    The serialized parameter object that is used to pass through to the Business Analyzer .NET assembly.
  • _companyId
    Type: CLRObject Class
    The company ID that is used to validate user access.

Return Value

Type: CLRObject Class
A serialized image object.

See Also

Reference

BADataServiceClass Class