Hi
I have a problem on my application with ASP.Net. I want to access workflow attribute permission on my solution and give a function to each permission.
To clarify:
For example :
If the permission is "Entry Required" then application create a textbox and user have to fill it.
If the permission is "Read-Only" then user can just see workflow attribute value.
How can I access to the workflow attribute permissions using ASP.Net?
Thanks for any reply...