I have created the below js Controller with the name PDMDocumentListActions.controller.js in ext/controller folder in app folder.Fiori element generated through the Fiori application generator in vs code sap.ui.define(
['sap/m/MessageToast', 'sap/u...
HI Team,I have defined the action like this in my serviceaspect cuid {
key ID : UUID;
}
entity PDMDocument : cuid, managed {
docId : String(100);
docName : String(100);
versionNumber : Integer;
isActiveVersion ...
Hi,i am able to solve the above problem with below code.return ControllerExtension.extend("router.ext.controller.PDMDocumentListActions", { overrides: { onInit: function () { let oModel = this.base.getAppComponent().getModel(); console.log("Default m...
Thank you, I have got to know from the below doc with the below request I am able to do my required task.https://cap.cloud.sap/docs/guides/providing-services#calling-actions-functionshttps://procurement-reuse-policy-test-w3ex5y3d-dev-poc-ams-policy-s...