Hello,
After upgrading to GP2015R2 and on clicking custom navigation list, system throws the error message -
wrong number arguments to 'XMLdoc_addheader field'.
In order to resolve this, I tried to upgrade this Dexterity-based application in Microsoft Dynamics GP by using the Dexterity Source Code Control Service following the below link provided by Microsoft -
http://support.microsoft.com/kb/910527
But, after I followed the whole lengthy process, I am facing around 100 errors while compiling the updated dynamics through dexterity. Surprisingly, I am getting error on standard dexterity function as 'LoadData'. Please refer below piece of code -
l_result = Trigger_RegisterProcedure(script LoadData of form syReportList, TRIGGER_AFTER_ORIGINAL, script IG_ReportList_AddReports);
if l_result <> SY_NOERR then
warning "Procedure trigger registration for LoadData of form syReportList failed.";
end if;
From where, I could provide the reference to original dexterity functions and procedures? Please update.
*This post is locked for comments