Invoking Resource Actions

Hello all,

I'm having trouble getting resource actions to invoke..I've read through the documentation, and the actions only seem to work when I create a new account using the tabbed user form. ( By this I mean finding the user, assigning them the new resource, filling in the account information, clicking save) The resource I'm working with is Active Directory, and what I'm trying to do is create a workflow which can process multiple creates at one time. (i.e create 20 accounts). What I'm running in to is when I invoke my custom workflow...the actions will not run...

I make sure it gets set inthe form...but no go. Any ideas?

Thanks!

[670 byte] By [dmac28] at [2007-11-26 10:55:45]
# 1
the actions are called in the actual java code. It should not matter if you are using a user form or not.How do you have them defined in your resource schema?dana reedaegisusadenver, co
danareed at 2007-7-7 3:08:54 > top of Java-index,Web & Directory Servers,Directory Servers...
# 2
Defined as:create after action--> IGNORE_ATTRin the form I have a field named accounts[AD].create after actionand I give it the name of the resource action.
dmac28 at 2007-7-7 3:08:54 > top of Java-index,Web & Directory Servers,Directory Servers...
# 3

Ok..so I'm updating this topic.

I did not find a solution to my Resource Action problem, however it lead me down another path to fix my overall problem. I decided to use the Bulk Actions Process and it seems to work fine, however I would like to tweak the form it shows just a little to massage the values sent to the process. Has anyone tried editing this? I looked in the repository for the form and the workflow but couldn't find either...From what it looks like this entire process is done another way..any ideas? Thanks

dmac28 at 2007-7-7 3:08:54 > top of Java-index,Web & Directory Servers,Directory Servers...
# 4
I got my create action working find for AD. when I delete users however, the after delete action never runs.
bahaugab at 2007-7-7 3:08:54 > top of Java-index,Web & Directory Servers,Directory Servers...