I have a requirement to add Functional Locations to Contacts.
I have created the N:N relationship and it is working just fine.
However, I'd like to be able to implement the tree-view control for "Assets and Locations" (like on the OOB Account form), but I can't get it to work.
the "TreeView Control" is only available for single line of text fields, and the Account form's TreeView Control's single value is set to "name" which is the primary field for the Account table. So, on my contact form I selected the lastname field which is also the primary field for the contact table.
When I publish, all I get is the following message where the treeview should be: "The assets and locations will appear when record is synced to the server"
Has anybody tried to get Assets and Location working on for a custom relationship to Functional Location table? Or is this just not possible?