I check and my client script have the map/reduce context
s
Steffen Andersland
08/16/2021, 6:27 PM
Are you confusing client script for user event?
j
ji10
08/16/2021, 6:33 PM
No, I have a Map/reduce that only load and save a custom record, in that custom record I have a client script that update some fields, the problem is that if I run the MR it doesnt execute the client script on the save method
s
Steffen Andersland
08/16/2021, 6:34 PM
You need to use a user event script in your case.
j
ji10
08/16/2021, 6:35 PM
ok thanks, so I assume I canno't execute a client script from a MR