I have a TokenList that selects a Many-to-Many records from an Entity.
Unfortunately when I try so save these records (press ok) there are not saved in database.Why?
Datasources save changes to the database (actually, by sending them to the middleware) when the datasource.commit() or the whole DsContext 5.commit() method is invoked. It is usually done when a user presses OK on the screen.