I have a custom screen with some fields in a column. I need to add fields from another view into the same column so I added a Form control. However, once I’ve done so, the alignment of the Form seems to be offset to the left.
What setting/property am I missing?
Page 1 / 1
Hi Community,
Acumatica also allow to add field from another table (another View object) to any Form, Tab or Panel by this approach: DataField = “nameOfView.UsrAnyFieldName”
My custom Tab has Form that based on one table and View object, but I add field to Tab from InventoryItem table on Stock Item screen:
Thank you for sharing this with the community @edsousa!
Just sharing for anyone who reach this post. I was having a similar issue, this solution didn't work 100% for me but I added the following property to the Form and it worked:
Awesome Thanks for sharing the update!
That did it! Thank you!
Hi @Django Have you added the PXLayOutRule in the .aspx page like below?