Some notes on BE 12.8.1
Posted: Sat May 13, 2017 9:30 pm
A) Notes:
page 350 of the user guide needs to be updated:
The field varCharField is no more functional.
1) Locate('Anonymous', varCharField) > 0 is no more working to find attachments with the file name ‘Anonymous’.
Replacement: attachments REGEX ‘Anonymous’ :
2) varCharField REGEX '[^0-9\t]' failed to filter references with attachments.
Replacement: attachments REGEX '[^0-9\t]' works fine.
3) NOT varCharField REGEX '[^0-9\t]' failed
Replacement: attachments IS NULL
B) issues:
1) varCharField > 1 used to collect references containing more than 1 attachments. Now, it is failing. A replacement like attachments > 1 also doesn’t work. is there any other means to collect references with orphaned (multiple) attachments?
2) Copying and Pasting Smart groups is crashing BE now.
page 350 of the user guide needs to be updated:
The field varCharField is no more functional.
1) Locate('Anonymous', varCharField) > 0 is no more working to find attachments with the file name ‘Anonymous’.
Replacement: attachments REGEX ‘Anonymous’ :
2) varCharField REGEX '[^0-9\t]' failed to filter references with attachments.
Replacement: attachments REGEX '[^0-9\t]' works fine.
3) NOT varCharField REGEX '[^0-9\t]' failed
Replacement: attachments IS NULL
B) issues:
1) varCharField > 1 used to collect references containing more than 1 attachments. Now, it is failing. A replacement like attachments > 1 also doesn’t work. is there any other means to collect references with orphaned (multiple) attachments?
2) Copying and Pasting Smart groups is crashing BE now.