We're moving our on prem organization to Online, but we need to jump to specific items based on business fields. Example, we need to jump to the Account based on Account Number. So Account 123ABC may be AccountId "390307c9-254c-4c73-9d08-8d3518a436a1", but we need a URL to jump to this Account if the user only has 123ABC. Is there some out of the box way of doing this? We currently have an ASP.Net page where the user can feed in the Account Number and it looks up the AccountID, builds the link, and redirects the user to the link. I'd love to build this into the online environment so we don't need to maintain these on an on prem IIS server. Any options for this?
Thanks.