Page 1 of 1
Adopted Authority at Screen Level
Posted: Mon Jan 23, 2017 4:20 pm
by mdruk1986
Hello,
I am trying to use a protected file for a Database Driven selection on a dropdown box, is this allowed or do i have to load the options through rpg?
Thank you
Re: Adopted Authority at Screen Level
Posted: Mon Jan 23, 2017 5:00 pm
by Glenn
Adopted authority will not work for the database driven widgets.
Glenn
Re: Adopted Authority at Screen Level
Posted: Mon Jan 23, 2017 5:04 pm
by mdruk1986
Thank you
Re: Adopted Authority at Screen Level
Posted: Mon Jan 23, 2017 5:16 pm
by Glenn
I probably should have been a little more thorough in my response.
The reason that adopted authority won't work is that our framework launches a separate job that runs the SQL required to retrieve the results for the widget. This job will have it's library list and user set up to match the main process but, since it's no longer running under the original call stack, it will not carry over the adopted authority.
Glenn