Answer(s)
- FileMaker Pro 8 Sales file has Customer and Contact tables. On the Relationships Graph, anExternal table occurrence called Invoice is referenced. The Sales file has layouts based on theCustomer, Contact, and Invoice table occurrences. The following script is used:Script A:New Record/RequestA button that performs Script A has been placed on the Customer layout in a portal that displaysthe related contact records.Which three statements are true? (Choose three.)A. When the button is clicked, a new record is created in the Contact table.
- When the button is clicked, a new record is created in the Customer table.
- If the user is on the Invoice layout and runs Script A from the Scripts menu, a new record iscreated in the Invoice table.
- If the user is on the Invoice layout and runs Script A from the Scripts menu, a new record iscreated in the Customer table.
- If the user is on the Contact layout and runs Script A from the Scripts menu, a new record willbe created in the Contact table.
Correct Answer When the button is clicked, a new record is created in the Customer table.
If the user is on the Invoice layout and runs Script A from the Scripts menu, a new record iscreated in the Invoice table.
If the user is on the Contact layout and runs Script A from the Scripts menu, a new record willbe created in the Contact table.