|
ActPresentation.com
Add-ons for Sage ACT! CRM
|
ACT! addons by ActPresentation.com : Abacus Calculated Fields, PicturePlus, Quick Navigation List, Employment History, Quick Search, Presentation for ACT!
possible bug in export/import
Posted by: Richard
Date: April 22, 2007 10:16AM
A case statement such as:
WHEN 'Tom'''s Grade' = '100' THEN.....works fine. However if you export and then import the list,
an error is created and the formula is invalid.
This bug does not appear when the " is used:
WHEN "Tom's Grade" = "100"
I would appreciate a review.
Thanks
Re: possible bug in export/import
Posted by: Admin
Date: April 25, 2007 09:48AM
Richard,
thank you for bug report.
Our development department has confirmed that this is a problem in the "Abacus Calculated Fields for ACT!" addon.
Meanwhile please use workaround ( use double quotation marks if you need to have ' inside string ) e.g. "Tom's Grade"
|