Hi,Can anyone let me know where to find the API Reference for API Reference for "sap.fe.macros.filter.type.Value" / "sap.fe.macros.filter.type.MultiValue".I checked inhttps://sapui5.hana.ondemand.com/#/apihttps://ui5.sap.com/#/apiBelow is the UI5 cod...
Hi Experts,In Fiori Theme Designer, I am able to change the theme in 'Quick" and 'Expert" , but whatever code I write in CSS tab is not getting reflected even in the preview after clicking 'Apply" .Kindly help me solving this issue.Thanks in advance
Hi @Isyraf_AfifiHere I created a Decision for Approval as well as Reject.Each of these Decision contains a input property and output property. Create a Decision Table like below where output property status is the value you want to capture.The above ...
Hi @Isyraf_Afifi,One workaround i did for such a scenario was to create a Decision for each approve and reject step.In the decision, i will create a decision table whose output will be a hardcoded text 'Approved' or 'Rejected' based on the step in wh...
Hi Nagish,If you are using the sap.m.Table control. You can get the particular row/item by method oTable.getItems()[index].You can add that row/item to the table if you have already removed that row/item by using the method oTable.addRow(oRow) or oTa...