Hello everyone, can we anyhow trigger client script while csv import?? I want to add validation for some line level items when doing csv import/update using csv import!!
Thanks!
c
Caroline
03/20/2023, 9:00 AM
Hi, unfortunately you can't, only server script can be triggered by a CSV update. Client Script can only be triggered by a UI action. That is the reason why the box in your import is called "Run Server SuiteScript and Trigger Workflows".
k
karlenigma
03/20/2023, 3:11 PM
You could however do the validation in both client side and server side using a library function that is called by both UE and CS