...
No Format |
---|
If [ Get ( LayoutName ) = LayoutIsCustomerDetails ] # Do layout specific steps here... End If |
Where *LayoutIs\[nameOfLayout\]* is the prefix to all custom functions used to verify the layout. Here is the *LayoutIsCustomerDetails* custom function. Wiki Markup
No Format |
---|
// Object reference to Customer Detail layout ~ObjectID ( 4 ; "Layout" ; Null ; Null ) |
...