- 1. How to create and use an AJAX Callback process instead of an Application Process on Demand,
- 2. how to create a dynamic page item,
- 3. how to modify the item display settings and reference Font Awsome icon set and finaly,
- 4. it shows how to call an AJAX process from javascript.
Have a look and enjoy.
3 comments:
Do you have an example of executing DML from javascript in APEX without an on demand process?
How should that work?
I know how to call sql statements in an on demand process from javascript. What I want is something more portable so I can attach the javascript to any app but not have to create the on demand process in each app. I suppose I could create a plugin but I have not done that.
Post a Comment