Hi there,
I've the following two business objects:
DIVISION:
- division name (primary key)
- owner
APPLICATION:
- application name (primary key)
- division (foreign key of business object DIVISION)
I've tried with associations, but that was not working out.
How can I setup foreign key relationships, so that it can be maintained easily in the CAF service browser?
Do you know a tutorial/blog for that?
Thanks in advance!