Skip to Content
0
Former Member
May 09, 2011 at 07:49 AM

CAF business objects: How to model foreign key relationship?

37 Views

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!