Like what you see? Have a play with our trial version.

Error rendering macro 'rw-search'

null

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Updated with legacy PDF encryption info.

...

Code Block
INSERT INTO Configuration ValuesVALUES (1, 'SYSTEM', 'BROADCASTSENDINLINE', 'TRUE');

...

Code Block
INSERT INTO Configuration ValuesVALUES (1, 'SYSTEM', 'COMBINEEMAILGROUPS', 'TRUE');

...

Code Block
INSERT INTO Configuration ValuesVALUES (1, 'SYSTEM', 'DISABLEFILTERPROMPTLIMIT', 'TRUE');

...

In this sample, ConfigData = TRUE enables validation, and ConfigData = FALSE disables it. 


Anchor
disablecalcvalidation
disablecalcvalidation

Force Yellowfin to use legacy RC4 128 PDF encryption

When set to TRUE, this forces Yellowfin to use legacy RC4 128-bit encryption for PDFs rather than the default  of AES 256-bit encrypted PDFs.

Use the following SQL to do so:

Code Block
INSERT INTO Configuration VALUES (1, 'SYSTEM', 'USELEGACYPDFENCRYPTION', 'TRUE');

In this sample, 1 signifies the primary/default organization.