03-24-2010 04:17 AM
Hi all
I have a requirement in slx 7.5.2 web. I do have one custom salesprocess that got appended with opportunity.when ever user completes one step i need to call a web service that pushes account name and id in to another database. I managed to implement this for LAN users. but for web how we are going to web. After completion of 4th step i need to send this value in to another database please suggest.....
Thanks in advance
Jack
Solved! Go to Solution.
03-24-2010 08:16 AM
Could any body please help me or suggest how are going to achieve this
Thanks in advance
Regards
Jack
03-24-2010 09:56 AM
Hi,
Place your code in the event method "cmdCompleteStep_OnClick".
You have an array string "spaid" which contain the stepid.
See you