Hello Experts,
I'm using BAS trial.
I created a simple UI5 project (SAP Fiori Application -> SAPUI5 freestyle -> SAPUI5 Application).
XML view file and controller were created.
In the XML files I have auto complete for properties etc.
In th...
Hello Experts,
Is it possible to set direct link to the change password page?
If yes, what is the link?
Portal version is 7.5 SP10.
Best Regards,
Omri
changepassword.png
Hello Experts,
I'm using the growing feature in my sap.m.List.
List has 1000 records (local JSONModel) - size limit is set to 1000.
List properties are:
growing="true"
growingThreshold="50"
growingScrollToLoad="true"
User scrolls and ge...
Hello Experts,
I'm using version 1.65 of SAPUI5.
In older versions when I wanted to set width of the app to 100% I set the appWidthLimited property of the Shell component to false.
sap.ui.getCore().attachInit(function() {
...
Hello Experts,I'm trying to use the credential store service on SCP CF application.I bound the service according to:Bind a Service InstanceBut for encrypting a password & public key are needed:Encrypting PayloadsAccording to the docs it should be pro...
Solved it on own by using @openui5/ts-typesAccording to this blog: https://blogs.sap.com/2019/10/14/how-to-improve-fioriui5-code-quality-with-typescript-not-using-typescript/Omri
Some progress (-:After some decompiling this is the url:<protocol>://<host>:<port>/irj/portal?changePasswordNow there is a new problem:The username is not part of the HTML form.I tried to add j_username to the jsp - didn't work )-:Could it be that th...
The SAPUI5 never really worked for me (and basically you don’t need it).Just change your link in the index.html to a “real” server and open Chrome with no security (for development only!) and it should work. index.htmlsrc=“http://<server>/sap/public/...