Hello,
Does anyone has issue to make simple comparison between values from a Reference and a External SmartObject:
We want to compare that the record contained in the SQL Database is equal to the one present in the K2 Reference SmartObject.
But the condition above always return false even if the PO# equal the PO_NUMBER returned by the SmartObject.
We tried to trim the result but it is also not working, making an output of the TAS Unregistered > PO# and List > PO_NUMBERwe can see that the value are equal:
Trimmed PO# from form = PX0000
Trimmed PO# from Identity = PX0000
We tried to use the Contains function also:
Here we return the entire collection from the List method.
But in the same way the result is False even if whenwe output each element they are there:
Lookup IDENTITY List of PO_NUMBER = PX0000 PZ0000
Contains true/false = False
I read the documentation concerning Rule Designer but there is only comparison between a Reference and a static text field.
I don't know if we are missing something .. this seems very wierd.
Do any of you encountered similar issue ? Is there a trick to be able to compare two objects like that ?
Thanks in advance,
Best Regards,