The CreatorCon Call for Content is officially open! Get started here.

Is there any way that we pass the info from a client to server related script in an UI Action

harikaravur
Tera Contributor

Is there any way that we pass the info from a client related script to server related script in an UI Action. Currently an OOOB UI Action:Close on an order task is working in such a way that it's not checking if any mandatory fields are available. As our instance is Domain-separated, we would like to give the other customers OOB experience, however for few order tasks cased on some condition, we want it work as expected. For that we have customized the UI Action in Top. However it is working in one way either checking for mandatory fields or not checking and closing. To achieve this we would be needing to pass the info from client related stuff to parent related stuff using 'gsftSubmit(null, g_form.getFormElement(), "close");' as it's the trigger to server script. Can anyone please suggest how can we achieve this.

 

1 REPLY 1

Slava Savitsky
Giga Sage

I am afraid that with this level of detail, even people who have the right knowledge and are very much willing to help may not be able to understand what you are trying to do and why.