Install FileMaker Server Use the following steps to install FileMaker Server into the running container: Step 1: Run the fmsdocker:prep image as a background, detached container. The container will ...
(define-plugin-function "Add( number1; number2 )" ((number1 :float) (number2 :float)) "Adds two numbers - same as + operator in FM" (+ number1 number2)) Sample code for defining a plugin script step ...