Hello everyone,
I'm trying to display the Opportunity ID on the invoice form (Report Designer). To do this, I created the following join structure in the schema:
ARInvoice(NoteID) → CRRelation(RefNoteID)
CRRelation(TargetNoteID) → CROpportunity(NoteID)
Unfortunately, the Opportunity ID still does not appear on the report.
I also tried using SOOrder instead of ARInvoice, but then the line items are shown twice (I’ve tried all possible join options).
Does anyone have a tip on how I should proceed?
Best regards,
Pantea