Good morning,
We're trying to use the delivery rules feature to manage incoming tickets. But when creating the rules, there seems to be a problem writing to the database. How can we resolve this?
Error while saving:
INSERT INTO htblspecialrulesconditions (ruleid, type, condition, text) VALUES (@p1,@p2,@p3,@p4) Conversion failed when converting the nvarchar value '1,1' to data type int.
Thanks in advance
Giuseppe