hello, after deploy a client script, and then add...
# suitescript
g
hello, after deploy a client script, and then add the same client script by form.clientScriptModulePath in UE script, would it mean the same entry point functions run twice?
b
the client script added by a user event does not actually use the entry point functions
g
thanks @battk
can it use form.clientScriptModulePath in UE more than once to attach js/client script files? @battk I have tried, and it is working. want to be clear that is it supposed to do such thing like this? thank you
b
dont know what you are asking
s
I believe he is asking if he can attach more than file using that approach, which I believe the answer is no. You are setting a property of the form, not using a method.
g
thanks @Sandii. that is my concern👀