Share via


InventTransFormHelper::formQueryAddDefaultOriginLink Method [AX 2012]

Adds the default link from the InventTrans table to the InventTransOrigin table.

Syntax

client public static void formQueryAddDefaultOriginLink(FormDataSource _inventTransOriginDS, FormDataSource _inventTransDS)

Run On

Client

Parameters

  • _inventTransOriginDS
    Type: FormDataSource Class
    The form data source for the InventTransOrigin table.
  • _inventTransDS
    Type: FormDataSource Class
    The form data source for the InventTrans table where the link should be added.

Remarks

All existing links on the _dsInventTrans parameter will be removed.

See Also

Reference

InventTransFormHelper Class