Hello everyone,
in my deals entitiy I have up to 4 cameras and each of the cameras has an own textfield (255 charakters) for the name of the camera. In espocrm the English name of this textfield is "Varchar".
In my PDF Template I want to check if this field is empty - for example when there are only 2 cameras used, than the name of camera 3 and 4 is empty.
I tried it for camera 2 as an example with:
{{#ifNotEqual cResourceCamera2Name ""}}
but this doesnt work. How is it possible to check a textfield if it is empty?
Thank you very much
kind regards
Manfred
in my deals entitiy I have up to 4 cameras and each of the cameras has an own textfield (255 charakters) for the name of the camera. In espocrm the English name of this textfield is "Varchar".
In my PDF Template I want to check if this field is empty - for example when there are only 2 cameras used, than the name of camera 3 and 4 is empty.
I tried it for camera 2 as an example with:
{{#ifNotEqual cResourceCamera2Name ""}}
but this doesnt work. How is it possible to check a textfield if it is empty?
Thank you very much
kind regards
Manfred

Comment