Hello experts,
I have been trying to create a view that would load data from more than one model, one model is a created model, one is a model from somewhere else in my code.
I have them both included in the controller function, but when I try ...
Dear Experts,
I am developing an app in SAPUI5, and I have a lot of tables. I am trying to make a table where the user can add rows to the table. Is there a way I can do this without using a backend database?
Thanks, Callum.
Dear Experts,
I have recently been building a ui5 program that uses a fileUploader, and I would like to make the field mandatory for the candidate filling in the form. the view is written in xml, and the controller is written in js. Is there a way ...
Dear Experts,
I have been working on an app which extends SAP, and I have created the functionality for candidates to submitted documents, however, they also need to submit information such as "mother's maiden name", and I need to create that fie...
Dear experts,
I have been trying to use a variable to store a value in a ui5 js controller, however, I don't seem to be following the best practice.
I need to store the result of the following function: oEvent.getParameters().arguments.candidate...
Hello Cristian, I have tried this, however, I get an error "Cannot read properties of undefined (reading '0')" on the line "var currentFile = aFiles[0];Could you please help me with this.