Navigation Link of a CRM Form

Last post 12-19-2008 5:54 AM by Francis Edwin. 4 replies.
Page 1 of 1 (5 items)
Sort Posts: Previous Next
  • 08-12-2008 1:58 AM

    • Divya
    • Top 500 Contributor
    • Joined on 08-12-2008
    • Posts 4

    Navigation Link of a CRM Form

    Is it possible to get the Navigation Link of a CRM Form at Runtime?

     

    Thanks in Advance

  • 08-12-2008 10:00 PM In reply to

    Re: Navigation Link of a CRM Form

     Hi,

    you can get value using below code in your form OnLoad() event;

    window.location.href or window.self.location or document.location.href

    Baris KANLICA
    Software Specialist and Consultant
    www.cub-e.net
  • 08-17-2008 9:53 PM In reply to

    • Divya
    • Top 500 Contributor
    • Joined on 08-12-2008
    • Posts 4

    Re: Navigation Link of a CRM Form

    Thank You.. 

    Can we use JavaScript in the Sitemap of CRM 4.0?

    If Yes,how?

  • 08-20-2008 11:15 PM In reply to

    • Divya
    • Top 500 Contributor
    • Joined on 08-12-2008
    • Posts 4

    How to create WorkFlow to send Email?

    Can anyone please explain how to create WorkFlow to send Email when a record is created?Thanks.

     

     

  • 12-19-2008 5:54 AM In reply to

    Re: How to create WorkFlow to send Email?

    Hello Divya,

    I beleive you are using MS CRM 4.0, if yes...

    Go to Settings - > Workflows - > Select New and,

    • Select the entity which will get created so that the email will be sent.( Say for Example : Lead )
    • Select New Workflow and proceed.
    • Then, assuming it will be a user process, select the scope as user from the drop down.
    • Select the checkbox , as start when a record is created.
    • Click add step in the button provided below and say check condition and specify the condition as select lead when status equals open.Then Save an Close.
    • Again select add step and say send email and set the properties and click save & close.
    • Then publish the worklfow and check the changes by creating a lead and checking out in your workplace as an email activity.

    Thanks,

    Edwin

Page 1 of 1 (5 items)