Hide Component ADD Prompt Dialog When Target Keys Exist
Hello,
I have a situation where I have a custom Search Page that I had to build to provide custom search results that could not have been accomplished by simply changing my Component Add Search Record.
When a user performs a search and returns a list of employees that they would like to work on and click the link on a specific search result, I use the TransferExact to redirect them to the target component/page with the related search keys automatically passed. The design of the target page is to be accessed via ADD mode.
The challenge:
When the user searches and returns search result has already been added, the target component throws up its Add Search prompt because of the way SetSearchDialogBehavior(0) works.