No announcements
Found 180653 threads
-
1 Votes
Error while copying an organization - Systemuser with user id doesn't exist
Highlight Request entity in the grid and click Publish.Answered | 5 Replies | 8699 Views | Created by Anoop Kheerwal - Monday, April 5, 2010 6:13 PM | Last reply by CRSCoder - Monday, May 10, 2010 2:19 AM -
0 Votes
Update WorkerId in QueueItem entity
$filter=ObjectId/Id eq guid" + iGuid; XrmSvcToolkit.retrieveMultiple({ entityName: "QueueItem", async: false, odataQuery: ...Answered | 2 Replies | 1649 Views | Created by knutmyre - Wednesday, April 9, 2014 1:41 PM | Last reply by knutmyre - Thursday, August 28, 2014 7:53 AM -
0 Votes
Error while updateing the uplugin
But i am getting the error message while retrieving preimage values.Answered | 12 Replies | 2501 Views | Created by Kumar_R - Sunday, December 30, 2012 6:37 PM | Last reply by HIMBAP - Wednesday, January 2, 2013 7:33 AM -
0 Votes
Error While updating the "systemuser" entity
Actually i got this error becuase i was trying to update in offline mode.Discussion | 3 Replies | 7631 Views | Created by ksvimal - Thursday, October 15, 2009 6:37 AM | Last reply by ksvimal - Friday, November 6, 2009 5:17 AM -
0 Votes
Error While updating the "systemuser" entity
System entities cannot be changed with the crm gui, it can be done directly in the database but you can expect to screw up the system and get no support in fixing if you go that way.Answered | 3 Replies | 5375 Views | Created by ksvimal - Thursday, October 15, 2009 5:16 AM | Last reply by Halldor Bjorgvin Johannsson - Thursday, October 15, 2009 1:04 PM -
0 Votes
SQL Timeout when associate a role to newly created systemuser using CRM 2011 plug-in
Scenario: I have a plug-in which runs on the Create message of a custom entity (new_xyz) I wanted to create a ...Answered | 4 Replies | 3229 Views | Created by rakeshnpillai - Saturday, January 5, 2013 1:32 AM | Last reply by rakeshnpillai - Monday, January 7, 2013 8:32 PM -
0 Votes
Error while importing the case entity
or you can try to update it in database.Answered | 7 Replies | 5829 Views | Created by Mostafa Moatassem - Sunday, October 31, 2010 10:11 AM | Last reply by Amreek Singh - Tuesday, November 2, 2010 10:25 AM -
0 Votes
Need to register a Plugin on SYSTEM USER ENTITY SUCH THAT IT FIRES WHEN THE USER ENTITY IS UPDATED
I tried your scenario, and systemuser appears as primary entity for the update event.Answered | 2 Replies | 5858 Views | Created by Deepak Narayanan - Thursday, April 7, 2011 4:11 AM | Last reply by Cornel Croitoriu - Thursday, April 7, 2011 6:47 AM -
0 Votes
systemuser With Id = << GUID >>Does Not Exist
I tried the same steps and it failed with a new error.Answered | 12 Replies | 15471 Views | Created by nickcrm - Tuesday, December 14, 2010 8:47 PM | Last reply by CRMAdmn - Friday, May 1, 2015 5:04 PM -
0 Votes
SystemUser Report only shows OrgUnit after UpdateRollup8
I checked this on my DEV environment (UR8) and SystemUser Report working fine.Answered | 2 Replies | 7605 Views | Created by Carsten Groth _MSCRM_ - Monday, January 11, 2010 11:48 AM | Last reply by kgorczewski - Friday, February 19, 2010 2:24 PM -
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 | 1249 Views | Created by Dismantled - Wednesday, May 28, 2014 11:35 AM | Last reply by F.Kuyler - Wednesday, May 28, 2014 11:47 AM -
0 Votes
Systemuser create plugin, record does not exist when running in sync mode.
your plugin is very similar to the basic plug-in example on ...Answered | 3 Replies | 1892 Views | Created by Hoyty - Tuesday, May 7, 2013 7:16 PM | Last reply by Guido Preite - Tuesday, May 7, 2013 8:06 PM -
0 Votes
Import systemusers and teams
Hi, is there a way to import systemusers and teams and ofcourse associate them using the import wizard?Answered | 1 Replies | 1835 Views | Created by Radevic - Friday, October 12, 2012 10:25 AM | Last reply by Andrii Butenko - Friday, October 12, 2012 10:49 AM -
0 Votes
Get User Permission Set on an entity
RetrievePrincipalAccessRequest is used to determine a Principal's access to a specific entity instance, not an entity.Answered | 1 Replies | 3245 Views | Created by Syed A. Ali - Thursday, July 12, 2012 7:36 PM | Last reply by pogo69 - Thursday, July 12, 2012 11:51 PM -
0 Votes
[Plugin] Incomplete entity from InputParameters
Hi, I'm writing a plugin that I registered as a Post-Operation Synchronous step on the Update systemuser message.Answered | 2 Replies | 652 Views | Created by GuillaumeL31 - Monday, September 18, 2017 12:48 PM | Last reply by GuillaumeL31 - Monday, September 18, 2017 3:23 PM -
0 Votes
Add / Delete Roles to systemuser - How to add audit to track the changes?
By the way is security role an entity?Answered | 2 Replies | 5043 Views | Created by Henry Tan YH - Thursday, December 3, 2009 6:51 AM | Last reply by Henry Tan YH - Friday, December 4, 2009 2:53 AM -
1 Votes
account update error through crm sdk?
Guid accountId = new Guid("90F8889F-EB95-E781-8417-000C44420CBC"); Guid newOwnerId = new Guid("A8AA28B4-9015-DF11-8062-000E0CA08051"); AssignRequest assignRequest = new ...Answered | 2 Replies | 1967 Views | Created by dotnetteramg123 - Friday, May 24, 2013 11:43 PM | Last reply by Yogesh Mulay - MCTS - Monday, May 27, 2013 10:38 AM -
1 Votes
Microsoft CRm 4.0 how to register plugin to trigger plugin after changing the BU of systemuser?
To activate it for handling you should check following article ...Answered | 2 Replies | 3288 Views | Created by GuideMeInCRM - Thursday, July 21, 2011 3:10 AM | Last reply by GuideMeInCRM - Friday, July 22, 2011 6:53 AM -
0 Votes
error when trying to update record in custom entities
This problem occurs as there is difference in the column heading for the field containing the GUID in the .csv data file and the display name used for the attribute storing the primary key ...Answered | 2 Replies | 5935 Views | Created by Ernest Shahini - Monday, January 24, 2011 2:37 PM | Last reply by TerenceManuel - Thursday, June 23, 2011 10:58 AM -
1 Votes
Adding a new Record to Entity.
Hi Sush, You can utilize RetrieveMultipleRequest and set the entity to "team" as well as setting the "name" attribute to "EveryOne" to query ...Answered | 3 Replies | 5575 Views | Created by Sushma Reddy Chitturi - Wednesday, August 5, 2009 9:27 PM | Last reply by hadi i teo - Saturday, August 15, 2009 12:27 AM - Items 1 to 20 of 180653 Next ›
No announcements