Title
New Record -- special script
Post
I would like to set up a script on ONE LAYOUT ONLY, where if the user creates a new record, it duplicates fields for the new record.
Is there a way to make this work on only one layout?
New Record -- special script
I would like to set up a script on ONE LAYOUT ONLY, where if the user creates a new record, it duplicates fields for the new record.
Is there a way to make this work on only one layout?
Howdy firth,
Buttons are layout specific. Have the button on that layout perform a different script than on other layouts.
If using a shortcut like Ctrl-N, use a trigger to look at the layout { Get(LayoutName) } within an "If" loop and define your actions based on the layout name.
I assume that this is enough direction and you can fill in the blanks. If I assume poorly, please say so.
Howdy firth,
Buttons are layout specific. Have the button on that layout perform a different script than on other layouts.
If using a shortcut like Ctrl-N, use a trigger to look at the layout { Get(LayoutName) } within an "If" loop and define your actions based on the layout name.
I assume that this is enough direction and you can fill in the blanks. If I assume poorly, please say so.