I have created a Custom Data Entity called CustomPurchaseLines. I want a field called 'Project'. The 'Project' value exists on another table called MarkingView.
I can map the two together by an ID. The problem is there can be multiple IDs in the MarkingView table. I just want to return the first record found.
Anyone have any suggestion on how to do this?
This would be extremely appreciated - thank you!