APEX DML Rights
I have heard that it is possible to allow changes to page content without providing rights to DML in the APEX environment. My goal is to allow application developers to make changes to the pages stored within the application without giving them any DML rights to the schema the application is in. Has anyone done this? Do you have any ideas about how I can make it work? Our current work around is through a second schema created with grant access to everything in the first schema but this is painstakingly slow when we promote the code through different environments and the developers hate it.