DRAG DROP
A layout has a script trigger assigned to activate OnRecordCommit and a field on the same layout with script triggers assigned to activate on OnObjectSave, OnObjectExit and OnObjectValidate. The field is modified and the user exits the field without navigating to another object on the layout.


Explanation:

C:\Pasban Work\Cert Paper Exams\FileMaker\FM0-306\FM306\FM306\49.JPG
Which two components are required to use all of the features of FileMaker Server 12 Advanced for Windows? (Choose two.)
Which three are valid XML grammars for use with Custom Web Publishing (CWP)?
(Choose three.)
Which statement is true about File Recovery in FileMaker Pro 12?
Which three are necessary to access a FileMaker Pro 12 database hosted via Instant Web Publishing (IWP)? (Choose three.)
A database has a Customer table and an Order table. On a layout based on the Customer table there is a portal showing related orders for the current calendar year. The portal does not include a filter formula. There is a calculation field in the Customer table, zSumOrders, that adds up the total amount of all the customer's orders for the year. zSumOrders is included on the layout.
Assuming no changes to the data, what may cause the displayed value of zSumOrders on a customer record to change?
A FileMaker Pro 12 database has two tables called Company and Customer. Both tables have a number field called CompanyID. The two tables have a relationship between them formed by the condition Company:: CompanyID = Customer:: CompanyID. Each table also has a text field called CompanyName. The CompanyName field in the Customer table is defined to Auto-enter calculated value, with the formula: Company:: CompanyName and the option Do not replace existing value of field unchecked.
Under which circumstances will the value of the CompanyName field on a Customer record be refreshed with data from the related Company record?
Which statement is true about the Relationships Graph in FileMaker Pro 12?
The following scripts contain several Open File [ ] script steps. Since the scripts were written, Filel, File2, File3, and File4 have all been moved or deleted, so the corresponding open File [ ] script steps will generate errors.

When Script A is run, error dialogs are shown for the Open File [] steps associated with which file(s)?
What will a recursive custom function do when a stack limit is exceeded?
A FileMaker Pro 12 file is hosted by FileMaker Server 12. In the course of working with the file, users run scripts that access and update a global variable called
$$currentTransactionCount.
Which statement is true about this situation?
Which two statements are true concerning Administrator Groups in FileMaker Server 12?
(Choose two.)
Given the following formula:
Case (Children > 1 and Bedrooms = Children; "Overcrowded" ;
Children > 2 and Bedrooms = Children; "Crowded" ;
Children < 4 or Bedrooms > 1; "Comfortable"
)
Assuming the value of Children is 3 and the value of Bedrooms is 3, what is the result?
Which two statements are true about script triggers? (Choose two.)