01. Which field type can be used as a Locator field?
a) Date
b) Number
c) Text
d) Classification
02. A change is made in a state transition configuration in Data Modeler but it has not carried over correctly at runtime. Why?
a) The developer did not publish the form of the base business object (BO).
b) The developer did not make the change in the base BO in Data Modeler.
c) The developer did not import the state transition in Data Modeler.
d) The developer did not click Apply in the state transition properties.
03. What action is required to roll the server.log file?
a) Stop and start any agent in the Agent Manager
b) Click Roll All Logs in the System Manager
c) Click the Roll Log Image/Link next to the appropriate category in Error Logging
d) Restart the system
04. The requirement for a state transition is to automatically close the record window when the transition occurs at runtime. How can this functionality be implemented?
a) Configure the Close Window setting in the properties for this action in Form Builder
b) Configure the Close Window setting for the target state properties in Form Builder
c) Configure the Close Window setting in the sub action properties
d) Configure the Close Window setting in the state transition properties
05. A customer has complained that an error message is showing up after they close and reopen the form. It is discovered that a synchronous workflow controls the error message process. What should be changed so that the error message displays while the form is open?
a) Change the synchronous workflow to use temporary data.
b) Change the synchronous workflow to trigger from a state action.
c) Change the synchronous workflow to use permanent data.
d) Change the synchronous workflow to an asynchronous workflow.
06. Which workflow type gets executed by an association of two objects?
a) synchronous workflow using temporary data
b) asynchronous workflow using temporary data
c) synchronous workflow using permanent data
d) asynchronous workflow using permanent data
07. What type of workflow can be called from an onChange event?
a) Synchronous workflow
b) Scheduled event workflow
c) Asynchronous workflow
d) Subflow workflow
08. A text field on a form cannot display all of the characters in its value in a single line. How can the visible portion of the field be enlarged on the form?
a) Adjust the size value for this field in Data Modeler
b) Adjust the minimum size setting for this field in Form Builder
c) Adjust the result column setting for this field in Data Modeler
d) Adjust the column and/or row span settings for this field in Form Builder
09. Query sections are preferred over multi-record smart sections except for what instance?
a) When the developer wants to sort the records by clicking on a column header.
b) When the developer wants the records displayed in a vertical format.
c) When the developer wants the user to be able to filter the data at runtime.
d) When there are a lot of records so the query section performance suffers.
10. A developer has been tasked to create a method to push a record from the null state to the triActive state without having the action available on a form. What should be done to implement this design?
a) Create a state transition from null to tri Draft, another from tri Draft to triActive in Form Builder, and keep Secondary Action checked in the state transition properties.
b) Create a state transition from null to triActive in Form Builder and keep Visible unchecked in the state transition properties.
c) Create a state transition from null to triActive in Data Modeler and keep Default Display unchecked in the state transition properties.
d) Create a state transition from null to tri Draft, another from tri Draft to triActive in Data Modeler, and keep Secondary Action checked in the state transition properties.