Hello,
currently I work with the DataManager in combination with the UrlAdaptor. The CRUD-operations are working fine and I can add my own logic on the backend side depending on the operation.
But now I would like to react to additional information that happens on the client side. For example I would like to send the information to my server side when the user hovers over a certain field or clicks a certain button or triggers a function. Is it possible to send this information with the DataManager in combination with the UrlAdaptor?
Regards Adrien