Hello,
I'm stuck on a seemingly simple task - this is what I'm trying to achieve: A user working on a tender should be able to populate a text from a template.
- User working on a tender click on button "get template text"
- Show pop up with templates
- User select template and click "select"
- The text of the selected template is copied to the tender
- User return to the original page.
1-3 is easy but how to I pass a reference to the Tender in step 4?
A user is associated to multiple Tenders ans multiple Templates.
Thanks :) Fredrik