UserPicker Not Populating From Nested Type Projection.
The problem I have is that the User Pickers on the portal are not displaying the user information contained in the object. The two user objects are ACHL1A_User and ACHL2A_User inside of the ApproverClassificationForIncident object. I can see both objects with user information correctly in the viewModel, but I also see base class objects named ACHL1A_User and ACHL2A_User at the root level with no user information.
I have made this work in the portal before with a UserPicker, but the user object was not nested in another component of the type projection.
I have attached the management pack fragments that are part of this, the Incident.js file, and screen shots of the browser page and viewModel debug. If anyone has any experience with this issue or can provide us some direction, it would be greatly appreciated. Thanks in advance.
Comments
However, if I change it from a UserPicker to a String, then set the PropertyName to "ApproverClassificationForIncident.ACHL1A_User.DisplayName", it does display the user's name correctly.
Has anyone experienced this behavior with UserPicker binding? Thanks.