Answered by:
Link to action menu item

Question
-
I want to make an button in the ISV config that button must link to an item on the action menu.
The item path that i want to use is in the action menu > activity > serviceactivity to make an new serviceactivity.
Or that when i push the button that i can run an workflow.
i hope you can help me with this challengeWednesday, September 9, 2009 7:38 AM
Answers
-
i get the answer form Hassan Hussain you can find it here:
http://social.microsoft.com/Forums/en-US/crm/thread/96d11d48-c067-4f56-84d3-ab29e50b2b05- Marked as answer by Donna EdwardsMVP Monday, September 14, 2009 7:32 PM
Wednesday, September 9, 2009 1:34 PM -
Hi Huubert,All records in MS CRM are URL addressable. So if the menu item you want to "link to" points to a new account form, you can access the form directly from your custom menu item. You'll need to add the Menuitem to your ISV.config file. You can view the sample ISV.Config file in the MS CRM SDK help file.OrYou can run workflows using Javascript. Jim's post below demonstrates how to do that.http://jianwang.blogspot.com/2008/07/crm-40-use-javascript-excutecalllaunch.htmlHassan.
Hassan Hussain | http://hassanhussain.wordpress.com/- Proposed as answer by Hassan Hussain Wednesday, September 9, 2009 8:31 AM
- Marked as answer by Donna EdwardsMVP Monday, September 14, 2009 7:32 PM
Wednesday, September 9, 2009 8:31 AM
All replies
-
Hi Huubert,All records in MS CRM are URL addressable. So if the menu item you want to "link to" points to a new account form, you can access the form directly from your custom menu item. You'll need to add the Menuitem to your ISV.config file. You can view the sample ISV.Config file in the MS CRM SDK help file.OrYou can run workflows using Javascript. Jim's post below demonstrates how to do that.http://jianwang.blogspot.com/2008/07/crm-40-use-javascript-excutecalllaunch.htmlHassan.
Hassan Hussain | http://hassanhussain.wordpress.com/- Proposed as answer by Hassan Hussain Wednesday, September 9, 2009 8:31 AM
- Marked as answer by Donna EdwardsMVP Monday, September 14, 2009 7:32 PM
Wednesday, September 9, 2009 8:31 AM -
I used the first method and i get another problem and that leads me to the next question.
How do you perform an getguid within the isv config?Wednesday, September 9, 2009 11:49 AM -
i get the answer form Hassan Hussain you can find it here:
http://social.microsoft.com/Forums/en-US/crm/thread/96d11d48-c067-4f56-84d3-ab29e50b2b05- Marked as answer by Donna EdwardsMVP Monday, September 14, 2009 7:32 PM
Wednesday, September 9, 2009 1:34 PM