locked
CRM Forms RRS feed

  • 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

    Sunday, November 18, 2007 1:43 PM
    Moderator

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

    Sunday, November 18, 2007 1:43 PM
    Moderator
  • 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 PM
    Moderator
  • 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