Hi Guys,
I have created a Client Script which is creating an ItemReceipt on Bill Creation, now the problem is when someone creating a bill using WebServices, Webservices ignore the Client Script, Can we create some kind of triggers when Bill is creating we can add item receipt other then the workflow
e
eblackey
05/27/2021, 4:03 PM
This should probably be a AfterSubmit UserEvent script instead of a Client Script. That would allow it to work with both.
💯 1
c
creece
05/27/2021, 4:05 PM
There's no probably, it should be a UE script.
👍 1
m
MUHAMMAD MUBUSHER ASLAM
05/27/2021, 4:36 PM
Can I attach Client Script in UserEvent Script?
s
Sandii
05/27/2021, 5:09 PM
no, client scripts run locally, it should not be a client script at all. they will not trigger on server actions