facing error in email

0
  I am getting error while using email in my application, i set security to prototype/demo and set the access to microflow and pages of email module as it required
asked
1 answers
0

You've turned on Apply Entity Access in microflows (which is OK if you want the microflow to be checked against the security rules defined on the entities in the domain model).

However you can't access the objects Error en SoapFault in these microflows, you should create a sub microflow and parse the Error and SoapFault object(s) and log messages / process them there. Usually these Error and SoapFault objects are the result of an error handling flow.

answered