Hello, what's the best way (sintax) to have 2 or more order by in my query?
Example:
dataString='/data/v1/reserve?filter=Planner='+ pcFilter + '&orderby=PartNumber, LotNumber'
I currently have it only with the PartNumber, but I want to do it with those 2 fields.
Thanks in advance.