A
Akioma
Guest
Hi, when doing a read operation on a BusinessEntity using the JSDO we can pass in any kind of parameters through the Filter parameter. How can we achieve similar for the update/create operations? E.g. when doing a create of records in a treeview UI, there are some additional informations required which are not part of the actual dataset fields: e.g. the parent of the newly created record, should it be added as a child or as a sibling and so on. There are lots of similar usecases where the BusinessEntity needs additional information from the UI for create/update operations. In general I am wondering why those interfaces have been defined so limited. Having at least 1 char parameter like in the read would allow for much more flexibility... another question: is there a way to define some generic information in the JSDO which will be passed to the server with each request? If we would have to add that on or own where would be the best way to do it? ideally in a way sothat we are suited for upcoming enhancements of the JSDO? Thanks, Mike
Continue reading...
Continue reading...