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!
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
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)
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.