In a UI5 app some filters are set like
new oFilter("lastName", oFilterOperator.Contains, oParams.name),new oFilter("firstName", oFilterOperator.Contains, oParams.name),new oFilter("companyName", oFilterOperator.Contains, oParams.name)
In the cds...
We have several widgets with links to Fiori apps outside of Workzone on the Fiori launchpad. The base URL to the Fiori launchpad is configured in each widget with a parameter in the manifest.json.
Is there an option in Workzone to have such URLs or...
We developed a geocard widget for workzone. We used the arcgis library to show a map. The widget is shown correctly but when we navigate to another tab page of the workspace a javascript error occurs. Looks like the workzone (sap jam) libaries interf...
To my opinion there should be no issue using OR or AND. If AND returns values OR should at least also return data (less strict). Maybe there is a syntax issue. I should try it again.
Another solution is like the one below.define function in service cds Like function getSearchDummy(search : String) returns array of Dummy; define function in service js Like this.on("getSearchDummy", async (oReq) => { const oTx ...
We have the same issue. Yesterday I made a new workspace. This one was working yesterday. Today that workspace is also not working for us anymore. Looks like we have to create each time a new workspace and then the workzone options are working for pa...
We solved it by doing an ugly trick.In the Component.js we added some code like below.const sUrl = sap.ui.require.toUrl("nl/company/gen/esri/fiorimodule/esri/EsriImports.txt");const sImport = await $.ajax(sUrl);const sImportVersion = sImport.replace(...