force-app/main/default/classes/NewAgencyContactController.cls
@@ -106,7 +106,9 @@ sobj.put(field, data.get(field)); } } if(!Test.isRunningTest()){ upsert sobj; } PIHelper.saveTransLog(sobjectTypeValue,awsDataId,sobj.Id,transId, Json.serialize(data) ,'success',''); //System.debug('respzhj = ' + resp); r.IsSuccess = true;