What type of code is allowed in the WebQueryOpen event of a form?
A. Java
B. Formula
C. JavaScript
D. IBM LotusScript
Kenneth is using a Computed for display Text field on his form. He would like for new documents created with the form to display the data from that field in a column in a view. What is one of the things that he could to do to be able to do that?
A. Change the field Type to Editable.
B. Populate the Column value property of the field.
C. Enable the "Available to public views" property of the form.
D. Use the @Text function in the Input Translation event of the field.
Mary is using the OSGI console to debug an application and has ENABLE_BREAK=1 set in the client notes.ini. What does this parameter do?
A. runs the application one line at a time
B. forces a Java core if a JVM failure is encountered
C. enables the break points that Mary wrote into the application
D. bypasses any external calls in the application being debugged
Mary would like to log information about an XPage application she has written. What can Mary do to log output from her application?
A. Use the remote debugger in the IBM Designer client to log detailed information.
B. Use the Java handlers java.util.logging.ConsoleHandler and java.util.logging.FileHandler.
C. Enable HTTPAgentLogging to write detailed information to the IBM_TECHNICAL_SUPPORT directory.
D. Enable IBM Domino console logging by setting console_log_enabled to write output to the console.log file.
Angi has a Text field named Town on her form. She also has a Formula field named MyFormula with the Literalize Fields option selected that contains the following formula: SELECT HomeTown = Town She creates a new document with the form and adds the value Madison to the Town field.
What is the value in the MyFormula field after she refreshes the document?
A. 0
B. @Error
C. SELECT HomeTown = Madison
D. SELECT HomeTown = "Madison"
Claire is designing several forms. Each form has a similar section that includes a table of approvers. Which shared design element can she use?
A. actions
B. subforms
C. image resources
D. cascading style sheets
How would a developer apply a style sheet to an existing XPage?
A. Nothing needs to be done as Style Sheets cannot be used in XPages.
B. Click the Add style sheet to page button from the Style tab of the XPage properties.
C. Click the Add style sheet to page button on the XSP Properties tab for the application.
D. Nothing needs to be done as any Style Sheet that is in the application is available to all XPages.
If a document is created with a form containing a Text field that has the "Allow multiple values" property set and multiple values are entered into the field, how are those values stored within the document?
A. They are stored as a text list.
B. They are stored as a CD records.
C. They are stored as delimited items.
D. They are stored as a delimited string.
If Jane wants to adjust the content of the perspectives in IBM Domino Designer, how would she do this?
A. Click Window > Navigation
B. Click Window > Open Perspective
C. Click File > Preferences > Show Eclipse Views
D. Click File > Preferences > Domino Designer > Applications Navigator
Which three statements are true with regards to SAML? (Choose three.)
A. SAML can only be used with non-SSL configurations on the web.
B. Only web client users can make use of SAML-based authentication
C. Only IBM Notes client users can make use of SAML-based authentication.
D. For web client users, SAML authentication facilitates a single-sign on solution in which the user's ID file is downloaded from the Notes ID vault
E. It allows a user to authenticate once with a designated identity provider (IdP), after which the user can access any server that is partnered with the IdP
F. SAML is most useful when an IBM Domino environment includes third-party Web applications whose services your users access, or if multi-session server authentication is too limiting for your organization