MARX#76891 VM387219: Registratie in AX2012 of inkooporder aanwezig is in Mareon

svn path=/Mareon/trunk/; revision=60261
This commit is contained in:
Marcel Bourseau
2023-05-02 11:28:49 +00:00
parent 8b7cf1cd26
commit 6e806d84bd
4 changed files with 76 additions and 5 deletions

View File

@@ -734,7 +734,7 @@ function FACILITOR_2_Xtractor()
// 1.70 -- MARX#76415: Mareon koppeling met 3rd Party Viewpoint + MARX#74444: Het '&' teken in de naam van een bijlage wordt niet ondersteund in de sync.
// 1.71 -- MARX#76342: Mareon Bijlagen aanpassing AX2012 via nieuwe webservices die base64 stuk voor stuk ophaalt tbv performance
// 1.72 -- MARX#77225: Bugje statusbericht naar 3RD party Viewpoint/Itris + MARX#76900 Mareon Universele Opdracht API
// 1.73 -- MARX#76390: Kan oude logging van de SYNC adapter automatisch opgeruimd worden
// 1.73 -- MARX#76390: Kan oude logging van de SYNC adapter automatisch opgeruimd worden + MARX#76891: Registratie in AX2012 of inkooporder aanwezig is in Mareon
__Log("************************************************** START Mareon Adapter ***********************************************", 0);
@@ -886,7 +886,6 @@ var G_mar_timeout = 0; //initieel 1e keer.
// MARX#62647: Koppeling AX365 - Mareon (Push)
var G_push_notifyqueue = parseInt(l_array[26]); // 0 (no push koppeling) or 1 (push koppeling)
v_woco = l_array[2]; // Naam van de woco-bedrijf
__Log("*** Company: " + v_woco, 2);
v_min_adapter_version = l_array[0]; // Versienummer, iets als "1", of "1.1", of "1.23" etc
@@ -951,6 +950,9 @@ var G_mar_timeout = 0; //initieel 1e keer.
__Log("***XML- G_ID_saxton_scope is overruled by Mareon", 3);
}
// MARX#76891 VM387219: Registratie in AX2012 of inkooporder aanwezig is in Mareon
var G_company_Id = l_array[27]; // AX-id van interne bedrijf, o.a. nodig in de webservice SupplierPortalPurchOrderDeliveredRequest
if (AX_or_Tobias() == "A")
{