Hello,
New to Mendix I'm stuck on this seemingly simple task:
I'm making a simple tender tool where companies can invite other companies to tenders. Users should only see tenders that their company have been invited to. But I can't figure out how retrieve the list of tenders.
User is *_1 to Company Company is 1_* to InvitedCompany InvitedCompany is *_1 to Tender
Using logged in user I get the Company of the current user - but how to get from from company to the Tender?
Appreciate any input!
Thanks :) Fredrik