Hi,
For my project I needed a way to export Lookups, Roles, Grants and Menu in a portable way (list of insert statements without any hard coded ids). This is needed to promote new configuration from a development platform to a Q&A platform and then to a production platform.
As I haven't been able to find such queries, I wrote them and I now sharing them with you.
Please, note that there is an issue with "Menu_Extract_Query.sql" (it doesn't work is several menu entries share the same description). It will be fixed in the next few days.
Sarrodie ha scritto:
Hi,
For my project I needed a way to export Lookups, Roles, Grants and Menu in a portable way (list of insert statements without any hard coded ids). This is needed to promote new configuration from a development platform to a Q&A platform and then to a production platform.
As I haven't been able to find such queries, I wrote them and I now sharing them with you.