Custom Mobile Application Development for CRM 2011
Hi, We are trying develop first time a custom mobile application using the below1. Visual Studio - Windows Mobile Express 7.12. Assemblies from CRM 2011 SDK3. <Server...
View Articleusing CrmDiscoveryService to consume custom asmx from ISV folder in a IFD CRM
Im trying to consume this service from an external machine across the internet. I need to pass the credentialsbecause it keeps moving to the sign inpageI found most of documentation here using...
View ArticleCRM 2011: Get empty fields in fetchxml response
Hi all,Is there anyway to get empty fields in a fetch xml query response using javascript ?Best regards..
View Articlelogged Full user name javascript
How to get Full User name in ms CRM 2011 using Javascript??hussain
View ArticleError: Cannot obtain Metadata from...
Hi,I try to implement this tutorial below. I want to connect Sharepoint 2010 online with CRM 2011...
View Articleconsuming amsx web service hosted on crm isv
i have a custom service inside my isv folder and I can access it though the browserbut how can I consume it on a WinForm application?im having problem with the authenticationafter adding web reference,...
View Articlepassing CRMtoken to custom isv asmx service reference
I've got to this point the code access the discovery and returns a ticked, but how do I pass the ticket to a non crm service, on this case just an asms on my crm's isv folder?the code below retrieves...
View Articlehow to call a Workflow Dialog without the Browser toolbar?
Hi allAs mentioned in the title i would like to hide the whole toolbar section of the Browser (see pic below).Also the Application mode seems not to be very helpful.Therefore im still searching for a...
View ArticleHow can i create case in crm through sharepoint from
Hi, I want to create a case in microsft dynamics CRM in through sharepoint from. In my company every one is using share point. I want to give them a from in Sharepoint through that user can create its...
View ArticleAsynchronous plugin - delete running as "system" user
Hi,This is a similar question to the following thread: http://social.microsoft.com/Forums/en-US/crmdevelopment/thread/016b7e05-7d84-416f-8e71-159c9782d36fIn CRM 2011 online I have an asynchronous...
View ArticleHelp in correcting the code
Hi all, try { if (AuthenticateCRM()) { CrmSdk.BusinessEntityCollection multiretrieved =...
View ArticleCan we register same plugin on more than one entity?
Hello, I want to register the same plugin for 2 entities is it possible ?
View ArticleHow to set the default currency?
On one of my custom form, I have a money fields, but I cannot set them without getting the following error:A currency is required if a value exists in a money field. Select a currency and try...
View ArticleAnyone know how to append with Javascript?
Just tried this and it doesn't work:var seconds = new Date().getTime() / 1000; var type = "CAS"; var ID = type + "-" + seconds;Xrm.Page.data.entity.attributes.get("new_ID").setValue(ID);anyone know...
View ArticleOptimised Domain Controller setup for dev machine
Hi there,Although my CRM2011 install is on a fast machine with a SSD, It takes around 55 seconds to boot, mainly due to the Domain Controller also being on the same machine. Boot was rapid before I...
View ArticleDisplay User Roles on CRM textfield
I have to get the Security roles of the logged-in user, now after getting the security role/s, i have to display the role/s in a single textfield? how can i accomplish this thru javascript?Note: i got...
View ArticleError in Plugin "Need to start a transaction before commit"
Hi All,I've a plugin which is registered in synchronous mode.This plugin is getting fired on create of a custom entity and updates another custom entity.I am getting below error while running this...
View ArticlePlugin Registration for CRM online
Hi All,Iam getting error while connecting to ms crm online version..Error: Unhandled Exception: System.ServiceModel.Security.MessageSecurityException: An unsecured or incorrectly secured fault was...
View ArticleHow to run a portal website in crm 2011 how?
Hello Experts,I copied customer portal website using website copy tool.but How I run that website in crm 2011.I copied successfully.i want run home page that website there is no link I found incrm how...
View ArticleCRM 4.0 IFD Authentication from a custom aspx page
Hi,At the moment we use the standard windows authentication with our custom application (which uses the sdk assemblies), I am trying to authenticate in an IFD scenario from a custom aspx page. I used...
View Article