![]() |
Sergey Kornilov admin 11/26/2010 |
The better approach is to use 'List page: Before record processed' event instead of 'View as: Custom'. $data["FieldName"]=decrypt($data["FieldName"]);
|
R
|
Redshift author 11/26/2010 |
While that is a tidier approach it doesn't seem solve the problems I mentioned. |
![]() |
Sergey Kornilov admin 11/26/2010 |
You are correct in regards to rich text editor - on the edit page it displays editor in iframe and thus pulls data using rte.php file. As a quick and dirty workaround you can modify this file to decrypt data. |
R
|
Redshift author 11/28/2010 |
Ok the google maps works ok on new records but not existing ones for some reason but that doesn't matter since it's only a test database probably just something silly. |
![]() |
Sergey Kornilov admin 11/29/2010 |
In regards to Google Maps field - do you store parts of address in different fields and concatenate them in SQL query? I need to understand what is your setup in order to help. |
R
|
Redshift author 11/29/2010 |
In regards to Google Maps field - do you store parts of address in different fields and concatenate them in SQL query? I need to understand what is your setup in order to help. As a personal advice - do not encrypt those fields that don't carry important information. This is especially true for special fields like primary/foreign keys.
|
![]() |
Sergey Kornilov admin 11/29/2010 |
I see what you saying. There is a bit of issue here as there is no 'Before record processed' event for master table info. You can use 'View as' Custom there, however this won't work with Google Maps. |
R
|
Redshift author 11/30/2010 |
I see what you saying. There is a bit of issue here as there is no 'Before record processed' event for master table info. You can use 'View as' Custom there, however this won't work with Google Maps. Unfortunately we do not have a solution that fits all scenarios (rather than using built-in MySQL encryption/decryption routine).
|