No announcements
Found 317130 threads
-
0 Votes
Create Account Record with Lookup Field Value using Web API
Looks like you'll need to do something like this: var entity = {}; entity.name = "Test32432"; entity["customerid_account@odata.bind"] = ...Answered | 1 Replies | 1586 Views | Created by Xin Jin-TO - Monday, June 20, 2016 2:57 PM | Last reply by JLattimer - Monday, June 20, 2016 4:39 PM -
1 Votes
significance of creating a lookup field in relationship
for the above example I will create 2 1:N relationships between contact and account and put the lookup field on account entity.Answered | 3 Replies | 2782 Views | Created by Rajan.Panchal - Monday, July 16, 2012 4:43 PM | Last reply by Amreek Singh - Tuesday, July 17, 2012 2:03 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 | 3776 Views | Created by dora_san - Sunday, August 28, 2011 12:56 PM | Last reply by dora_san - Monday, August 29, 2011 3:23 AM -
0 Votes
HTML Web Resource - Lookup Field
I hadn't thought of that approach and instead was purely thinking about how to create a lookup field within an HTML web resource.Answered | 7 Replies | 4116 Views | Created by John Fab - Wednesday, October 12, 2011 8:31 AM | Last reply by John Fab - Wednesday, October 12, 2011 2:00 PM -
0 Votes
auto increment field value number on selecting specific account in lookup field
Hi, can u help me with the exact syntax for a plugin i can use for incrementing a field by 1 for everytime i select "account1" in the ...Answered | 3 Replies | 1017 Views | Created by Amy.4 - Wednesday, April 23, 2014 9:19 AM | Last reply by [MVP] Alessandro Graps - Thursday, April 24, 2014 7:04 AM -
0 Votes
Inserting values into lookup field
Trying to create a custom entity record.Answered | 2 Replies | 5851 Views | Created by bivanise - Monday, September 28, 2009 10:19 AM | Last reply by Geckonet - Friday, September 23, 2011 8:15 AM -
0 Votes
Share CRM record- Onchange of Lookup field?
If you are much concerned on development, you can use this activity to share your record when the attribute is changed.Answered | 3 Replies | 4451 Views | Created by Arun Lal Prasanth - Friday, October 22, 2010 5:51 AM | Last reply by ArvindSingh - Friday, October 22, 2010 7:25 AM -
0 Votes
multi value lookup field
/* Setting Multi Lookup Option for Lead */ document.getElementById('new_leadid').setAttribute("lookuptypes", "4,2"); ...Answered | 4 Replies | 3832 Views | Created by Nagaraju.Padala - Thursday, August 2, 2012 10:31 AM | Last reply by anwar.noori - Monday, August 6, 2012 9:55 AM -
0 Votes
Account lookup value from a custom entity to cutomer lookup
Presuming you are using JavaScript you can get the lookup field values by using crmForm.all.Answered | 1 Replies | 7210 Views | Created by A L B Y - Thursday, April 1, 2010 6:43 PM | Last reply by Ranko Marinić - Thursday, April 1, 2010 9:06 PM -
0 Votes
lookup field
url - this will help you create emulation of regarding field.Answered | 3 Replies | 5478 Views | Created by kishanraj - Monday, July 20, 2009 4:29 AM | Last reply by Andrii Butenko - Monday, July 20, 2009 6:07 AM -
0 Votes
Importing entities with GUIDS and lookup fields
therefore remove those columns.Answered | 4 Replies | 6630 Views | Created by Lisa L.B. _ - Thursday, March 19, 2009 3:25 PM | Last reply by Lisa L.B. _ - Thursday, March 26, 2009 2:10 PM -
1 Votes
Account lookup get multi value back to opportunity
Hi You have to use JScript and ODATA JQuery/REST endpoints Please refer the following ...Answered | 1 Replies | 2787 Views | Created by Abdelsalam Aldwikat - Wednesday, December 14, 2011 5:11 PM | Last reply by Thomas Thankachan - Thursday, December 15, 2011 3:14 AM -
1 Votes
accessing lookup field in javascript
thanks very much - yes, i'm just reading the value and using it in the case number field; not setting it.Answered | 5 Replies | 8094 Views | Created by geeky girly - Friday, January 29, 2010 6:30 PM | Last reply by elizas - Friday, April 23, 2010 1:41 PM -
1 Votes
Remove lookup field value via web-service doesnt work!
what other language would a sane person use?Answered | 9 Replies | 6067 Views | Created by Jake Watkins - Wednesday, May 27, 2009 8:52 PM | Last reply by Jake Watkins - Monday, June 1, 2009 9:47 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 | 7398 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
Populating lookup field during import so it links to other record in CRM
Hi Matthijs, if you are using a custom data map CRM will not populate lookup fields; you need to use an automatic map.Answered | 5 Replies | 4771 Views | Created by Matthijs Vogelenzang, HiiL.org - Thursday, August 19, 2010 7:03 AM | Last reply by Matthijs Vogelenzang, HiiL.org - Thursday, August 19, 2010 9:39 AM -
1 Votes
Workflow that fills in lookup field for matching value
You will need to develop a custom workflow assembly that accepts the email address as an input parameter and returns the account as an output parameter.Answered | 2 Replies | 1562 Views | Created by CRMuser123 - Thursday, April 25, 2013 10:18 PM | Last reply by Sam - Inogic - Friday, April 26, 2013 5:03 AM -
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 | 10655 Views | Created by Newbie CRM - Wednesday, July 27, 2011 2:34 AM | Last reply by CRM elite - Thursday, August 25, 2011 12:25 AM -
0 Votes
Creating a Lookup Field as an Attribute
If you already created the relationship, you will find the attribute of the type lookup in the n-Entity.Answered | 1 Replies | 6764 Views | Created by Dave0109 - Tuesday, February 16, 2010 4:59 PM | Last reply by ckeller - Tuesday, February 16, 2010 5:03 PM -
0 Votes
Using a lookup field on a dialog?
Hi, It is not possible to use a lookup field on a dialog.Answered | 2 Replies | 3411 Views | Created by CRMBE - Friday, September 23, 2011 9:48 AM | Last reply by CRMBE - Friday, September 23, 2011 10:40 AM - Items 1 to 20 of 317130 Next ›
No announcements