Reputation: 23
I have two collections (meetings and decisions) that are related to one another. Decisions are based on meetings, I therefore would like to show this relationship in decisions metadata by having a link with the meeting title that links to meeting item. How would i go about implementing this on a custom input form e.g with dropdown or choice management that enables a submitter to simply select the meeting while imputing decision metadata.
Upvotes: 2
Views: 195
Reputation: 694
That's not such an easy task. I'm sure there are many ways to do this but they involve a lot of custom code. Here is what I would do in xmlui.
Each of these are worth their own share of stackoverflow questions though. But if you're up to it, here are classes and examples to get you started.
Then again maybe there are more practical approaches.
Upvotes: 0