In the sample CRM application, I have added attribute Test1 to BO RegularUser.
As admin (operation-Testmode), I change my login details and store 142 in attribute Test1.
In a process (invoked from a ContactNote form), the first rule is :
PICK FROM Atable WHERE Atable.channel CONTAINS 'LoggedInRegularUser.test1'
=> no records listed
If I change the rule to :
PICK FROM Atable WHERE Atable.channel CONTAINS '142'
=> 1 record is displayed (as expected !)
What am I doing wrong ?
I'm running V3 build 1035.