Guys,
I have some auto content creation going on with AutoForm. Basically its a cv submission in a jobs section of my site.
I notice in AutoForm after successful creation if not auto publishing then the following line runs
Code:
umbraco.BusinessLogic.Actions.Action.RunActionHandlers(d, new umbraco.BusinessLogic.Actions.ActionToPublish());
I have an action handler setup for my document type which depending on which location parameter has been selected by user sends an email to appropriate person. I have create an actionhandler to that returns ActionToPublish however this action is not fired. Am I sending back from my action handler the wrong type of action?
Regards
Ismail
Level 2 certified. If it aint broke dont fix.