Correct export of Delivery Unit EON_XSJSFRAMEWORK (36 files, replaces incomplete initial export)

This commit is contained in:
Thorsten Schmitz
2026-07-09 02:02:07 +02:00
parent 997ad1c8f6
commit e5d9482cf1
35 changed files with 3067 additions and 918 deletions
+4 -4
View File
@@ -92,7 +92,7 @@ function slLogin() {
loginInfo.Password = UserPass;
loginInfo.CompanyDB = UserComp;
// SL LOGIN
// SL LOGIN
var response = slLib.SLLogin(JSON.stringify(loginInfo), null, null);
// B1SESSION and ROUTEID cookies returned by Login
@@ -239,8 +239,8 @@ function repairContractHistory() {
U_OBJTYPE: row.ObjType,
U_DOCENTRY: row.DocEntry,
U_DOCNUM: row.DocNum
}
]
}
]
};
result.slContractObj = slContractObj;
var responseContract = slLib.patchDynamicEntity('EON_CONTR', row.U_EON_CONTRACT, JSON.stringify(slContractObj), SESSIONID, NODEID,
@@ -265,7 +265,7 @@ function repairContractHistory() {
});
output.durationMilliseconds = new Date() - startTS;
outMessages.push(outMsg);
try {
if (slLoggedIn) {
slLib.SLLogout(SESSIONID, NODEID);