Skip to main content
Solved

How do I add an active notification source to resolve the error shown below?

  • 13 June 2024
  • 4 replies
  • 56 views

How do I add an active notification source to resolve the error shown below? This error occurs when trying to SEND a Sales Quote from the CRM. 

 

4 replies

Userlevel 7
Badge +12

Hi @jsudak https://community.acumatica.com/distribution%2D6/send%2Demail%2D4969

please check above thread.

Userlevel 4
Badge

Thank you. Does not help. It is not useful for our Sales team to have to select a template. There needs to be an email template connected to the SEND operation. I do not understand why there isn’t, as there is a default email template connected to most all other operations in Acumatica. There must be a way to have a default email template connected to the SEND function for the Sales Quote. 

Userlevel 7
Badge

Hi @jsudak were you able to find a solution? Thank you!

Userlevel 6
Badge +2

Hi @jsudak 

I’ve investigated the code for the Sales Quotes screen, and as far as I can see, there is a default template connected to the Send function.

 

Template search algorithm

The logic to find that template is convoluted, but I’ll do my best here to explain the process.

First, the system tries to find a Business Account associated with the Sales Quote, which can be, depending on your environment, Organization/Branch/Employee/Customer/Vendor/Business Account. It’s hard to tell you for certain which one you get without having access to your instance. My bet would be on either Organization or Branch, but it’s just a guess.

If that Business Account record is found, the system tries to find its Default Sources grid (Mailing & Billing tab) and searches for a record there for Mailing ID “CRQOUTE”.

If the system can’t find it - you receive the "There is no active notification source to process the operation." error.

If that Business Account hasn’t been found, the system then falls back to the Customer Management Preferences screen, Mailing & Printing tab.

There, in the Default Sources grid, you should have a record with Mailing ID “CRQUOTE”, which will contain the configuration for the notification.
Here is the screenshot of the out-of-the-box configuration I have on one of my instances:

If this line hasn’t been found - then you again receive the "There is no active notification source to process the operation." error.

 

How that can help?

I’ve written this long explanation to give you a hint at which configurations you should look for to troubleshoot the issue.

In short - review your Default Sources for Mailing ID “CRQOUTE”. Business Account is a unified record name for Organizations and Branches, so I’d look for the Mailing and Printing configuration on their respective entry screens.

Reply