Hi,I have defined the SimpleForm control as below and it has always worked in Neo.I am testing the same app / control in Foundry Dev subaccount and also works, however when testing in Pre-Prod subaccount sometimes it works and sometimes I have the er...
Hi,I need to enhance the standard POD report by adding a custom column with the order status based on some calculations. This is achieved by calling different APIs in a hierarchy sequence.I am setting values in a json model in LifecycleExtension.js f...
Hi,How can I setup a timeout for an UI5 app that is run as a standalone object ( by running its url ) and it is not run from the Launchpad?.I tried with parameter "sessionTimeout" in xs-app.json but it is not working.Thanks,Javier
Hi,I want to enhance the standard POD PTO_PACK_POD/POD for Packing operation by adding a new search field ( similar to custom supplier field described in the examples ).I am not sure whether I need to create a custom plugin and embed it in this stand...
Hi,I need to convert a smart table cell into a barcode image.I am using the function JsBarcode inside a formatter but I am having an error because, I think, the table is not rendered yet.In my view.xml I have: <cells> ...
Thanks for your quick response but I am still struggling to understand: do I need to call that function in my custom plugin as it is already available in the framework?. No parameters have to be passed?
Hi Tobias, sorry can I ask please where can I find the code for the function getPublicApiRestDataSourceUri?. I can see this function being called in the sap examples but cannot see its logic? : https://github.com/search?q=repo%3ASAP-samples%2Fdigital...
Hi Ardit, sorry but when you said that 'There are standard PODs like the worklist POD that can be enhanced and others that can not' what do you mean?. If I need to enhance the standard POD by adding a new search field ( sales order ) and display resu...
Hi Ardit, Kevin,Is it operationPodSelectionExtensionProvider the plugin extension for adding a new field ( sales order ) in the search area andworklistExtensionProvider the plugin extension for adding a new column and build the logic to read the sear...