- No objects are referenced within calculation code via literal strings or absolute names. The ObjectID custom function is used to reference to FileMaker objects.
If [ Get ( LayoutName ) = ObjectID ( 37; "Layout"; null; null ) ] Go To Layout [ "XYZ" ]
good
If [ Get ( LayoutName ) = "People: Customer List" ] Go To Layout [ "XYZ" ]
bad