I’m a Dynamics CRM Consultant based in United Kingdom. I have been working with Dynamic CRM system since last four years (Since CRM 3.0 beta).
I have got overall around nine years of experience working of different CRM Systems and on various different projects related to Microsoft technologies (Dynamics CRM 4.0, CRM 3.0, C#, VB.NET, ASP.Net, MS SQL Server, ASP, VB , Web Services, Window Services ..Etc.).
You can contact me on Mayank.Pujara at gmail dot com
Disclaimer
The opinions expressed in this blog are entirely my own. I take no responsablity for the voracity of the content.All information and advice is provided on an ‘as is’ basis with no warranties.
Advertisements
I am an crm consultants in Iran basically in Dynamics CRM. I would like if you mind I ask some questions in this area?
if you are interested please let me know. although you are so experianced but I hope I can help you in some cases.
regards
awaiting for responses
Yes, you can ask me but if you post in the following forums then you will get your asnwer more quickly..
http://social.microsoft.com/Forums/en-US/crm/
Hi MayankP,
I have one problem in creating a plug in can please Provide the solution for this,
That is my application needs like as…
The plugin needs the code for 2 entities such as 1. Enquiry Notes (Custom entity) and System user entity .
So, 1. Enquiry note Entity have the following attributed called
1. Save As complete (checkbox field)
2. Self Approved( checkbox field)
3. Check required( Checkbox field)
And the second entity System User has 2 custom attributes
1. Total number of noted created ( textbox) int type
2. Checking rule field( dropdown list with the following values Not applicable,1,2,3,4,5,10,15,20,25).
So my problem is,
1. If Save As complete (checkbox field) and self Approved (checkbox field) both are checked by the user to create record of enquiry note. Here for this entity post event and create message
2. Check required (checkbox) are in disable mode.
3. And that particular user creates enquiry note, the following action are done for Update message on System user entity…
4. Find the particular user.
5. Total number of noted created (textbox) has to increase automatically.
6. And verify the checking rule value like say the user has defined the rule for 3. And the count has 3 so that 3%3 =0.
7. If reminder 0 then the Enquiry note’s Check Required (check box) needs automatically selected.
Can please give me the solution because i am very new to crm…