Hi all
I am trying to use V14 Studio to achieve the following.
In Project App, I have created a bunch of projects with a custom field x_studio_project_id:
name x_studio_project_id
Project A PJ001
Project B PJ002
Project C PJ003
In Timesheet App I want to reference the projects created above by allowing the user to select the x_studio_project_id from a dropdown list. Thus I have created a ManyToOne field that points to the project model using Studio. However Studio only allows me to expose name field (i.e., I can only see Project A, Project B and Project C in a dropdown list ) but not the x_studio_project_id field (i.e., I have no way of displaying PJ001, PJ002 and PJ003 in a dropdown list).
Can any one shed some light on this?
I am using V14 Cloud, I don't have much flexibility to fiddle with the modules. Can this be configured in views or models?
Cheers
Yuan
Can you please send screenshot so I can see where you want to have the dropdown.