Guideline For Using DbPoolConnector Incodelist SI Maps
Guideline For Using DbPoolConnector Incodelist SI Maps
Guideline For Using DbPoolConnector Incodelist SI Maps
// Start Transaction
connector.transactionStart();
// Make sure that that the control number have a length of 7 characters
ctrl_num_str_pad = "000000" + ctrl_num_str;
ctrl_num_str = right(ctrl_num_str_pad, 7);
Name of control Number should be either: DSV_PartnerCode_MessageType_ctl (If used for only one
message type) or DSV_PartnerCode_GLOBAL_ctl (If used for multiple message types).