nerdexam
FileMaker

FM0-307 · Question #76

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 correct answer is C. GetFieldName (Evaluate (Get (ActiveFieldName))) D. Get (ActiveFieldTableName) &"::"& Get (ActiveFieldName). See the full explanation below for the reasoning.

Question

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.)

Options

  • AGetField (Get (ActiveFieldName))
  • BGetFieldName (Get (ActiveFieldName))
  • CGetFieldName (Evaluate (Get (ActiveFieldName)))
  • DGet (ActiveFieldTableName) &"::"& Get (ActiveFieldName)

How the community answered

(37 responses)
  • A
    16% (6)
  • B
    8% (3)
  • C
    76% (28)

Community Discussion

No community discussion yet for this question.

Full FM0-307 Practice