Skip to main content
Solved

"Send Email" setup - Supplier Invoice/Posting Proposal

  • October 12, 2020
  • 4 replies
  • 472 views

PRODQ
Superhero (Customer)
Forum|alt.badge.img+18
  • Superhero (Customer)
  • 507 replies

Does anyone know where the setup is for the RMB/Send Email option in a Supplier Invoice/Posting Proposal (Apps9), please?  I’d like to be able to change the text/add more fields if possible.

Thanks

 

Best answer by lisvse

Unfortunately there is no where to set this up. It is coded in the client code. In for example frmAuthSummary.cs there is a method called tblItems_SendMail where you have this code.

4 replies

lisvse
Hero (Employee)
Forum|alt.badge.img+10
  • Hero (Employee)
  • 130 replies
  • Answer
  • October 12, 2020

Unfortunately there is no where to set this up. It is coded in the client code. In for example frmAuthSummary.cs there is a method called tblItems_SendMail where you have this code.


PRODQ
Superhero (Customer)
Forum|alt.badge.img+18
  • Author
  • Superhero (Customer)
  • 507 replies
  • October 13, 2020

Many thanks for the feedback @lisvse - much appreciated (disappointing though it is!)

Cheeky second ask.  I don’t suppose you know which permission is required for the email to be populated, do you?  I have a user who is able to get the email to pop up but it’s not populated with any data. 

Thanks

Linda


lisvse
Hero (Employee)
Forum|alt.badge.img+10
  • Hero (Employee)
  • 130 replies
  • October 13, 2020

Hi, I am sorry but I don’t know the answer on your second question. Best regards, 

Linda


PRODQ
Superhero (Customer)
Forum|alt.badge.img+18
  • Author
  • Superhero (Customer)
  • 507 replies
  • October 14, 2020

Thanks, @lisvse