RetailCommonWebAPI::getMapFromQueryString Method [AX 2012]

Returns a Map of the key/value pairs of the supplied request query string.

The query string is expected to have the following format: para1=value1&para2=value2 So, key/value pairs must be separated with '&' characters and keys and values must be separated with '=' character.

Syntax

client server public static Map getMapFromQueryString(str _queryString)

Run On

Called

Parameters

  • _queryString
    Type: str
    The query string in the following format: para1=value1&para2=value2

Return Value

Type: Map Class
A Map of the key/value pairs of the supplied request query string

See Also

Reference

RetailCommonWebAPI Class