Jobnum which is a parent DocType,
phase which is a child DocType,
and PO which is a child DocType.
Phase has a list of activities.
When a user creates a PO, I’d like them to be able to select from the DisplayName column of of phase.
Is this possible with a userscript? What should the user script be doing to load these values. How should the phase column be configured to support this script?
Been trying out a number of different things with zero luck for a few days, and I am at a total loss.
I don’t think this solution will work for us, as the phases and categories are unique per jobnum, there is no master table to link up to to filter the results against.