I am trying to run an If statement in AL, and if I enter it:
IF "EFT Tender Type - CL-" = '' Then....
I get a message Operator '=' cannot be applied to operands of type 'Enum "EFT Tender Type -CL-"' and 'Text'. What is the best way to check if this field is blank or contains a certain value (Credit Card)?
Thanks,
Kevin