Question

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

  • 18 July 2022
  • 2 replies
  • 324 views

Badge +1

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


2 replies

Badge +1

Hi, did you find a way maybe?

Thanks

Badge +1

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ł

Reply