Skip to Main Content

Endeca to check for existence of Advanced Rule property in Nmrf

63446e2c-b446-418b-893e-950bfa51a12dSep 10 2018 — edited Sep 10 2018

Hi Endeca users,

I can't find an example of testing for the existence of an Advanced Rule property in a conditional component of Nmrf.

Sorry if I don't use the correct jargon, I don't normally work closely with Endeca.

I want something like this, but I know it doesn't work.

AND(endeca.internal.workflow.state:ACTIVE,OR(testgroup:a,NOT(EXISTS(testgroup))))

That is to say :-

* A rule should fire if it is Active and the Advanced Rule property "testgroup" equals "a".

* A rule should fire if it is Active and it doesn't have the Advanced Rule property called "testgroup" or it is empty.

* A rule should not fire if it is not Active.

* A rule should not fire if it is Active but the Advanced Rule property "testgroup" does not equal "a".

Can someone please give me an example that works.

Gordon

Post Details
Locked due to inactivity on Oct 8 2018
Added on Sep 10 2018
0 comments
98 views