Skip to main content
Answer

Adding Email Recipients under Customer Activities

  • February 22, 2023
  • 4 replies
  • 171 views

aborisova37
Semi-Pro I
Forum|alt.badge.img+1

Hi colleagues,

have any of you added recipients (To: ) field under Customers/Activities tab when the activity type = email?

How hard would it be?

That would tremendously help our internal AR collections users.

 

Thank you!

Best answer by Dioris Aguilar

@aborisova37 You can accomplish this by customizing the Customers screen as follows (this would require some technical knowledge):

1- Add an unbound field (not in database) to CRActivity with the following attributes:
 

[PXString(4000)]
[PXDBScalar(typeof(Search<SMEmail.mailTo, Where<SMEmail.refNoteID, Equal<CRActivity.noteID>>>))]
[PXUIField(DisplayName="Mail To")]

 

2- Add the unbound field to the Customer screen:

 

End result:
 

 

(Customization attached)
 

4 replies

Forum|alt.badge.img+1

Hi @aborisova37!

I believe this cannot be done through the UI. It will require a customization.


Dioris Aguilar
Jr Varsity I
Forum|alt.badge.img+2
  • Jr Varsity I
  • Answer
  • February 22, 2023

@aborisova37 You can accomplish this by customizing the Customers screen as follows (this would require some technical knowledge):

1- Add an unbound field (not in database) to CRActivity with the following attributes:
 

[PXString(4000)]
[PXDBScalar(typeof(Search<SMEmail.mailTo, Where<SMEmail.refNoteID, Equal<CRActivity.noteID>>>))]
[PXUIField(DisplayName="Mail To")]

 

2- Add the unbound field to the Customer screen:

 

End result:
 

 

(Customization attached)
 


aborisova37
Semi-Pro I
Forum|alt.badge.img+1
  • Author
  • Semi-Pro I
  • February 23, 2023

Thank you so much @Dioris Aguilar, let us try.


  • Freshman I
  • February 28, 2023

I tried in this version 22.207.0013

 

I need to add custom value in reasons combo box of opportunity won/close.

I tried so many times solutions, but it is not working.

I would like to be able to add additional reasons for marking an opportunity as lost. Has anyone found a way to do this?

Thanks in advance.