how 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 ArticleGet primary fields from EntityCollection
I have an EntityCollection in my plugin, that I want to loop through and get all the primary field values. In my case: Resources on Service Appointment. Is there a good way?Something...
View ArticleExceptions trying to retrieve a list of CRM organizations
Hi! I'm trying to retrieve a list of the CRM orgs existing in a CRM server. I can accomplish thatJUST in the CRM server AND logging as a deployment admin with this...
View ArticleCRM 2011 Get Record's Owner's Territory and display in in form header
Hi.I need to get the Territory of the Owner of the current record and display this information on the form header.No problem retrieving the Owner's Territory (or any other Owner's info) but if I use a...
View ArticleNeed to know how to insert a link to a dialog in a workflow email in CRM 2011
I have created a workflow that creates a CRM Email. In the body of the email I want to place a link to a Dialog. However the URL that I have for the dialog when clicled gives me the below error. I want...
View ArticleHow to get current user Business Unit Details in CRM 2011 using C# Plugin
Hi,How to get the details of "Business Unit" of current Loggedin user in CRM 2011 using C# Plugin.Thanks,Kranthi
View Articleset two users to bcc in email activity
hi everyone,i use crm 2011 and i want to set 2 user's to bcc when email activity is load. i can set one user but i couldnt set two users at the same time.here is my code://bcc var value2 = new Array();...
View ArticleSet user lookup with logged in user's Manager
Hi,I have a lookup of type user.I want to set this lookup prefilled with the manger for the looged in user.Manger is already set for the user.
View ArticleHow to parse date "2015-05-12T07:00:00Z" to "MM/dd/yyyy" format
HiWhen i am retrieving date using soap end point, I am getting date in format "2015-05-12T07:00:00Z" .Could any one tell me how to parse this date format in "MM/dd/yyyy" in my html web resource.Thanks...
View ArticleCRM 2011 Java Code to get user name
I have some java script that I need to check the current user id in. I have read the posts that I have found on this site and I can not get them to work. Here is what I currently have:function...
View ArticleCreating Organization in CRM 2011 using deployment.svc
Hi All,I've seen a few people have faced problems while creating an organization using Deplyoment wcf service. I'm getting the following error :The Deployment Service cannot process the request because...
View Article2011 Online - Make field required based on another field containing data
I want to make a field required based on whether or not another field contains data.I found code for making a field required based on options in a picklist or lookup field. The field I want to based...
View ArticleHow to set Default value for Time in Date and Time Field
Hi ,Could someone pls tell me how can i set default value for time in Date and Time Field.
View ArticleCRM 2011 - How do you create a customer address entity record?
I have a plug-in that attempts to create a customeraddress record. The parent of the customeraddress is an account. The below returns an exception. Please help! private static void...
View ArticleProblem using QueryMultipleSchedulesRequest in Javascript
Hello,I have problem using a soap call in Javascript. What I am trying to do is use the QueryMultipleSchedules message to evaluate the availability of a group of resources (stored in Array). I've...
View ArticleCRM 2011: How can I show a hidden web resource using JScript?
Quick one: How can I show a hidden web resource using JScript?I triedXrm.Page.ui.controls.get("WebResource_name").setVisible(true);but it didn't work...Thanks for the help!P.
View ArticleHiding a Webresource label Using Javascript
I have to Hide and show a web resource ..after some research i figured there is no way in XRM and CRM 2011 to do it directly .. so wrote a Javascript method to do it..But the problem now is .. I have a...
View ArticleChange default view for PartyList type field.
In the Phone entity (CRM 2011) the Recipient field is of type "PartyList". When clicking on the dialog lookup it defaults to "Accounts" and I would like it to default to "Contacts". Is there a...
View ArticleonChange Undefined Error
Dear Gents,After i apply the Rollup 13 for MSCRM 2011 i start getting an error whenever i change any project status and thus the Project Status percentage is still the same.The Error says "There was as...
View ArticleCan't update record with javascript. what am I doing wrong?
I'm trying to update a record using the XRMSVCTOOLKIT, I keep getting an error that the record was not found, but looking at the ConnectionSet entity, I can see my record with the GUID is there, but it...
View Article