WilliamW
Explorer
Member since ‎08-25-2021

User Statistics

  • 14 Posts
  • 1 Solutions
  • 1 Kudos given
  • 6 Kudos received

User Activity

On running a standard DELETE statement like the below, error is thrown by the CAP standard code "cannot read property of undefined (reading 'attachment_ID' The attachment ID being passed as the key definitely exists in the database. I have posted t...
In the after create event handler of an entity (FundsAllocationReport), I am performing some logic and creating some data to insert into a table associated with the entity (CustomerClaims). As part of the payload in the INSERT statement I provide the...
l am struggling with an intermittent issue where batch request from oData v4 service to CAP server is failing with 500 internal server error. However is no error in the server logs. It is happening in all our environments (DEV, TEST, PROD) It j...
state="{parts: [ {path: 'detailView>/forceEvaluation'}, {path: 'ID'}, {value: 'isOnSupportPlan' } ], targetType : 'any', formatter: '.getAnswerSwitchState'}" The above formatter throws the below error, due to the 'ID' property being of type GUI. ...
const sGoalNeedId = oResults[0].ID; const sGoalPath = this.createKey(sEntitySet, {ID: sGoalNeedId}); const oCtx = this.getModel().bindContext(sGoalPath, undefined, {}).getBoundContext(); oCtx.delete("$auto"); Below error is thrown: