hi,
i have developed custom workflow activity to retrieve unieque records based on some condition
and then create new records
I have tested the code before in aps .net page and it works fine
but when i deployed the .net assembly it doesn't do anythind it look like the sql is not executed or it doesn;t return data.
I am using filtered view in the sql
Thanks
Marwa
Hi Marwa,
there could be multiple reasons why your code does not work. Have you tried debugging your custom workflow activity as documented in SDK?
--