but there i cannot put value from DynamicField_custnumber (if i put direct value (in my case is 23) then all work) ,else otrs product me SQL(oracle) error
Code: Select all
ORA-01722: invalid number (DBD ERROR: error possibly near <*> indicator at char 475 in '
INSERT INTO ticket (tn, title, create_time_unix, type_id, queue_id, ticket_lock_id,
user_id, responsible_user_id, ticket_priority_id, ticket_state_id,
escalation_time, escalation_update_time, escalation_response_time,
escalation_solution_time, timeout, service_id, sla_id, until_time,
archive_flag, create_time, create_by, change_time, change_by)
VALUES (:p1, :p2, :p3, :p4, :p5, :p6, :<*>p7, :p8, :p9, :p10, 0, 0, 0, 0, 0, :p11, :p12, 0, :p13,
P.S Finally i update to last version 4.0.12(from 4.0.3) and ITSM::Bundle now works.