What product/components do you use and which version/fix level?
10.3
Are you using a free trial or a product with a customer license?
Customer
What are trying to achieve? Please describe in detail.
I’m trying to check if a variable is NOT NULL before copying it to another Document.
For this, I’m trying to use the “COPY CONDITION” property available in the “line” which links one Document to Other.
For example: Let’s say we have a Document List of “EMPLOYEES”.
Then, I need to map this Document List to another Document List.
But, I would like to check if “EMPLOYEES/ZTITLE” is NOT NULL , in other words, it must contain a value before sending to the destination.
I tried the following conditions but it didn’t work:
%EMPLOYEES/ZTITLE% != null
%EMPLOYEES/ZTITLE% != $null
%EMPLOYEES/ZTITLE%
The only way that worked was:
!%EMPLOYEES/ZTITLE%
But I didn’t understand this COPY CONDITION logic. It should return FALSE or TRUE to copy the value? Could you help me?
Thanks in advance!!!
Do you get any error messages? Please provide a full error message screenshot and log file.
No errors
Have you installed latest fixes for the products
Fix #18