FM1-306 試験問題を無料オンラインアクセス
| 試験コード: | FM1-306 |
| 試験名称: | Developer Essentials for FileMaker 12 Beta Exam |
| 認定資格: | FileMaker |
| 無料問題数: | 198 |
| 更新日: | 2026-06-02 |
User A is actively editing a field in a FileMaker Pro 12 file hosted with FileMaker Server 12.
Other users are prevented from editing the record.
Which action will permit other users to again edit the record?
Which three are necessary to access a FileMaker Pro 12 database hosted via Instant Web Publishing (IWP)? (Choose three.)
A new database is created with two tables, Client and Contracts. The only modification made on the Relationships Graph is to establish a relationship between them which is set to delete related records in Contracts when a record in Client is deleted.
What happens when the Client table occurrence is deleted from the Relationships Graph?
Given a custom function created in FileMaker Pro 12 Advanced defined as myFunction (str):
Case (Length (str) > 0;
Right (str; 1) &
myFunction (Left (str ; Length (str) - 1));
str)
What is the result of myFunction ("cat")?
The following script will set a value into a field after the script is called by that field's OnObjectExit script trigger:
Set Field By Name [Get (ScriptParameter); "foo" ]
Which two formulas for the script parameter will ensure the value is set back into the field that activated the trigger? (Choose two.)