No announcements
Found 218040 threads
-
0 Votes
CRM 2011 C#: Setting an Option Set Field
Our Website| Our Blog | Follow US | My Facebook Page | Microsoft Dynamics CRM 2011 Application Design ...Answered | 4 Replies | 3729 Views | Created by Mike Karls - Tuesday, July 8, 2014 5:00 PM | Last reply by HIMBAP - Wednesday, July 9, 2014 2:27 AM -
2 Votes
CRM 2011 - multiple option set field type
Please refer to this article http://mscrmmindfire.wordpress.com/2013/05/01/crm-2011-multi-pick-list/Answered | 5 Replies | 4899 Views | Created by JBarley - Monday, January 23, 2012 3:14 AM | Last reply by Sukant Shekhar Dev - Thursday, May 2, 2013 8:41 AM -
2 Votes
CRM 2011 - How to use Options Set Field in Plugins (C# code)
You have to first define the optionset value i.e OptionSetValue Test1 = new OptionSetValue(100000000); ...Answered | 6 Replies | 12594 Views | Created by itsgonabeme - Monday, November 7, 2011 5:43 PM | Last reply by itsgonabeme - Monday, November 21, 2011 10:55 PM -
2 Votes
CRM 2011 - Dependent Options Sets | JS knowledge
Viktor, here's one free Silverlight solution for creating dependent option ...Answered | 4 Replies | 2661 Views | Created by viktor.j - Thursday, April 11, 2013 9:34 AM | Last reply by viktor.j - Friday, April 12, 2013 2:52 PM -
1 Votes
CRM 2011- Global Option Set
Don't know ho many records or option set values you have, but you don't necessarily have to write code.Answered | 2 Replies | 5814 Views | Created by myCRMGuy - Sunday, September 11, 2011 7:54 PM | Last reply by Jehanzeb.Javeed - Sunday, September 11, 2011 10:13 PM -
0 Votes
Concatanate an Option Set - CRM 2011
if you don't use the solution prefix set the value for year as (2010 = 2010, 2011 = 2011, ...) month as (January = 0, February = 1, ...) or (January = 1, ...Answered | 5 Replies | 2031 Views | Created by Lee Mather - Friday, April 26, 2013 12:33 PM | Last reply by Lee Mather - Friday, April 26, 2013 1:27 PM -
1 Votes
CRM 2011 Plugin: Set Option Set Value
I'd put the combination of the code Paul put together with the one I posted in the check where you set the optionset on the updated object.Answered | 11 Replies | 2683 Views | Created by II2712a1 - Monday, July 13, 2015 1:08 PM | Last reply by II2712a1 - Wednesday, July 15, 2015 4:31 PM -
0 Votes
Fill in field on a Option Set
No - but if you have a list of values and you only want to display some of them for a given set of criteria, you can use JavaScript to add and remove any pre-defined option ...Answered | 1 Replies | 2426 Views | Created by JeremyD1 - Thursday, August 30, 2012 12:46 AM | Last reply by JLattimer - Thursday, August 30, 2012 3:07 AM -
0 Votes
CRM 2011: Set Currency in JavaScript
In case anyone else runs in to this I now retrieve the currency details from CRM to get the symbol and apply this as posted above.Answered | 4 Replies | 77381 Views | Created by Luke Hopton - Tuesday, August 30, 2011 4:36 PM | Last reply by Luke Hopton - Wednesday, August 31, 2011 10:12 AM -
0 Votes
CRM 2011 - Audit a set of fields for an Entity
If you double click on one of the records - the resulting screen will show all the field updates made during that update of the record.Answered | 5 Replies | 3128 Views | Created by lana7220 - Tuesday, April 3, 2012 4:23 PM | Last reply by JLattimer - Tuesday, April 3, 2012 5:06 PM -
0 Votes
How to get the value of look up, option set and two option fields using asp.net in dynamics crm 2011?
Hi, Please check this.Answered | 1 Replies | 2557 Views | Created by Ali Mohsin_ - Tuesday, June 11, 2013 11:41 AM | Last reply by _Vikram - Tuesday, June 11, 2013 12:14 PM -
0 Votes
text field to option set
Instead of deleting contacts and re-importing - could you export using the option to make the records available to re-import and then update the new field and then re-import?Answered | 1 Replies | 1463 Views | Created by DavidP123 - Monday, August 19, 2013 1:36 PM | Last reply by JLattimer - Monday, August 19, 2013 1:51 PM -
0 Votes
how to set default vaules in description field of email form in crm 2011
Hi, I did it by setting a default template Signature for Description field.Answered | 3 Replies | 3726 Views | Created by mrpathan - Tuesday, September 4, 2012 8:38 AM | Last reply by mrpathan - Saturday, September 8, 2012 7:36 AM -
0 Votes
CRM 2011 form not allowing users to select Option Sets
We have an intermittent issue with our CRM 2011 (RU 5 on the server and Outlook clients) whereby CRM forms (can happen on various entities) will appear not to allow users to ...Answered | 2 Replies | 2972 Views | Created by MSCRM MAN - Tuesday, January 24, 2012 4:27 PM | Last reply by MSCRM MAN - Wednesday, January 25, 2012 9:59 AM -
3 Votes
Set a lookup field based on value in another field onload (CRM 2011)
Hi Pål-A, You could try this: function prefillLookup() { var lookupField = ...Answered | 2 Replies | 6002 Views | Created by Pål-A - Thursday, August 25, 2011 9:03 PM | Last reply by Pål-A - Friday, August 26, 2011 7:00 AM -
2 Votes
Required Field in Crm 2011
Hi, Without coding it is not possible, instead of that you can put all values in Option Set (picklist) and make it has dependent picklist.Answered | 2 Replies | 3161 Views | Created by Negin_ - Thursday, September 13, 2012 5:57 AM | Last reply by SuryaMSCRM - Thursday, September 13, 2012 6:56 AM -
2 Votes
Option Sets
I had and still have the field set to "business required" and default option to unassigned value.Answered | 3 Replies | 2115 Views | Created by exzavier - Monday, February 25, 2013 8:46 PM | Last reply by exzavier - Tuesday, February 26, 2013 9:08 PM -
0 Votes
CRM 2011- add new option set value programatically to an existing option set
Use the InsertOptionValueRequest - note that you'll need to use a PublishXmlRequest as well if you want to make this available to usersMicrosoft CRM MVP - ...Answered | 1 Replies | 3973 Views | Created by Kar Pallavi - Thursday, August 1, 2013 1:42 PM | Last reply by DavidJennaway - Thursday, August 1, 2013 3:52 PM -
1 Votes
how to set a radio button - CRM 2011 online
Follow me on Twitter My Facebook Page Microsoft Dynamics CRM 2011 Application Design Make sure to ...Answered | 13 Replies | 3339 Views | Created by Patrick.I - Wednesday, February 27, 2013 6:46 AM | Last reply by Payman Biukaghazadeh - Friday, March 1, 2013 6:58 AM -
18 Votes
MS CRM 2011 Javascript ( Set a datetime field to current date )
Suppose if i take an Option set , this will contain 3 values - A, B, C.Answered | 12 Replies | 50276 Views | Created by haris setiawan - Tuesday, August 16, 2011 5:31 AM | Last reply by Kunal.Mehta - Tuesday, March 19, 2013 7:17 AM - Items 1 to 20 of 218040 Next ›
No announcements