This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

DEVELOPERS FORUM - Working of pre/post methods in Workflow Map Path on client side

parepalli - Tuesday, June 4, 2013 2:24 AM:

When I run the a method on client side as a pre/post method in a Workflow Map Path, I am getting a message "The method type(JavaScript) for (name of method) is not currently supported". Can any body please tell me if this is a problem with the Aras or I am missing some thing?

Thanks in advance.



vasant - Tuesday, June 4, 2013 3:45 AM:

Hi Parepali,

You can't write Client Side (Javascript) code on pre/post method in a Workflow Map Path. You can only write Server Side Code(C#, VB) here.

Thanks- Vasant



parepalli - Friday, June 14, 2013 1:52 AM:

thank you so much for the reply.