Join Slack
Powered by
How to trigger validateline on create and copy mod...
# general
t
Tk
09/28/2022, 4:02 PM
How to trigger validateline on create and copy mode only in client script? I tried on deployment page event type but there we can set only one mode & even can't deploy 2 times on same recordType
b
battk
09/28/2022, 4:08 PM
the
pageInit
entrypoint has access to the mode
battk
09/28/2022, 4:09 PM
store the mode in a variable that you can access in the validateLine so that it can return early if not in the correct mode
2
Views
Open in Slack
Previous
Next