No announcements
Found 329428 threads
-
1 Votes
How to get data for a lookup field using jquery?
This is great for basic text fields.Answered | 3 Replies | 5223 Views | Created by nmathur - Tuesday, February 7, 2012 11:02 AM | Last reply by jd_hancock - Tuesday, October 29, 2013 1:09 PM -
0 Votes
How to set value for lookup field
I have tested through 100 times with changing values and all.Answered | 6 Replies | 2314 Views | Created by Ketan Pimple - Monday, May 12, 2014 4:07 AM | Last reply by Ketan Pimple - Monday, May 12, 2014 11:45 AM -
0 Votes
Set lookup field value
Hi, try this: var lookup; var lookupitem; if (crmForm.all.Answered | 1 Replies | 5524 Views | Created by XoliswaM - Tuesday, May 24, 2011 1:56 PM | Last reply by Julio Luque Cuba - Tuesday, May 24, 2011 2:21 PM -
2 Votes
How to set a value to the lookup field creating the record.
You first need to add the attributes to your "new_originalentity" before you can assign a value with createEntity.Attributes.Add....as described by Amreek.Answered | 3 Replies | 3679 Views | Created by dora_san - Sunday, August 28, 2011 12:56 PM | Last reply by dora_san - Monday, August 29, 2011 3:23 AM -
1 Votes
set lookup values depenting on two option field value.
can i create 8 value in a lookup by using this script?Answered | 9 Replies | 4259 Views | Created by Ahmet Çankaya - Wednesday, November 2, 2011 11:31 AM | Last reply by Ahmet Çankaya - Thursday, November 3, 2011 12:55 PM -
0 Votes
Java to set lookup value to related entity field...which is also a lookup
You have two lookups in your entity3 and want to populate entity1's lookup value automatically based on the entity2 lookup selected (with the ...Answered | 2 Replies | 4313 Views | Created by Basquiat - Monday, May 14, 2012 12:14 PM | Last reply by _Vikram - Monday, May 14, 2012 1:03 PM -
1 Votes
how to Set Default "Look For " field for lookup view
Im not looking for default lookup ..Answered | 6 Replies | 2649 Views | Created by mc.gem - Thursday, May 2, 2013 12:38 PM | Last reply by VidhiyaM - Monday, May 6, 2013 8:57 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 | 5903 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 -
0 Votes
multi value lookup field
/* Setting Multi Lookup Option for Lead */ document.getElementById('new_leadid').setAttribute("lookuptypes", "4,2"); ...Answered | 4 Replies | 3664 Views | Created by Nagaraju.Padala - Thursday, August 2, 2012 10:31 AM | Last reply by anwar.noori - Monday, August 6, 2012 9:55 AM -
1 Votes
Set Lookup Value Using JavaScript
Hi, "entityType" needs to be set to the schema name of the "terriroty" not "account" entity.Answered | 4 Replies | 2323 Views | Created by Saroj kumar Das - Thursday, January 10, 2013 1:48 PM | Last reply by Saroj kumar Das - Thursday, January 10, 2013 2:08 PM -
0 Votes
Set a Lookup from a text field using workflow
<o:p></o:p> What I want to do is the reverse of that - so I want to use a workflow to take an existing text field value and use it to ...Answered | 2 Replies | 3681 Views | Created by Anita White - Monday, August 13, 2012 1:55 PM | Last reply by Anita White - Monday, August 13, 2012 2:28 PM -
0 Votes
lookup fields and fields with multiple values
Hi Tracy, assuming that you just need a simple multi-selection field, you have a couple of options: A checkbox for each option -- best when there are only a few options.Answered | 1 Replies | 7299 Views | Created by Tracy Mangin - Wednesday, April 7, 2010 3:10 PM | Last reply by Neil Benson - Wednesday, April 7, 2010 3:16 PM -
0 Votes
Jscript: set lookup field
You can force the new value, but this is mostly used whenever you want to change a readonly field and save the change into the database.Answered | 3 Replies | 6517 Views | Created by Jan Klode - Thursday, March 19, 2009 3:16 PM | Last reply by Daniel Middel - Friday, March 20, 2009 8:21 AM -
0 Votes
Inserting values into lookup field
I have created a windows service that can connect and create the CRM custom entity record but only if I hard code the GUID's for the lookups.Answered | 2 Replies | 5755 Views | Created by bivanise - Monday, September 28, 2009 10:19 AM | Last reply by Geckonet - Friday, September 23, 2011 8:15 AM -
1 Votes
how to get the lookup field value back
It is a lookup field..Answered | 10 Replies | 1897 Views | Created by ReignFan - Thursday, September 25, 2014 7:11 PM | Last reply by ReignFan - Monday, September 29, 2014 1:19 PM -
2 Votes
How to set lookup field while using Xrm.Utility reference
How to set an optionset field value in case manager.Answered | 8 Replies | 1507 Views | Created by Ashok Ginjupalli - Thursday, January 9, 2014 11:41 AM | Last reply by Andrii Butenko - Thursday, January 9, 2014 5:43 PM -
0 Votes
Set a value for a lookup field on header when onload form in crm
You can put the Lookup on the form too, fill in your deafult value (maybe with the code ive posted above) and set it as invisible on the form.Answered | 7 Replies | 3125 Views | Created by AnyMi - Monday, April 15, 2013 4:44 AM | Last reply by MaH85 - Monday, April 15, 2013 7:40 AM -
0 Votes
javascript to get values from a lookup field
Hi, You can use OData with JSON to get the related values from lookup field.Answered | 5 Replies | 5889 Views | Created by 1789 - Saturday, February 16, 2013 12:50 PM | Last reply by Aric Levin - Monday, February 18, 2013 9:06 AM -
1 Votes
How to populate the lookup field value in to text field, OnChange event of lookup field ?
Here is an example on how it works [OnChange of your lookup attribute] var lookupItem = new Array; // This will get the ...Answered | 2 Replies | 5827 Views | Created by Singapuram Srikanth - Saturday, September 11, 2010 10:02 AM | Last reply by Amarsen Vangoor - Saturday, September 11, 2010 1:49 PM -
0 Votes
Late bound insert value to option set and lookup field/attribute?
Hi, I need to read a field of type OptionSet from one Opportunity and create another opportunity record with same Optionset Field value.Answered | 6 Replies | 10373 Views | Created by Newbie CRM - Wednesday, July 27, 2011 2:34 AM | Last reply by CRM elite - Thursday, August 25, 2011 12:25 AM - Items 1 to 20 of 329428 Next ›
No announcements