Hi, we have been using the email listener for a few weeks now but since putting

Hi, we have been using the email listener for a few weeks now but since putting it live have noticed some interesting behaviour with certain emails received. It appears that automated emails sent don't get picked up? They are read but not processed. Has anyone else seen this??...

OriginalPostID-67444

OriginalPostID-67444

  Discussion posts and replies are publicly visible

Parents
  • There is still more of this error message that can be provided without exposing sensitive information. At a glance this error looks of type:
    "EVAL:@reason=Invalid index: Cannot index property 'XXXXX' of type Y into type YYYY".

    If that is the case then it seems the process is trying to retrieve a field from a CDT which is null, something like pv!myCDT.myField where pv!myCDT is null (No Value) which results in an invalid expression of type null.myField
Reply
  • There is still more of this error message that can be provided without exposing sensitive information. At a glance this error looks of type:
    "EVAL:@reason=Invalid index: Cannot index property 'XXXXX' of type Y into type YYYY".

    If that is the case then it seems the process is trying to retrieve a field from a CDT which is null, something like pv!myCDT.myField where pv!myCDT is null (No Value) which results in an invalid expression of type null.myField
Children
No Data