Share via


WHSWaveTableForm::getWorkIds Method [AX 2012]

Gets the Work IDs for the shipments that are associated with the wave.

Syntax

client server public static str getWorkIds(FormDataSource _dataSource)

Run On

Called

Parameters

  • _dataSource
    Type: FormDataSource Class
    A Wave Table datasource that contains the highlighted records.

Return Value

Type: str
A string of Work IDs that are separated by commas.

See Also

Reference

WHSWaveTableForm Class