Dear expertise ,
I am trying to use odata V4 , I have to bind this url to table, and i tried many ways but i am not able to bind this to table,
Request :
http://localhost:8080/api/WorkflowService/Workflow(3ef86f62-3ef2-44cf-84b3-26f843c4672a)/t...
Dear ui5 expertise ,
I have requirement to bind the blow url to table in odata V4 version, I just started working on oData V4 .
I need to bind the nested expands with filters and select as well in the relatives entity with filters .
Request :
...
Dear Expertise,
I am working with oData V4 version and facing little issue when i click on post comment button.
When user enters the comment and click on pot the comment should get save in the db table/entity, As there the model is not bind to th...
Dear UI5 Expertise,
I need your help on the below requirement :
I have to provide a option to user to add & remove the multiple Email Address as below :
User can add any number of Email type, when i click on Add email it should add whole new...
Hi Expertise,
I am trying to find out that , is there are any ways to export the data to PDF in smart table , or if anyone can tell me how to enable to print option in smart table can also solves my problem, if i enable print option in smar...
Hi Mahesh,Thanks a lot for the suggestion and help, this worked for me :onPostComments: function (oEvent) {
let oModel = this.getView().getModel("WorkflowModel");
var comment = oEvent.getSource().getValue();
var cmmentsEntity = {...
Hello Oliver,could you explain to me how to create an entity with oData v4? If its possible without List binding, because i dont have a list. I use two input fields to create a new entity.I have the same requirement as above, could you please let me ...
Hi Natarajan,I have a similar requirement to add and remove the elements dynamically and read them all at once when you submit, also facing ans issue with the Layout, i see you have done it right the layout in a panel could please tell me how did arr...