No announcements
Found 336838 threads
-
0 Votes
How to have same attribut value from quotedetail to salesordetail
I think there is already a relationship between quotedetail and salesorderdetail, and you can add a mapping for your attribute to that relationship.Answered | 3 Replies | 1625 Views | Created by dc74 - Wednesday, April 23, 2014 3:00 PM | Last reply by dc74 - Wednesday, January 28, 2015 10:06 AM -
1 Votes
Add multiple quotedetails
I'd look into a grid-style entry utility; you could make one with Silverlight, or find a commercial solution from the Dynamics Marketplace.Answered | 2 Replies | 2819 Views | Created by pezi179 - Wednesday, December 21, 2011 2:06 PM | Last reply by DavidBerry - Monday, January 2, 2012 11:17 PM -
0 Votes
Unable to retrieve quotedetails at review of quote
Also I would suggest to change your code to make it lighter and more readable in following way: string fetch = string.Format(@" <fetch mapping='logical'><entity ...Answered | 2 Replies | 1003 Views | Created by VineetReloaded - Sunday, September 20, 2015 10:25 AM | Last reply by VineetReloaded - Tuesday, September 22, 2015 5:09 AM -
1 Votes
Remove a product item from quotedetail
so you need to chnage status back to draft first and then delete it..check out following article for the same.Answered | 2 Replies | 5231 Views | Created by CRM2500 - Wednesday, August 18, 2010 2:58 AM | Last reply by Mayank Pujara - Wednesday, August 18, 2010 8:50 AM -
1 Votes
CRM 2011 - quotedetail - dictionary error
Your entity definition may have the attribute "new_product" but that does not meain it is available in your plugin.Answered | 7 Replies | 5302 Views | Created by ePartners UK - Monday, April 25, 2011 11:57 AM | Last reply by ePartners UK - Monday, April 25, 2011 1:51 PM -
0 Votes
QuoteDetail with more addresses
I still have the same problem though.Answered | 7 Replies | 5101 Views | Created by Terje BK - Wednesday, September 22, 2010 1:32 PM | Last reply by Donna Edwards - Thursday, October 28, 2010 9:49 AM -
0 Votes
Quote - QuoteDetail From PriceLevel
When I choose a pricelevel, I'd like all products from the pricelevel to become quotedetails in the quote.Answered | 2 Replies | 7612 Views | Created by Maciej Pakulski - Tuesday, July 21, 2009 6:59 AM | Last reply by Maciej Pakulski - Wednesday, July 22, 2009 6:45 AM -
0 Votes
Add items to quotedetails
You're not allowed to set a unit on a quotedetail if you are using an existing Product AFAIK.Answered | 6 Replies | 1205 Views | Created by Matt_H_UK - Friday, October 9, 2015 2:51 PM | Last reply by Rickard Norström - Tuesday, November 3, 2015 4:45 PM -
0 Votes
CrmRestKit - Create - QuoteDetail
Source Code: oRecord = { QuoteId: ...Answered | 2 Replies | 4124 Views | Created by Ernest Geyskens - Wednesday, May 2, 2012 12:31 PM | Last reply by Ernest Geyskens - Thursday, May 3, 2012 7:21 AM -
0 Votes
Is it possible to map the same field customered between quotedetail and salesorder details
Hello, all Is it possible to map the same field customered between quotedetail and salesorder details?Answered | 2 Replies | 5411 Views | Created by Pentium.lan - Thursday, September 2, 2010 1:30 PM | Last reply by Pentium.lan - Thursday, September 2, 2010 2:07 PM -
0 Votes
CRM 2011: Mapping Custom Attributes Quotedetail to Salesoderdetail managed Solutions
Hello, I have added some custom attributes at Quotedetail and Salesorderdetail in my solution in MS CRM 2011.Answered | 4 Replies | 8401 Views | Created by Waldemar Kasper - Thursday, April 14, 2011 8:42 AM | Last reply by Gonzalo Ruiz R - Friday, May 18, 2012 12:10 PM -
1 Votes
CRM 4.0: Map custom fields of quotedetails to salesorderdetails
Here is how to do this in Microsoft Dynamics CRM 4.0 Online and in the new 2011 Online ...Answered | 8 Replies | 10644 Views | Created by jux01 - Thursday, February 7, 2008 6:13 PM | Last reply by Jamie Miley - Wednesday, December 8, 2010 7:04 PM -
1 Votes
Retrieve attributes values from entity calling plugin
I know it's a change of subject but since you mentioned it in your code and I'm looking for it, how can we read the text value of the optionset?Answered | 7 Replies | 21866 Views | Created by ms_crm - Wednesday, November 23, 2011 10:13 AM | Last reply by ms_crm - Tuesday, November 29, 2011 9:46 AM -
3 Votes
is it possible to convert a custom field from quote product to order-product
Just to clarify, if I need to generate the mapping for quotedetail to orderdetail, then I would change the jscript " <q1:Value ...Answered | 12 Replies | 4539 Views | Created by CRM elite - Wednesday, August 31, 2011 2:59 PM | Last reply by Jamie Miley - Saturday, September 17, 2011 4:55 PM -
1 Votes
making one attribute inherit the value of another in the same entity
If you want to use JavaScript you will have to have both fields on the form.Answered | 6 Replies | 5458 Views | Created by pmdci - Sunday, February 15, 2009 10:33 AM | Last reply by Leon Tribe - Sunday, February 15, 2009 9:39 PM -
0 Votes
Putting values from dropdown lists into a nvchar attribute
I tried to also pick up a value från another nvchar attribute, but i guess theres something else which needs to be done becuase i recived ...Answered | 4 Replies | 5249 Views | Created by jandersson_ - Thursday, February 11, 2010 8:40 AM | Last reply by jandersson_ - Thursday, February 11, 2010 2:17 PM -
1 Votes
Incorrect Attribute Value
I have an idea how to make your solution work: I believe that you invoke an update of your record (to initiate a plugin) with simple settings of a field to ...Answered | 13 Replies | 3341 Views | Created by Kerl_J1310 - Wednesday, July 22, 2015 9:59 AM | Last reply by Andrii Butenko - Wednesday, July 22, 2015 2:15 PM -
0 Votes
How to Clear the values of Lookup attribute
you can just use Xrm.Page.getAttribute("lookupattribute").setValue(null); but if the field is read-only you need to add also this ...Answered | 1 Replies | 733 Views | Created by Sreenath Medikurthi - Wednesday, July 30, 2014 4:45 AM | Last reply by Guido Preite - Wednesday, July 30, 2014 6:01 AM -
0 Votes
Attribute and field value
Andriy's blog has some great examples of how to use fetchxml, and I also have a post on how to get a lookup entity on my blog that you may find useful.Answered | 3 Replies | 5662 Views | Created by Elena Sergeeva - Thursday, October 29, 2009 5:05 PM | Last reply by Carlton Colter - Friday, October 30, 2009 1:05 AM -
0 Votes
Change attribute value in plugin
Hi boris37, I face the same problem today.Answered | 3 Replies | 5596 Views | Created by boris37 - Monday, January 11, 2010 9:52 PM | Last reply by boris37 - Thursday, January 14, 2010 5:06 PM - Items 1 to 20 of 336838 Next ›
No announcements