I often use the browser based App, as entering data into it is very convenient vs a phone/tablet. I noticed that after the URL and App name, is URL encoded get request data indicating which view to load, how to sort, etc. Such as the following:
&group=%5B%7B"Column"%3A"Pick-up+Location"%2C"Order"%3A"Ascending"%7D%2C%7B"Column"%3A"Pick-up+Date+Display+Text"%2C"Order"%3A"Ascending"%7D%2C%7B"Column"%3A"Quantity"%2C"Order"%3A"Ascending"%7D%2C%7B"Column"%3A"_RowNumber"%2C"Order"%3A"Ascending"%7D%5D&page=fastTable&sort=%5B%7B"Column"%3A"Quantity"%2C"Order"%3A"Descending"%7D%2C%7B"Column"%3A"Notes+Sort+Order"%2C"Order"%3A"Descending"%7D%2C%7B"Column"%3A"Customer+Name"%2C"Order"%3A"Ascending"%7D%5D&table=Next+Orders&view=NEXT+Unfulfilled
What Iโm wondering is whether I could formulate a GET request via URL-encoded data to open directly to a detailed view of a table row, based on matching a data field in the row (in my case an Order Id). Thanks!
User | Count |
---|---|
17 | |
9 | |
6 | |
5 | |
5 |