RetailPaymReturnChangeSlipSvcCtrlr_RU::newFromArgs Method [AX 2012]

Creates an instance of RetailPaymReturnChangeSlipSvcCtrlr_RU class and initializes it based on teh _args provided.

Syntax

client server public static RetailPaymReturnChangeSlipSvcCtrlr_RU newFromArgs(Args _args)

Run On

Called

Parameters

  • _args
    Type: Args Class
    The args for the service operation.

Return Value

Type: RetailPaymReturnChangeSlipSvcCtrlr_RU Class
An initialized instance of the RetailPaymReturnChangeSlipSvcCtrlr_RU class.

Exceptions

Exception Condition
Error

Throws exception if the _args is not valid.

Remarks

Performs initialization of the service class from the args.parm().

See Also

Reference

RetailPaymReturnChangeSlipSvcCtrlr_RU Class