Comments
It should work similarly to the "address bar search engines" in your browser.
In the tell me search bar you type the keyword, for instance: item
then press "Space" or "Tab". The tell me search bar displays:
Search in the item list search bar:
now you continue typing whatever you want to search for in the item list, and press "Enter". It should then bring you straight to the item list with your search in the general (F3) search bar.
It should work for:
items
(archived) sales orders
(archived) sales quotes
(archived) purchase orders
customers
vendors
contacts
items
iteractions
warehouse shipments
warehouse receipts
...
I was able to set up a conditional decision with following condition as a workaround for this issue:
Where: Workflow.Workflow originator is field User to person relationship.User ID
As expected, this decision takes one route in the workflow if the submitter and the person whose skills are modified are the same user (condition is true), and another route if someone has submitted a change for someone else (condition is false).
I had this same requirement recently. Ended up writing an Azure function to serve as a proxy because those have only 3 outgoing IPs that are known upfront (as long as the traffic is relatively light). Telling someone they essentially have to whitelist all of Azure doesn't work for most security people.