I created a Collection called Customers with the Fields Name, Alias. Afterwards i created an inherited collection CustomersRequest.
Example:
-----------Customers------------
Name
Alias
-----------CustomersRequest------------
Name
Alias
ExectuionDate
My Problem is now that all entrys that i add to CustomersRequest will be also added to Customers. This makes in some cases sense, but in my case i actually dont want this (Because i just want to create an Entry for an Request which then get automatically executed by a workflow). I just want to inherit the fields but not sync with the entrys to Customers (I could prevent display the entrys with a bool flag, but i would more like to disable the sync for better performance and structure). Is there maybe an option to disable for specific inherited collections?