Using jQuery within Object Script trigger

Posted by Rollbase User on 14-Mar-2013 17:19

Can we use jQuery within the Object Script trigger to extract values from the returned XML body?

All Replies

Posted by Admin on 14-Mar-2013 17:35

I seriously doubt you can do that.

Posted by Admin on 14-Mar-2013 17:46

Right now, we are putting the xml results from the webservice into a field. With a page script, we can use jquery to get the right results. I was wondering whether we have more options to do it smarter.

Posted by Admin on 14-Mar-2013 17:48

I can add some server-side API to extract data from XML. But that will have to wait a little.

Posted by Admin on 14-Mar-2013 22:24

I have used e4x to process xml on server side for just this purpose and works well. Watch out for declaration bug. https://developer.mozilla.org/en/docs/E4X

This thread is closed