Ms CRM 2013 Email Router Configurations tutorials,pdf,ppt,online frree training material download


E-Mail Configuration:

Microsoft Dynamics CRM provides the following e-mail processing options:
1. Microsoft Dynamics CRM for Microsoft Office Outlook and Microsoft Dynamics CRM for Outlook with Offline Access.
2. The E-mail Router manages both incoming and outgoing messages.
3. The E-mail Router also supports POP3 e-mail systems for incoming messages and SMTP e-mail systems for outgoing messages.
4. Microsoft Dynamics CRM e-mail messages are sent asynchronously by using E-mail Router.

Microsoft Dynamics CRM for Outlook:
Microsoft Dynamics CRM for Outlook can also be used to perform the following tasks:
1. Deliver received e-mail messages to Microsoft Dynamics CRM
2. Send e-mail messages generated from Microsoft Dynamics CRM

E-mail Router:
The CRM E-mail Router is a piece of software that receives messages from a service and forwards the messages to another service. For example, the messages are received from the CRM Server, and they are forwarded to Microsoft Exchange or to the configured e-mail server, or vice versa.
The E-mail Router performs the following tasks:
1. Routes incoming email message to Microsoft Dynamics CRM
2.Sends e-mail messages generated from Microsoft Dynamics CRM
The CRM E-mail Router comes as a separate installation and must be installed after the CRM Server installation. You can install the CRM E-mail Router on a separate server; this doesn’t need to be the same server where you have Microsoft Exchange Server installed or the same machine where you have the CRM Server installed. You can even install it on a separate server or computer running Windows 7, Windows Vista Business, or Enterprise because those are the versions that can be joined to a domain. The computer that you install E-mail Router on must have a connection to the Exchange Server or POP3 e-mail server. Also, the server is not required to be a member of the same domain as the CRM Servers.

The E-mail Router contains the following components:
1. E-mail Router service and program files.
2. E-mail Router Configuration Manager.
3. Rule Deployment Wizard. This wizard lets you deploy rules that are used to route e-mail messages to a forward mailbox.

MS Dynamic CRM 2011 Consultant With HCL Infosystem : Banglore/Dubai

It is our pleasure to introduce to you Prism HR Consultants, a full spectrum Human Capital Services Company.
www.prismhrc.in

We have requirement for MS Dynamic CRM 2011 Consultant With HCL Infosystem : Banglore/Dubai

Notice period has to be less than 30 days

JD :
· 4-7 Years of total experience in CRM and must have minimum 1 full cycle implementation experience with Microsoft Dynamics CRM 2011.
· Prepares Requirement Specification document - functional and technical requirement specifications
· Facilitate end to end solution and inter work-stream domain specific issue resolution.
· Creation of SRS, Design Document, Test cases, User manuals.
· Should be able to develop Functional and Technical Design documents and deliver independently.
· Knowledge of software applications and architectures, SDLC, Project Lifecycle and Fundamentals of Web Servers and Application Development.
· Extremely sound in Dynamics CRM entities, workflows, configurations, plugins, ribbons, customization development, dashboards and report development, integrations development and solution backup..
· Must have strong .Net skills and understand the functionality of Microsoft CRM Modules. Actively involved in the integration projects between Microsoft Dynamics CRM and third party products.
· Integration skill with ERP, Email, Central database repository, other application and Web portal.
· Must have working experience on SQL 2008/2012, Web Services, XML, C#, ASP.Net, VB .NET, SQL Server Reporting Services.

Job location : 4 positions in Banglore & 2 positions in Dubai.

Please do give us following details with your CV
1 Total Experience
2 Relevant Experience (MS Dynamic CRM)
3 Current CTC
4 Expected CTC
5 Notice period 

Ms CRM Jobs with IXD Consultanties Banglore

Summary: Ms CRM Jobs with IXD Consultanties  Banglore

We are looking the candidates for Bangalore Location and who can join within 30 Days.
Job Description-

