SalesLineBackOrderListPageInteraction::getSalesIdsSelected Method [AX 2012]
Gets the map that contains unique SalesId data types from sales lines, selected in the form.
Syntax
client server public static Map getSalesIdsSelected(FormDataSource _formDataSource)
Run On
Called
Parameters
- _formDataSource
Type: FormDataSource Class
The SalesLine data source
Return Value
Type: Map Class
A map that has the SalesId of the selected sales line as a key and the map members as a value.
Remarks
There are no repetitions of SalesId values in the returned map. If several lines from the same sales order are selected only one entry in a returned map will be created.