Answered by:
CRM Forms

Question
-
I have created two entities. Hotels and Roomprices.
Both have a form. Within the form of the Hotels, there exists a Loopup Field, so I can select the Roomprices.
Now I want to create a buttom within the form Hotels, click on this buttom and than, there should appear the Roomprices Form.
.
Does someone has an idea how to implement?
Thanks
Friday, November 16, 2007 2:07 PM
Answers
-
Hi sheck,
When you say:"...click on this buttom and than, there should appear the Roomprices Form"
Do you want to open a new Roomprices Form? or the selected Roomprices in the Hotel loopup field?
Generally, you may add a button on entity toolbar by edit ISV.config.xml file.
Regards,
Jim
- Proposed as answer by Jim Wang (Microsoft)Microsoft employee, Moderator Friday, May 22, 2009 6:45 AM
- Marked as answer by Jim Glass Jr Tuesday, November 3, 2009 4:24 PM
Sunday, November 18, 2007 1:43 PMModerator
All replies
-
Hi sheck,
When you say:"...click on this buttom and than, there should appear the Roomprices Form"
Do you want to open a new Roomprices Form? or the selected Roomprices in the Hotel loopup field?
Generally, you may add a button on entity toolbar by edit ISV.config.xml file.
Regards,
Jim
- Proposed as answer by Jim Wang (Microsoft)Microsoft employee, Moderator Friday, May 22, 2009 6:45 AM
- Marked as answer by Jim Glass Jr Tuesday, November 3, 2009 4:24 PM
Sunday, November 18, 2007 1:43 PMModerator -
Hi,
Following section in CRM SDK will help you in writing the URL for new Roomprice form.
http://msdn2.microsoft.com/en-us/library/aa685801.aspx
and then add button in toobar of Hotel form by adding required xml to isv.config file
http://msdn2.microsoft.com/en-us/library/aa681497.aspx
http://msdn2.microsoft.com/en-us/library/aa682379.aspx
Monday, November 19, 2007 12:44 PMModerator -
Hi Jim
Thanks for Your response. Yes, I want to integrad a field (or button) within the form of the Hotel, so that I can change to the form of the Roomprices. That means, change from one form to another existing form. (Not select the Roomprices, that's a lookup field, which I have already integrated and this is working fine.
Not integrated with the ISV.config into the toolbar, directly within the form of the Hotels.
Kind Regards
Sheck
Monday, November 19, 2007 4:57 PM