Need help with web form?!?! CRM 2013
Hello,We are just a few steps away from releasing our new CRM system to the office. I have tried to work with 3 different companies on this and I can not find one who will help they all want a project...
View ArticleDate Showing Up Different in MS Dynamics CRM than that of SQL-Server
My string dates are as follows in YYYYMM format:201008201009201010201011201012...The following is my CONVERT statement in my stored procedure:CONVERT(datetime,@FileName +'01',112)my results are showing...
View ArticleImport zip file to CRM
Hi,Can I import data in CRM 2011 in zip file using bulk import? With importRequest? I know I can do this in wizard, but I wondering, if I can do the same in C# code. I am trying import sample data to...
View ArticleUpdate Entity image issue
Hi, i want to change entity image according to status field if status value is "1", image1 name "new_image1.jpg" will display and if status value is "2" then image2 name "new_image2.jpg" will display i...
View ArticleHow to create business rule for my scenario?
Hi,I want to retrieve email address of selected lookup record and set into other field in crm 2013.Can I do that from Business Rule or Process in crm 2013?
View Articleremove add button for subgrid in crm 2013
HI Friends, I have a requirement where I need to remove or disable add button or atleast not allow user to add any more records to subgrid once user clicks on a checkbox ( Checkbox is an option for...
View ArticleIFD Enviorment fort mscrm 2011 access without port number in url
Dear all;i have setup IFD for external use which is working fine but for access from internet we have to the address likehttps://orgname.domainname.com:444i want it so we dont need to put the port in...
View ArticleChanging the size of the Lookup Web Dialog in CRM 2011
Hi GuysWhen I lookup and Account or Contact, I get the Lookup - Web Dialog window load. It's orientation is Portrait but I would like to make it load landscape so I can view for fields/columns without...
View ArticleCRM 2011 + Hyper link in Email template body?
Hi All,I want to generate an hyper link to email template. I am calling the email template from custom workflow, so crm users can easily modify the mail contents through template.To insert an hyperlink...
View Article'Contact' entity doesn't contain attribute with Name =
The below is the code that I am using in my workflow but when I run it I keep getting the following error:"'Contact' entity doesn't contain attribute with Name = "In my code I am reading in teh last 9...
View ArticleActive Directory a Prerequisite ?
Hi, I'm trying to install a Server 2013 on a virtual machine (Windows Server 2008 R2). As it is just a VM I don't want to run Active Directory on that server, rather just use a workgroup.In the keys...
View ArticleInternal Server Error in crm 2013
Hi, when i get lookup attribute value Internal server error occurred. Please tell me how to resolve my issuehere is my script function GetEmail() { var EntitySchemaname="new_datacentreSet";// may be...
View ArticleCRM 2013 WebService Batch Program
Hi, We have one batch program written using CRM WebService for CRM 4.0 which sync accounts/contact everyday from other system to CRM system.Now we need to change CRM Batch program top work with CRM...
View ArticleTips & Tricks for SolutionPackager
After years of CRM development, I am finally looking into the SolutionPackager tool to see how we can use it with (or to replace) our development tooling. I'm wondering if others have found it to be...
View ArticleConnector for CRM
Does the Connector for Dynamics have the capability of integrating with Oracle or is is strictly for use in integrating from one Microsoft dynamics product to another?We have a 3rd party ERP /Oracle...
View Articleunsaved changes for programmatically created contact
Working with CRM 2011, on premises, with C# extensions.If I create a new Contact programmatically, it seems to work aok. If I then open that new entity record and then try to close it, CRM says I have...
View ArticleAutopopulate Fields based on values from another entity
Hi,I’m working to write a javascript that has requirement as below:1. On entity “SystemUser”, we created a lookup field ‘primary team name’ which is a N-to-1 relation with the “Team” entity2. in Task,...
View ArticleUpdating existing records by importing data with the SDK and option:...
I'm trying to import a CSV file to update existing records. Right now I get "The File Type is Invalid" whenever this runs.I'm basing this off the example code in:...
View ArticleGetting InvalidValueForFileType for update using importfile API
I am using sdk to import data into Dynamics CRM online. I used import with ImportModeCode set to Create and imported all the records just fine. The problem starts when I use the same code to update...
View ArticleCreate Multiple Records in CRM
Hello I have the following entities with the following relationships A. Entity1 -> 1:N to B -> 1:N to C B. Entity2 (FKey A) -> 1:N to D -> N:1 to A C. Entity3 (FKey A) -> 1:N to D ->...
View Article