Cannot custom WidgetMap or FormModelMap in CRUDViews.FormEngineView

Hi,

In our project, we are attempting to implement CDM for a new module. Following the recommendation from a12 (or found here: TPS investigates: CDM integration Troubleshooting), we are using the <CRUDViews/> component for Form and Overview.

However, when using the CRUDViews.FormEngineView component, we are unable to pass WidgetMap or FormModelMap via props anymore.

My questions are: Why can’t we customize WidgetMap or FormModelMap with CRUDViews.FormEngineView? And how can we achieve this in another way?

I can say a customization of WigdetMap is necessary for our project. We have some advanced requirements that need customization.

Many thanks.

Hope this link is what you need!

Thank you. I will read it and try to implement