Fixed parameter mismatch when calling converttojson routine

This commit is contained in:
Infineon\Ouellette 2025-01-30 09:28:59 -07:00
parent 6e2eb75e6c
commit 2768c1e7f9

View File

@ -186,7 +186,7 @@ CreateHALCollection:
If SRP_JSON(hReactModeArray, 'New', 'Array') then
For each reactMode in reactModesList using @FM setting fPos
reactModeJSON = React_Mode_Ng_Services('ConvertRecordToJSON', reactMode, '' ,FullEndpointURL:'/':reactMode)
reactModeJSON = React_Mode_Ng_Services('ConvertRecordToJSON', reactMode,FullEndpointURL:'/':reactMode)
If Error_Services('NoError') then
If SRP_JSON(hReactModeObj, 'New', 'Object') then
If (SRP_JSON(hReactMode, 'Parse', reactModeJSON) EQ '') then