Question

Sales Quotation Expiry Notification

  • 10 May 2021
  • 5 replies
  • 192 views

Hi,

 

Do we have any functionality where the users gets notified when the sales quotation is about to expire. If yes then how can we enable that functionality.

 

Thanks

 


This topic has been closed for comments

5 replies

Userlevel 7
Badge +18

Hi @imharshit003,

I don’t think there is a standard functionality as such. But you should be able to design a custom event for this.

Thanks. 

Userlevel 5
Badge +8

Hi,

There is no specific functionality to notify users when the sales quotation is about to expire. But you could write a simple custom event to trigger a mail to users when the sales quotation is about to expire.

 

Userlevel 7
Badge +18

Hi @imharshit003,

I don’t think there is a standard functionality as such. But you should be able to design a custom event for this.

Thanks. 

Hi @imharshit003 ,

After creating the Custom Event, you can use Event Action to generate the mail by using action type E-mail as below. 

Thanks. 

Userlevel 5
Badge +8

Hi,

There is no specific functionality to notify users when the sales quotation is about to expire. But you could write a simple custom event to trigger a mail to users when the sales quotation is about to expire.

 

Since there is no standard method to check sales quotation expiration, you could write a new database method (with the assistance of a technical consultant) to compare system date and expiration date for existing Sales quotation records, and trigger an action to send mail as specified below.

Applicable LU: OrderQuotation

Table: ORDER_QUOTATION_TAB


In the action also, you may add an appropriate condition to specify the duration to send the mail before reaching the expiration date

 


The written new database method can be scheduled via New Database Task Schedule window to be run daily then

.

 

 

Userlevel 6
Badge +14

If you have many quotations the user might drown in emails.

You could also make a lobby element showing all “soon to expire SQ’s”.