nerdexam
FileMaker

FM0-308 · Question #123

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

(30 responses)
  • A
    7% (2)
  • B
    17% (5)
  • C
    77% (23)

Community Discussion

No community discussion yet for this question.

Full FM0-308 Practice