Knowledge: Error saving DataAction mapping if Output Variable Name longer than 50 chars
Back
Knowledge
Title*Error saving DataAction mapping if Output Variable Name longer than 50 chars
ManualAdministration
Manual Level TwoData Actions
Manual Level Three
Created07/03/2022
DetailSysero was setup with a column limited to 50, run the script below:
ALTER TABLE DataActionFieldMapping ALTER COLUMN DAFieldName NVARCHAR(max);
Additional Manual Locations