Running tools.saveRecord in a Business Logic script to write a value to t_slalom_outputs returns an error:
"SaveRecord: You used a value which is too long. The value should not exceed 50 characters."
This is caused by the defined limit for fields in T_SLALOM_OUTPUT
1. update t_system_configurations set sys_config_value='100' where sys_config_name like 'sizeofvaluefield'
2. Commit;
3. Restart the services and run iisreset