cancel
Showing results for 
Search instead for 
Did you mean: 

Distribution rule relational operators

Private_Member_201320
Participant
0 Kudos

Hello,

I'm in the process of migrating from version 2.5 to 7.1, in version 2.5 we had SyncBos with a filter based on mobile group, in this mobile group we specify the values ​​of three fields with relational operators (and, or), is that possible in 7.1?

For example, I have the fields INGRP, STORT and my condition is (INGRP = 'DML' OR INGRP = "DMI") AND (Stort = 'D2'). Is this possible?

Thanks, and kind regards.

Accepted Solutions (1)

Accepted Solutions (1)

sivasatyaprasad_yerra
Active Contributor
0 Kudos

By design, Criteria fields in a rule is always uses AND condition. We can't specify two fields with OR condition and other with AND condition.

Can you give more details?

1. Is this data from Subscription object / Standard object?

Edited by: Siva Satya Prasad Yerra on Mar 16, 2011 5:06 PM

sivasatyaprasad_yerra
Active Contributor
0 Kudos

We can think of alternate ways to achieve.

1. You can create two rules:

Rule1: INGRP = 'DML' AND Stort = 'D2'

Rule 2: INGRP = 'DMI' AND Stort = 'D2'

2. You can create device attribute mapping rule:

INGRP = device attribute.SUBCRIPTION * This attribute should be created in device attribute and it should be multi-valued

STORT = 'D2'

For every device you can provide the values of device attribute which will evaluate the subscriptions.

3. You can create subgen mapping rule where the values of INGRP is filled in subgen data object.

Regards,

Siva.

Answers (0)