Javascript API questions
We all know that for most Pega applications we shouldn't need custom JavaScript, but, in the course of application development, custom development is needed on occasion, and when it does, who ya gonna call? I've had these questions in my mind for a while, and with the confluence of this support area coming into being, and some specific needs for an application I'm assisting on, I wanted to ask:
We all know that for most Pega applications we shouldn't need custom JavaScript, but, in the course of application development, custom development is needed on occasion, and when it does, who ya gonna call? I've had these questions in my mind for a while, and with the confluence of this support area coming into being, and some specific needs for an application I'm assisting on, I wanted to ask:
- The desktop API docs is pared down in v6, and just omitted and v7. But it's easy to regenerate this (I just haven't done this in a while). Can someone do this and make it available? With PDN being opened up to search engines, can we do the same for the desktop API?
- Sync'ing the clipboard Many methods (reloadSection, refreshList) post the form data to the server and get HTML in return. Is there any API that simply posts the form data (to keep the Clipboard in sync), and get a status code in return? This actually *might* be as easy as just building a URL setting the primary page and calling a POST via Ajax. I expect many applications are going to be moving in this direction in general, using richer clients.
- Are there methods for getting/setting Dynamic Select values -- and are these synchronous or asynchronous? (that is, we would want to ensure that these values are set, before invoking the post in #2 above.