Hello,
I am currently working on customizing the Acumatica mobile app and am trying to implement a PXCompanyTreeSelector
attribute for the Workgroup field on my screen. In the web application, the field is configured correctly as a hierarchical tree selector, and it works as expected.
However, when I add this field to the mobile app using the MSDL, the field appears as a simple text input, not even a dropdown or selector. I cannot see or interact with the tree structure at all.
- How does the Acumatica mobile app handle fields with a
PXCompanyTreeSelector
attribute? - Is it possible to display a hierarchical selector in the mobile app?
- Are there any workarounds if the tree selector is not supported in the mobile app?
I’d appreciate any guidance or examples of how to properly implement a PXCompanyTreeSelector
field in the mobile interface.
Thank you!