* Solid knowledge of CRM, .NET, SharePoint, client server programming, data structures and software development methods, principles and techniques.
* Should have implementation experience (preferred in financial institutions)
* Good knowledge of CRM, .NET and SharePoint, and experience with enterprise technology environments including IT control processes, security and architectural considerations.
* Ability to review, understand and improve program code and system documentation.
* Good verbal and written communication including ability to prepare system documentation.
* Ability to interpret solution documentation and identify areas of concern and recommend approach.
* Ability to multi-task in a dynamic work environment.
* 4-6 years programming and support experience with 2-3 years project work in a relevant domain.

Mandatory Skills Required-
CRM development, implementation and support
SQL Server 2000 - 2008
Client script (Javascript, VBScript), COM/DCOM
Dot Net
SharePoint

               Interested candidates reach me @ sakshi.singh@ixd.co.in

Sap CRM functional/Techinical Opportunity business processing online training,free material ppt,pdf download.

Summary:Sap CRM functional/Techinical Opportunity business processing

You use this business process to maintain and qualify opportunities, which are recognized possibilities for business, for example, the sale of products or services. An opportunity can result from a trade fair, sales deal, bid invitation, or from a lead with the status Hot. The opportunity makes up the framework for displaying sales projects from the beginning, and monitoring their success.
An opportunity goes through a sales cycle that is characterized by different sales stages. Different activities are carried out in each sales stage. The sales cycle is determined from the point of view of time, by the start date and expected end date of an opportunity.
Process
The following business process runs in SAP CRM:
    1.     Create opportunity
    2.     Maintain sales team and distribute opportunity (internally or externally)
You put the sales team together, and enter members of the sales team in the opportunity.
You then distribute the opportunity, either internally or externally. In internal distribution, you, for example, as the sales representative or sales manager, enter an internal employee as the employee responsible for the opportunity.
In external distribution you, in this case, as the channel manager, enter a channel partner as a sales partner and you dispatch the opportunity for further processing for this channel partner, by setting the status to Dispatched to partner
     3.     Assign products or product categories
You enter the relevant products or product categories pertaining to the prospect.
   4.     Plan activities per phase
According to Customizing settings, SAP CRM creates an activity plan that proposes specific activities (business activities and tasks) for the different stages of the opportunity.
You activate the required activities, and add new ones as required. In this way, you put together a specific activity plan for the opportunity.
    5.     Qualify opportunity
You qualify the opportunity by using the opportunity assessment (questionnaire), together with the chance of success calculated by the system resulting from the assessment (questionnaire). Through Customizing, you can prompt the user with an assessment when the value of a parameter crosses a threshold value.
On this basis, you decide whether the project is to be continued (go/no go decision).
6.     Use further elements of sales methodology (optional)
You work with other elements of the sales methodology, such as the buying center, project goals, and competitor information.


Microsoft Dynamics CRM Form Javascript events tutorials free download,online training.

Summary:Ms Crm 2013 Form Javascript Events
JavaScript Events:
JavaScript events are related to forms and the controls inside the forms only. Each form has OnLoad and OnSave events, which can accept JavaScript. Each field also has the OnChange event, which can also accept JavaScript. This new version of CRM 2011 also adds new events for the Tab control to track the tabStateChange event and to IFRAMEs to track the OnReadyStateComplete event . This new version also introduces new javascript objects to easily access the from fields values and context information through the Xrm object. The previous version used to use the crmForm.all object collection, while this collection still exists in CRM 2011 for compatibility, the new Xrm.Page object collection is the recommended way for new CRM 2011 JavaScript customizations.
OnLoad event:Occurs every time the window of an entity is open, either when you edit an existing record or when you create a new one

OnSave event:Occurs every time the Save icon or the Save and Close button is pressed
OnChange event:Is fired every time the value of the field is changed and after it loses the focus .
TabStateChange Event:Occurs every time the user switches from one tab to the other (see Figure 23.30) OnReadyStateComplete event:Is fired when the content of the IFRAME has been loaded (see Figure 23.31)
To start adding script to this event, you need to create a web resource of type JavaScript that you can use as a library where you can have a common repository for the event scripts you will handle. This is a good improvement in this version of CRM 2011 that allows as to reuse the JavaScript function on different forms and entities.
This new version has changed and added more powerful JavaScript objects that now can be accessible through the Xrm.Page.data.entity object; however, the old object model that uses the crmForm.all object still works for backward compatibility.

Popular Posts