In the Data Modeler's Association List what does a red star next to the association indicate?
A. The association is used in a smart section.
B. The association is a dependent association.
C. The association is referenced by a locator field.
D. The association is referenced by a required field.
Query sections are preferred over multi-record smart sections except for what instance?
A. When the developer wants the records displayed in a vertical format.
B. When there are a lot of records so the query section performance suffers.
C. When the developer wants the user to be able to filter the data at runtime.
D. When the developer wants to sort the records by clicking on a column header.
If a list value is entered incorrectly, what step is required to change it in the List Manager?
A. Update the list using a workflow
B. Open the entry, change the value, and save it
C. Delete the incorrect entry and add a correct entry
D. Click Revise, make the necessary changes, then click Publish
Which statement is true about the Data Scope setting when creating a query/report?
A. Setting it to All Projects returns only records associated to projects for which the user is a contact.
B. Setting it to Retired Projects returns only records of those projects that have been completed.
C. Setting it to Company returns only records that are associated to the user's primary organization.
D. Setting it to Active Project returns only records associated to the project the user is logged into when the report is rendered.
Which workflow type updates the database immediately?
A. synchronous workflow using temporary data
B. synchronous workflow using permanent data
C. asynchronous workflow using temporary data
D. asynchronous workflow using permanent data
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
Which statement is true regarding building a form?
A. Sections can be added to the form without being defined in the business object (BO).
B. Data fields can be added to the form without being defined in the BO.
C. Locator fields can be added to the form without being defined in the BO.
D. Smart sections can be added to the form without being defined in the BO.
When applying the Sort Section action on a form's tab, which statement is true regardless of the original layout of the sections?
A. The sections will be reorganized in the order that they were created.
B. The sections will be reorganized in the selected order with the exception of those sections where the Visible property is left unchecked.
C. The sections will be reorganized in the selected order from the bottom of the tab to the top of the tab regardless of the original parameters.
D. The sections will be reorganized in the selected order from the top of the tab to the bottom of the tab regardless of the original parameters.
Which type of state transition completion will trigger a save process on the record at runtime?
A. A transition that links back to itself.
B. A transition that links to another state.
C. Any transition will trigger a save process.
D. Any transition that contains an action called triSave or triSaveAndClose.
Where does an onClick event get configured?
A. In the start condition of a workflow
B. In the properties of a tab in Form Builder
C. In the properties of a field in Form Builder
D. In the properties of a smart section in Data Modeler