Good afternoon,
I've been working on some customizations in the Warehouse Management app. So far, I've been able to create controllers, page builders, steps, add input fields etc. So that's all working fine. But now I'm stuck on a tiny detail, so I hope anyone here can help me.
In one of my steps, I'd like to display some data in multiple lines, in a kind of grid / table view. I have seen an example in standard Dynamics where they have this view:
So far I've found out that this control is built in the InventProcessGuideDisplayInquiryItemDetailsPageBuilder class. But the data at that point is just "Status: \nPhysical: 0 pcs\nAvailable: 0 pcs".
If I try to create a similar control, my view just looks like:
Anyone have any insight for me on how to format my data to the example above? Any help is much appreciated