Skip to main content
Solved

Alternative for Impersonate User

  • December 10, 2021
  • 2 replies
  • 550 views

Forum|alt.badge.img+2

Hi All,

I want to post a background job via a custom event action as app owner (needs to perform event action as a different user) without using impersonate user.’Fnd_Session_API.Impersonate_Fnd_User(‘IFSAPP’)

Does anyone know any other option in APPS 10?

Thanks!

Best answer by Tomas Ruderfelt

You could try this, if only the background job needs to be performed by appowner (IFSAPP):

  1. Create the background job with Transaction_SYS.Deferred_Call and use the overloaded method where you get back the ID of the background job:

     

  2. Make a hard update of USERNAME in TRANSACTION_SYS_LOCAL_TAB to appowner using the ID.
View original
Did this topic help you find an answer to your question?
This topic has been closed for comments

2 replies

Forum|alt.badge.img+19
  • Superhero (Employee)
  • 488 replies
  • Answer
  • December 10, 2021

You could try this, if only the background job needs to be performed by appowner (IFSAPP):

  1. Create the background job with Transaction_SYS.Deferred_Call and use the overloaded method where you get back the ID of the background job:

     

  2. Make a hard update of USERNAME in TRANSACTION_SYS_LOCAL_TAB to appowner using the ID.

Forum|alt.badge.img+2
  • Author
  • Do Gooder (Partner)
  • 1 reply
  • December 20, 2021
KDILSHANI wrote:

Hi All,

I want to post a background job via a custom event action as app owner (needs to perform event action as a different user) without using impersonate user.’Fnd_Session_API.Impersonate_Fnd_User(‘IFSAPP’)

Does anyone know any other option in APPS 10?

Thanks!

Thank you @Tomas Ruderfelt :)


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings