Correct export of Delivery Unit EON_XSJSFRAMEWORK (36 files, replaces incomplete initial export)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user