cancel
Showing results for 
Search instead for 
Did you mean: 

inverse dependency rule

Former Member
0 Kudos

I have 2 data objects:

usuario (username , name)

ex:

usuario1 , john

usuario2, marie

usuario_acesso (username , application)

usuario1 , orders

usuario1 , notifications

usuario2, orders

I need create a dependency rule where the object usuario follows the object usuario_acesso.

How do I create this ?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

I am not sure why you call it a inverse dependency rule. It is a normal dependency rule in my perspective.

You can create such dependency in two ways:

1. With Association : You can create association in data object "usuario" with reference to data object "usario_acesso".

Once association is created, In the distribution model of data object "usario_acesso" you can create dependency rule by referencing the association created at data object "usuario".

2. Without Association: In the distribution model of data object "usario_acesso", you can create a dependency rule directly. Since you will be creating in DM of "usario_acesso", the leading object will be "usario_acesso" and then you need to select following object and the related field.

Best Regards,

Siva.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Creation is usually simple but just a question:

Why is app no child object of usuario and this would save some bytes of data and is more performant in my eyes?

Oliver