Hi,
The CDS entities designed as below:
| Table | Custom field | Relationship | E.g. |
| Users (Default) | GroupPolicy as Text | | |
| GroupPolicy | | | A, B, C, D, E, F |
| Request | RequestType as Lookup | N-1(RequestType) | |
| RequestType | Workflow as Lookup | 1-N (Workflow) | |
| Workflow | Reviewer as Lookup Approver as Lookup | N-N (GroupPolicy) N-N (GroupPolicy) | B,C,D E,F |
Questions
1. Is it possible to store 'Record' for the field/column of Lookup type?
2. If (1) is do-able, please advise how to set a collection (in Canvas) for 'Request' that will join the related entities, RequestType > Workflow to get the both Reviewer and Approver (as GroupPolicy)?
Regards,
CY