Hello everyone, can we anyhow trigger client scrip...
# suitescript
n
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
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
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
this 1
n
library function called by both??
k
Yes. Look at the NetSuite help for custom modules
n
okzz thanks