0

I have created a client script, no error in the script but after deployment, while testing with record, the script is not running

Script screenshot

MT0
  • 143,790
  • 11
  • 59
  • 117
  • 1
    Status: Testing means it only runs for the developer not all users. Also post the full deployment information instead of just the deployment list which is a summary. Then add how you are testing etc. – Brian Apr 13 '22 at 15:49

1 Answers1

1

try to disable the un used functions from the final return statement, some of them (validation functions) require to return Boolean values

Lev berg
  • 65
  • 1
  • 7