- CRM workflow error
- Posted by lee on May 10th, 2007
Hi sir,
I am using CRM 1.2 previously and set workflow rule as below:
<a
href="http://192.168.8.200/sfa/opps/edit.aspx?id=&opportunity.opportunityid;">
Please click here for detail </a>
After i migrate CRM1.2 to CRM3.0 , i change workflow rule as below:
<a
href="http://192.168.8.205/sfa/opps/edit.aspx?id=&opportunity.opportunityid;">
Please click here for detail </a>
It won't link direct to that opportunity anymore !
look like system don't recognize (&opportunity.opportunityid
Anybody can advise me?
thanks.
- Posted by MattNC on May 10th, 2007
The link you were creating in your workflow in 1.2 used an unsupported hack
that does not work in CRM 3.0. There have been numerous threads on this
newsgroup on how to achieve the same functionality with varying degrees of
complexity and results, but I'm not aware of any solid and easy to implement
customization that doesn't involve some additional programming.
--
Matt Wittemann, CRM MVP
http://icu-mscrm.blogspot.com
"lee" wrote:
- Posted by lee on May 11th, 2007
Oic, i have saw some threads about this issues. Actually i not familliar
with programming,especially programming for CRM. Too complicated to me.
Some more, CRM give me one feeling, this software too sensitive, after
i doing some changes, will cause CRM no response or fail to open again.
Anyway, thanks for your reply.
"MattNC" wrote: