Hi experts, I'm trying to create a wizard, which will have steps based on data given from backend. flow can be: 1-2-3-4-51-3-4-51-2-4-51-3-5....Problem I’m facing:when we create the wizard dynamically,if we click on item with 5 steps .. OKAYthen we c...
As per my understanding, TR pop-up will only come for custom developed app, and not for standard fiori app.(I haven't tried it myself, but I have a similar use-case, and I am researching.)
Hi shahid,
Please re-check the EntitySet for the Smart table. It should name of the EntitySet and not EntityType.
<smartTable:SmartTable id ="smartTable" entitySet="Employees"
tableType="Table" useExportToExcel="true"
useVariantManagement="fal...
Hi umang,
This blog was very helpful while I was developing wizard.
though, I'm facing some issue.
I'm trying to create a wizard using sap.m.wizard in which the number of steps can be dynamically rendered. I'm unsure on how to proceed with this.
fl...