Hello,
I am wondering if it is possibile to do the following thing:
- I have a custom field in the opportunity entity which is "Order Number" with logical and schema name of "order_number"
- Every Opportunity in my application can have this order number filled with an integer number
I would like to pass the Order Number in the filter to list only the opportunities with that order number.
For example, if I try to edit the query string to add &filter=order_number eq '123456' in the view "my opportunity list" I will get the following error.
The final objective is to create a static link to retrieve directly the opportunities table with the search result from a given order number