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?
Select an option, then click Submit answer.
-
○
Check to see if the value of Get (RecotdOpenState) is not zero.
-
○
Set a script variable to the UUID of the record, and then use the formula PattetnCount ( Get ( LockedRecocdIDs) ; $myVar) > 0
-
○
Attempt to modify a field with global storage, and then a test to see if an error occurred.
-
○
Use the Open Recocd/Request script step, and then a test to see if an error occurred.
-
○
Attempt to set a script variable to a value from the record, and then test to see if an error occurred.
-
○
Include an On Error script step after the Set Field but before the Commit Recotd/Request step

