Hi everyone, I have a troble and I hope if someone could help me.
The issue is in a project of customization, I needed to create a new screen and I had to redirect from another screen so the new screen is a pop-up screen.
In the pop-up screen I have a grid and I want to save a record from another table but when I push Save button it doesn’t nothing, I checked that current cache of the dac (I mean the cache of the grid) is full but it doesnt save when i'm in its tab but if I change the tab and I try to save, it's done and It save the record, it's rare because I didn't save nothing, I didn't remove neither modify. The primary view was refered another Dac and the others tabs was refered the same view but the issue tab was from its view.

Also the Dac “Cargos Adicionales” have a compound key, I mean, it have the keys from the primary table that is the primary view in the screen. I don’t no if I could be the problem because it worked if it have a identity key in the schema, but for request I needed to create a compound key.
Any help will be appreciated
Regards.