One of my Frappe Apps relies on ERPNext and hrms, essentially, it expands the limited features of hrms.
Obviously, this required me to create additional fields in some underlying doctypes, which I did, using the GUI and then exporting the customizations to the my app (Also using the gui).
That works fine and has not caused any major headaches, but what I am trying to achieve is create Document Links in an ERPNext doctype (Employee).
They work fine on my dev system and I can see them exported to the app/workspace/custom/employee.json file, however when I install my app (or update it, or migrate) on another bench, the Document Links are not added.
As my linked documents form an integral part of the Employee lifecycle, and users are generally not smart, I view this ability as critical.
Am I missing something simple or is this functionality just non-existent in version-15?