No announcements
Found 209880 threads
-
3 Votes
Why does the owning business unit change when I update the owner field in a pre create event?
One thing to note: in the post event, I was doing some assignment of other attributes after assigning ownership.Answered | 5 Replies | 7729 Views | Created by Rahul_Ranjit - Tuesday, January 24, 2012 12:37 AM | Last reply by Jeff Ballard - Tuesday, October 16, 2012 5:10 PM -
0 Votes
“Equipment” entity - 'Business Unit' field/attribute is not updated even after successful execution of 'Update' request.
The solution given by you works fine only if we want to update "Business Unit" of Equipment.Proposed | 5 Replies | 1377 Views | Created by Onkar_Kulkarni - Friday, September 26, 2014 7:36 AM | Last reply by Sud Gujar - Thursday, October 30, 2014 5:31 AM -
0 Votes
updating business unit in a plugin
SetBusinessSystemUserRequest req = new SetBusinessSystemUserRequest(); //business unit to ...Answered | 3 Replies | 5694 Views | Created by k.connors - Wednesday, June 29, 2011 2:42 PM | Last reply by Jamie Miley - Wednesday, June 29, 2011 3:35 PM -
0 Votes
Business Unit lookup field permission
I notice that there is system Owning Business Unit lookup field in contract attributes, but the requirement level is set to read-only.Answered | 6 Replies | 6436 Views | Created by homerwire - Monday, May 4, 2009 3:06 PM | Last reply by homerwire - Monday, May 4, 2009 3:49 PM -
0 Votes
Customizing Entity Form, Attribute Not Found in Add Fields dialog box
As far as I am aware owningbusinessunit is always the owners business unit for user owned entities.Answered | 4 Replies | 6014 Views | Created by KKLTE - Wednesday, February 24, 2010 4:48 PM | Last reply by Huub van de Wiel - Friday, February 26, 2010 1:11 PM -
3 Votes
Updating multile searchable fields on entity attributes
You can use "Searchable Propery Attribute Updater" tool.Answered | 2 Replies | 5915 Views | Created by Shaun Riordan - Friday, October 29, 2010 1:56 PM | Last reply by Shaun Riordan - Friday, October 29, 2010 2:44 PM -
0 Votes
about entity updation?
Or some code that checks the record before and after.Answered | 4 Replies | 5431 Views | Created by samuel s - Friday, October 16, 2009 10:44 AM | Last reply by Halldor Bjorgvin Johannsson - Friday, October 16, 2009 3:22 PM -
1 Votes
update an attribute that is *NOT* displayed on a form?
You could use a workflow to update the attribute on chagne of the field and that will work too.Answered | 4 Replies | 6330 Views | Created by Steve Jacobs - CloudStrategies - Friday, February 18, 2011 2:35 AM | Last reply by Aaron1968 - Sunday, February 20, 2011 9:08 PM -
0 Votes
how to update the field of parent entity with the Sum of relative entities?
Well I have successfully implemented a sample Plugin which adds a random number to the custom field of salesorderdetail form.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 -
0 Votes
update custom entity (picklist) attribute
retrieve.ReturnDynamicEntities = true; // ...Answered | 13 Replies | 7599 Views | Created by VarunKumar17 - Thursday, March 4, 2010 1:10 PM | Last reply by Shahid_Hameed - Friday, March 5, 2010 7:13 AM -
2 Votes
CRM 2011: changing/updating "created by" field of an entity
You should be able to use the overriddencreatedon field but I believe the code needs to be ran as a System Administrator or a SYSTEM level account.Answered | 3 Replies | 11196 Views | Created by im197 - Sunday, September 18, 2011 10:19 PM | Last reply by im197 - Thursday, October 13, 2011 9:11 AM -
1 Votes
CRM 2011 plugin, Update cutom entity empty fields
There are hidden fields in the entity form.Answered | 7 Replies | 5245 Views | Created by chicago bq - Wednesday, March 26, 2014 12:30 AM | Last reply by chicago bq - Thursday, March 27, 2014 1:46 PM -
0 Votes
how to disable attribute based on business unit.
Prakash, Here is a possible answer: ...Answered | 1 Replies | 5408 Views | Created by prakashvi - Thursday, December 2, 2010 11:11 AM | Last reply by Eric Ung - Thursday, December 2, 2010 12:08 PM -
3 Votes
Crm update an attribute on a post update event
Hello, You don't need to use pre-entity image specifically to update field only, you can simply do this by entity object that you can fetch from ...Answered | 4 Replies | 1211 Views | Created by vivekprd - Wednesday, November 27, 2013 5:00 PM | Last reply by HIMBAP - Wednesday, November 27, 2013 5:28 PM -
0 Votes
Updating a field on Entity A when a field on Entity B is changed.
Create a new workflow on Customer Entity to execute on modification of SSN-C 6.Answered | 7 Replies | 979 Views | Created by Erie County Programmer - Monday, September 15, 2014 7:06 PM | Last reply by Erie County Programmer - Tuesday, September 16, 2014 2:23 PM -
0 Votes
Restrict a particular Entity access to specific business unit
Yes creating a seperate role at business unit level and gving access for the new entity will work.Answered | 7 Replies | 8241 Views | Created by Courageous_Heart - Monday, February 22, 2010 3:10 PM | Last reply by Leon Tribe - Thursday, February 25, 2010 11:15 AM -
3 Votes
Update custom entity
I use the same credetials to log on to the CRM to add the custom entity and to publish.Answered | 11 Replies | 5164 Views | Created by JPL1538 - Tuesday, February 23, 2010 4:42 PM | Last reply by JPL1538 - Tuesday, February 23, 2010 7:20 PM -
13 Votes
updating the attributes for a related entities using plug in + ms crm 4.0
In the Approval entity I have one more lookup field ApproverType entity.Answered | 15 Replies | 9782 Views | Created by Israel Gujjarlapudi - Monday, April 11, 2011 5:10 PM | Last reply by Israel Gujjarlapudi - Thursday, May 19, 2011 7:45 PM -
0 Votes
CRM 4 Plug-ins and updating the entity after its creation
Hi All, I have written a simple Plug-in which is suppose to update an attribute on salesorder form after the salesorder being created. but its not ...Answered | 1 Replies | 5617 Views | Created by Jhelumi786 - Friday, November 26, 2010 10:45 AM | Last reply by RhettClinton - Sunday, November 28, 2010 12:23 AM -
1 Votes
Plugin error on update entity field
namespace MyPluginPackage.Plugin { using System; using System.ServiceModel; using Microsoft.Xrm.Sdk; public class ...Answered | 1 Replies | 1267 Views | Created by Dismantled - Wednesday, May 28, 2014 11:35 AM | Last reply by F.Kuyler - Wednesday, May 28, 2014 11:47 AM - Items 1 to 20 of 209880 Next ›
No announcements