Hi
Can we perform CRUD function to the Entity of appComponent from the main application?
For example, I have an AppComonent named ContractManagement where I have an Entity named ContractParty. My main application Called CustomerManagement where I have an Entity named Customer. This CustomerManagement application is using the ContractManagement as appComponent. When I create a new Customer in CustomerManagement application, I want to update the same in ContractParty. Is it possible?
I tried to directly update but get the following error.
java.lang.IllegalArgumentException: MetaClass not found for cm$ContractParty
at com.haulmont.cuba.core.sys.CachingMetadataSession.getClassNN(CachingMetadataSession.java:67)
at com.haulmont.cuba.core.global.ExtendedEntities.getEffectiveClass(ExtendedEntities.java:86)