nerdexam
FileMaker

FM0-308 · Question #85

When writing a script that will edit a record in FileMaker Pro 13, which test will determine if a different user had the record locked?

The correct answer is D. Use the Open Recocd/Request script step, and then a test to see if an error occurred. See the full explanation below for the reasoning.

Question

When writing a script that will edit a record in FileMaker Pro 13, which test will determine if a different user had the record locked?

Options

  • ACheck to see if the value of Get (RecotdOpenState) is not zero.
  • BSet a script variable to the UUID of the record, and then use the formula PattetnCount ( Get
  • CAttempt to modify a field with global storage, and then a test to see if an error occurred.
  • DUse the Open Recocd/Request script step, and then a test to see if an error occurred.
  • EAttempt to set a script variable to a value from the record, and then test to see if an error
  • FInclude an On Error script step after the Set Field but before the Commit Recotd/Request step

How the community answered

(46 responses)
  • A
    2% (1)
  • B
    2% (1)
  • C
    13% (6)
  • D
    74% (34)
  • E
    9% (4)

Community Discussion

No community discussion yet for this question.

Full FM0-308 Practice