I have added two buttons(Approve, Reject) in Process Flow node. But I am not able to click on that buttons.
Can anyone help on this, How we can click on that buttons?
sap.suite.ui.commons.ProcessFlow
ProcessFlow Control
Code:
<ProcessFlow ...
Hi,
I am trying to add standard field BPEXT in extended CDS view. But I am getting error "The column BPEXT is unknown".
How to resolve this?
I followed this blog: https://blogs.sap.com/2019/12/17/fiori-elements-extensibility-using-cds-and-kue-k...
I have implemented 3D model(.vds) in SAP UI5 3D viewer.
Suppose we have three box(3D model)- Box1, Box2, Box3.
If Box1 value is 7 then Box1 color should be red.
If Box2 value is 5 then Box2 color should be green.
If Box3 value is 3 then Box3 ...