The "Run server-based XPages applications directly on Domino server" property setting is selected for an
xPage application. When launched by an IBM Notes client user, what will happen?
Twill is using the NotesDXLImporter class to import a text file containing the DXL for an IBM LotusScript
agent that she would like to use in her application. However, the agent is not appearing after the import.
Why?
Sam would like to use Formula Language to extract the word "cat" from the sentence: "The black cat
walked under the ladder". She has assigned the sentence to the variable "MySentence". Which line of code
could she use to do that?
James has created an IBM Domino application that users will access over the web. He needs to create a
link to open the application's "Using This Application" page. What URL string will he use?
Sally wants to manually bind an Edit Box control to the LastName field on her document data source
"contactDoc". Which is the correct syntax for the Edit Box?
Louise is designing a mobile workflow application. Next to a Label control displaying "Approved?" she
added a Toggle Switch control with a leftLabel set to "Yes" and the default rightLabel set to "No". Which
event should Louise now code to test for when the mobile application user swipes the Toggle Switch from
"No" to "Yes"?
Michael has designed a mobile application with two mobile pages. For the first mobile page he set the
pageName property to "page1" and for the second mobile page he set the pageName property to "page2".
What should Michael add on the second page to navigate the mobile application user to the first page when
touched?