Skip to main content

Is there a way to monitor Page Designer context changes in Cloud?
We have an issue in a live environment where one page gets changed multiple times a day so they cannot run the business flow without republishing that page.
So we would like to monitor when it gets changed.

When one opens a page via the page designer, one may see a change is in place (using the green bar on the left side of the field/object). From this I conclude that somewhere in the database that is the base for the page designer, a flag is available.

I have no clue which table/view this is.

Anyone an idea, as this would allow to create a report (might be a bit complex as this is clearly defined by the set of views that are used in the page designer) based upon that flag.

Someone from R&D that has an idea?


Designer Configurations (including Out of the Box - “global” context) are stored, per Context (scope),  in fnd_model_design_data, as CLOB data.

 

 

Also it doesn’t have any an objversion, so very difficult to track changes, and that Entity is not usable in History Log either.

 

Good luck making sense of the contents and reporting on it =p


@SimonTestard Thanks for the quick response. I throw the towel in the ring. Yes, I give up soon. It takes way too much time to digest that information with an unknown result.

I will have to manually go over the pages that have been marked in the Solution Manager > Configuration > Page Configurations. That is a good start, I think.


Reply