View Access Denied
Hi all,
I created a custom workflow, with form and logic. I link to this custom workflow from the home page in the admin interface. I want to create my own capability for accessing this workflow. I added the capability using the admin UI, then set the the AuthType in the workflow to match this value. However, I still get 'view access denied' errors. Is there something else I need to do here? I did this once before but this time it doesn't seem to be working.... What else do I need to do?
Thanks!
Jim
[532 byte] By [
JimBearda] at [2007-11-27 6:21:48]

# 2
This is actually only partially working. The workflow I have does a checkout and check in of a user view, and modifies some data. So it is requiring that the user executing the workflow have the Update User capability as well as my custom capability. I don't really want it to have this capability. How can I get around it? I just want them to be able to run my workflow, but not edit a general user view...
# 3
When you checkout the view, you can check it out as a different user e.g. configurator. In the checkout call, pass a parameter 'subject' with a value '#ID#Configurator' and this will check out the view as configurator. Make sure that you pass the same parameter when you check in the view.
You may also need to pass another parameter 'authorized' with value 'true'
timboa at 2007-7-12 17:38:32 >
