No announcements
Found 368188 threads
-
1 Votes
Cloning parent and children entities
I do something similar ...Answered | 3 Replies | 5466 Views | Created by apfrehm - Tuesday, December 8, 2009 5:33 PM | Last reply by apfrehm - Wednesday, January 27, 2010 6:36 PM -
0 Votes
How do I programmatically access a PARENT ENTITY starting from one of its CHILDREN (using Microsoft.Xrm.Sdk) ?
You can query for it manually, or you can pass it into your Plugin using Entity Images, which are a component of Plugin Step registration.Unanswered | 1 Replies | 1311 Views | Created by Vince_sca - Wednesday, July 3, 2013 1:52 AM | Last reply by DavidBerry - Wednesday, July 3, 2013 2:20 AM -
3 Votes
how do i access a child entity from a parent entity (Parental Relationship) via an update plugin
Check these also:- http://social.microsoft.com/Forums/en/crmdevelopment/thread/765fee1d-9453-4090-ad85-7ea24e8480aa // The following code example ...Answered | 4 Replies | 7886 Views | Created by mrdialect2009 - Thursday, April 7, 2011 3:57 PM | Last reply by Israel Gujjarlapudi - Thursday, May 19, 2011 8:01 PM -
0 Votes
Parent and children accounts question
But don't forget that mappings only do anything when you first create a child record from inside the context of the parent.Answered | 4 Replies | 3324 Views | Created by dccrm - Tuesday, February 28, 2012 2:23 PM | Last reply by Adam Vero - Tuesday, February 28, 2012 11:48 PM -
0 Votes
How can I know when the one to many relationship the associated entity data is saved, and I can make change for parent entity?
Once again, I'm going to suggest that your approach leaves room for error when it comes to updating prices on the parent entity if the child entity was opened any other way ...Answered | 5 Replies | 5749 Views | Created by abcds - Wednesday, November 4, 2009 5:49 PM | Last reply by DavidBerry - Thursday, November 5, 2009 6:28 PM -
0 Votes
Multiple Parental Behavior to one entity?
The system is limited to a single "Parental" relationship for any entity (there are some exceptions within the system entities, but no exception is afforded ...Answered | 1 Replies | 4413 Views | Created by NewCRM5 - Thursday, November 4, 2010 4:16 PM | Last reply by DavidBerry - Thursday, November 4, 2010 6:38 PM -
0 Votes
Pass value of attributes from one entity(parent) to other entity using plugin CRM 4.0
See example here: http://msdn.microsoft.com/en-us/library/bb955365.aspx For each child, set the date attributes from the parent, ...Answered | 4 Replies | 6650 Views | Created by krunal89 - Tuesday, March 1, 2011 1:48 PM | Last reply by Jonas Rapp - Tuesday, March 1, 2011 3:45 PM -
0 Votes
How to do a child count in a parent entity
Perhaps a slicker solution would be one like this from Jim Wang: http://jianwang.blogspot.com/2008/02/show-how-many-activitieshistory.htmlDave BerryAnswered | 2 Replies | 5676 Views | Created by ebarton - Monday, December 21, 2009 4:44 PM | Last reply by DavidBerry - Monday, December 21, 2009 4:48 PM -
0 Votes
How do I access custom entities from a workflow activity?
Hi, I am afraid dynamic entities are the way to go about it in this case for custom entities.Answered | 7 Replies | 5390 Views | Created by PGB999 - Tuesday, May 11, 2010 6:19 PM | Last reply by PGB999 - Thursday, May 13, 2010 12:23 AM -
2 Votes
Parent-child entity model in CRM 4?
Quote of previous reply: If I have this Parent - Child mapping: How can I display all different child entities in one ...Answered | 9 Replies | 4944 Views | Created by Benno Wyss - Wednesday, July 7, 2010 2:29 PM | Last reply by Jerry Weinstock - CRM Innovation - Thursday, July 15, 2010 6:23 PM -
1 Votes
Accessing Data one Entity Away from the related Entity
If the record you need to access is a parent, no problems.Answered | 2 Replies | 4537 Views | Created by Carren Blackwell - Thursday, June 24, 2010 4:05 PM | Last reply by Leon Tribe - Wednesday, June 30, 2010 7:59 PM -
2 Votes
SSIS Microsoft.XRM.SDK error
After installing VS12 and getting latest from TFS, all my CRM related packages started showing same error even though the reference for Xrm.SDK was there.Answered | 9 Replies | 7809 Views | Created by Pete Newman - Tuesday, June 11, 2013 12:59 PM | Last reply by Amitation - Wednesday, August 9, 2017 5:05 PM -
0 Votes
Add fields from activities to the parent entity views
hi mostafa , yes its its possible to acheive update master field based on all detail records this thru plugIN.Answered | 1 Replies | 2824 Views | Created by Mostafa Moatassem - Saturday, December 3, 2011 10:20 PM | Last reply by D kay - Sunday, December 4, 2011 5:25 AM -
0 Votes
how to update the field of parent entity with the Sum of relative entities?
Can anybody guide me please of 1) how to get all the line items (salesorderdetail) of current order 2) how to access the parent ...Answered | 5 Replies | 6827 Views | Created by Jhelumi786 - Monday, May 18, 2009 2:05 PM | Last reply by Jhelumi786 - Tuesday, June 2, 2009 2:12 PM -
1 Votes
How do I add/move entity from one workspace to another?
I was able to export the sitemap and figure out how to massage the XML.Answered | 3 Replies | 7347 Views | Created by DevRock - Thursday, March 26, 2009 7:45 PM | Last reply by DevRock - Friday, March 27, 2009 4:21 PM -
3 Votes
Working with children
A few links to get you startedAnswered | 7 Replies | 2589 Views | Created by mklnk - Friday, December 21, 2012 9:44 PM | Last reply by JLattimer - Monday, December 24, 2012 4:35 PM -
0 Votes
Plug-In Update on Child Entity needs to refresh Parent Entity
I like the idea of a refresh button as well (like that on opportunities), but I'm not sure how to call a DLL from a form menu item.Answered | 12 Replies | 7215 Views | Created by lemonje - Wednesday, May 13, 2009 8:20 AM | Last reply by lemonje - Wednesday, May 13, 2009 11:36 AM -
0 Votes
Parental relationship Custom Entity to Contact
And these contacts need to be visible to all users who can see the parent Entity.Answered | 4 Replies | 3708 Views | Created by lana7220 - Thursday, August 23, 2012 8:00 PM | Last reply by lana7220 - Thursday, August 23, 2012 9:23 PM -
0 Votes
CRM 2013 - calculated total from related entity and update parent entity
HI, One more issue.Answered | 4 Replies | 2490 Views | Created by Vinay J - Sunday, December 8, 2013 7:02 PM | Last reply by Vinay J - Tuesday, December 10, 2013 5:25 AM -
0 Votes
Create parent and child entities in iframe
Thank you all for the answers suggested, I am thinking of another solution that i am testing currently, I use javascript to save both the ...Answered | 5 Replies | 7431 Views | Created by Shafeeq Hussain - Monday, May 4, 2009 11:38 AM | Last reply by Aarch - Tuesday, May 5, 2009 11:34 AM - Items 1 to 20 of 368188 Next ›
No announcements