cancel
Showing results for 
Search instead for 
Did you mean: 

UI: How to call Define Formatted Search using UI API

Former Member
0 Kudos

Hi

I want to use "Define Formatted Search" built-in functionality of BOne into my customized UI API application.

Any body can help me ?

thanks

raj

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Simple formatted searches (without auto refresh options) can be manually defined using the standard menu options for fields on custom UI API screens in the same way as for standard SBO screens.

If you want to display the "Define Formatted Search" window from your own code, you could set the focus on the relevant field and then either call the relevant menu item from code.

sboApp.ActivateMenuItem "7426"

Or alternatively send the shortcut keystroke

sboApp.SendKeys "%+" To call an existing formatted search, you could use menuitem "7425" or "+".

John.