PeopleSoft Punchout error
Hi, we are getting the below error in PeopleSoft punchout.
First operand of . is NULL, so cannot access member GetRow. (180,236) WEBLIB_PV_DC.PV_ISCRIPT_LIB.FieldFormula Name:IScript_DCCatcher PCPC:15587 Statement:275
We have multiple Punchout vendors but this error happens with only one vendor. It happens intermittent. For the same item it works sometime and sometimes does not work. It is not the issue with cXml.
In code, WEBLIB_PV_DC.PV_ISCRIPT_LIB.FieldFormula Name:IScript_DCCatcher, the NULL error occurs while accessing global variable &glb_rsPunchout. This variable &glb_rsPunchoutgets initialized in PV_MOB_HOME_WRK.PV_LINK1.FieldFormula Function TriggerPunchout when the Punchout is triggered from PeopleSoft. We have found that by running the traces. There are other global variables that get reset also when the punchout comes back.