Skip to main content
Question

How do I print the logged-in user name in the crystal report?

  • July 18, 2022
  • 2 replies
  • 487 views

shafiuzzaman
Do Gooder (Partner)
Forum|alt.badge.img+1

When a user prints a crystal report, the report needs to show the user name. Application 10.

2 replies

Forum|alt.badge.img+2
  • Do Gooder (Employee)
  • 6 replies
  • June 28, 2023

Hi, did you find a way maybe?

Thanks


Forum|alt.badge.img+1
  • Do Gooder (Customer)
  • 1 reply
  • November 21, 2023

Hi,

I’ve used  IFSAPP.ARCHIVE_API.GET_SENDER(&RESULT_KEY) - it works for reports which goes to Archive.

 

For quick reports you shoud probably send current user as a defeault parameter - IFSAPP.FND_SESSION_API.GET_FND_USER()

 

Best,

Paweł