I'm using Fiori Elements Templates for OData v4 where I can easily add custom combobox filters for my table using the following example:
https://ui5.sap.com/#/topic/5fb9f57fcf12401bbe39a635e9a32a4e
Now I want to use not a normal `ComboBox` but a ...
Amazing! We had this issue for a long time, but this finally solved our hacky workaround. Even a support ticket was filed and it wasn't figured out.What I did, is add these properties to the specific modules that failed inside mta.yaml file: properti...
Hi Tiago, cool approach! I was actually thinking something similar about about caching the builds.
How do you cache these zip files of the previous builds. Do you commit them in the repo or how does your CI/ CD look like actually?
If you're doing this in a custom action (not extending a controller), you can use the following:this.getEditFlow().getAppComponent().getManifestObject().resolveUri('yourpath');
For me the script failed because I used the default PowerShell version (5) in Windows 10. Then $IsWindows in the ps1 script doesn't work. Installing PowerShell 6 or higher fixes that problem. See also: https://learn.microsoft.com/en-us/powershell/scr...