OpsContextRequestCustomSearch(String, Object, Boolean) Method |
Open a dialog with input area, dynamic button list object ( to change input type ) and a keyboard.
Namespace: Micros.OpsAssembly: Ops (in Ops.dll) Version: 19.9
Syntaxpublic string RequestCustomSearch(
string title,
Object customButtonListObj,
bool validationRequired
)
Parameters
- title String
- The title displayed in the custom search dialog. If null, it will default to an empty string.
- customButtonListObj Object
- An object expected to represent a list of buttons. It can be either a JSON string or a serializable object. Cannot be null.
- validationRequired Boolean
- Indicates whether the input area input should be validated before returning a result.
Return Value
String A JSON string containing the 'input area value' and 'selected button information' resulting from the user interaction.
See Also