cancel
Showing results for 
Search instead for 
Did you mean: 

Query on an Initiator Condition in 5.3 SP8 CUP

former_member325725
Participant
0 Kudos

Hi All,

I'm trying to set up an initiator based on a custom field to get the following logic.

The request should tread a specific path if its New or Change request for the addition of a Role and if the value of the custom field is ABC or DEF or DEF

So its like : [(NEW or CHANGE) and Add Role ] and [ABC or DEF or XYZ]

But I cannot add a second custom Field to the initiator.

or NEW

or CHANGE

And Add Role

And ABC works fine.

But if try to save:

or NEW

or CHANGE

And Add Role

And ABC

or DEF, it fails.

Is there a way to implement this logic with the initiator config in CUP ?

Thanks for your inputs,

Anil

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Try Thisu2026.

Create Initiator -> and save the initiator in following sequence.

OR New account

OR Change account

AND Role(Z_TEST)

OR Custom field (ABC)

AND Custom field (DEF) , It works.

Thanks and Regards,

Jagat