Search

The following sample code creates a Search screen to search the Customer mobile business object:

FormsManagerDataObject dataObject = new FormsManagerDataObject();
dataObject ["ContextMBOType"] = typeof(Customer); 
Sybase.UnwiredPlatform.Windows.Action.Action screenAction = Sybase.UnwiredPlatform.Windows.Action.ActionFactory.CreateScreenAction(typeof(FormSearch), (this.Form as FormBase), dataObject);      
screenAction.Execute();