Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.