Hi folks,
I want to add new fields to a data entity RosalieDataEntity. I have to extend the RosaDataEntityBase data source first
: RosalieDataEntity
-> Data Source RosaDataEntityBase
Data Source RosaDataEntityBase was in sys layer, with the property "Data management" is set to the value NO, and the property "Data management staging table" is empty.
I created an extension RosaDataEntityBase.Extension and added fields from its data source (they were there) to my entity field list.
The new fields in the entity RosalieDataEntity does not appear in the UI. Since RosaDataEntityBase is not activated for data management, I cannot check in the UI either if it worked.
And also when I want to regenerate the staging table these options (1.regenerate the staging table, 2.update the staging table) won't show. So I aded my new fields manually to the staging table.

Can you suggest what is the workaround for such data sources?
Thank you in advance!