EmailOrder - Order confirmation notification email issue

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

EmailOrder - Order confirmation notification email issue

Ritesh Trivedi
Hi,

I am getting
"Message: Security Error: To run createCommunicationEventRole you must have the one of the following permissions: PARTYMGR_CREATE, PARTYMGR_ADMIN, PARTYMGR_CME_CREATE, PARTYMGR_CME_ADMIN"

I know its been reported fixed  in another thread, I am running off of latest, but have custom code for my site and I get this error when sending order confirmation email to the customer.

My question is - looking at the latest ecommerce code I am not able to figure out how has it been fixed or bypassed for sending order confirmation email. Since in storeEmailAsCommunication event the partyId that is used to check the permission is that of the customer placing an order, cant find where above mentioned permissions are given to the customer - if they are during checkout / order process in the ecommerce application.
Reply | Threaded
Open this post in threaded view
|

Re: EmailOrder - Order confirmation notification email issue

Ritesh Trivedi
Anyone?

Ritesh Trivedi wrote
Hi,

I am getting
"Message: Security Error: To run createCommunicationEventRole you must have the one of the following permissions: PARTYMGR_CREATE, PARTYMGR_ADMIN, PARTYMGR_CME_CREATE, PARTYMGR_CME_ADMIN"

I know its been reported fixed  in another thread, I am running off of latest, but have custom code for my site and I get this error when sending order confirmation email to the customer.

My question is - looking at the latest ecommerce code I am not able to figure out how has it been fixed or bypassed for sending order confirmation email. Since in storeEmailAsCommunication event the partyId that is used to check the permission is that of the customer placing an order, cant find where above mentioned permissions are given to the customer - if they are during checkout / order process in the ecommerce application.