No announcements
Found 202122 threads
-
1 Votes
CRM 2011 AssignRequest
In CRM 2011, when issuing an AssignRequest it assigns the entity (Incident) to the correct person, however it seems to update all the 'Annotations' (Notes) also, and shows 'Edited By NEW USER ...Answered | 2 Replies | 2453 Views | Created by jimbo_abc - Wednesday, August 29, 2012 10:51 AM | Last reply by jimbo_abc - Wednesday, August 29, 2012 3:26 PM -
1 Votes
Request Not Supported: AssignRequest Error (CRM 2011 Plug-in)
Hi, You need to use AssignRequest for assigning the record to the system user, your code should be like ...Answered | 1 Replies | 6061 Views | Created by Aric Levin - Friday, July 22, 2011 11:29 PM | Last reply by Jehanzeb.Javeed - Saturday, July 23, 2011 8:09 AM -
0 Votes
CRM 2011 - Change Owner via AssignRequest in a plug-in
Hi, Try the following code: AssignRequest request = new AssignRequest(); ...Answered | 7 Replies | 11967 Views | Created by Surrealis - Friday, June 24, 2011 7:21 PM | Last reply by Jehanzeb.Javeed - Friday, June 24, 2011 8:38 PM -
0 Votes
AssignRequest from Script
Darren, I don't know about how to use the Javascript for the same, but in that case my approach would be creating an aspx page called as model dialoge from the button ...Answered | 2 Replies | 4796 Views | Created by darrmerc - Tuesday, April 26, 2011 7:44 AM | Last reply by HIMBAP - Monday, June 13, 2011 9:00 AM -
0 Votes
Problem with AssignRequest
Hello All, I'm trying to transfer some contacts from one system user to another using a console app.Answered | 4 Replies | 4412 Views | Created by DadKind - Monday, March 12, 2012 11:23 PM | Last reply by ian4862000 - Friday, May 30, 2014 5:48 PM -
1 Votes
Script warning from FireFox
Just create a new forum on a test server, filter to unread (which will show nothing), then add a thread from another user.Answered | 25 Replies | 23806 Views | Created by nobugz - Sunday, March 29, 2009 10:27 PM | Last reply by Brian Tkatch - Friday, March 19, 2010 3:06 PM -
2 Votes
Trigger a script from a workflow.
Can you give an alternative of mapping from a workflow two fields with local option set, beside recreated them with a global option set?Answered | 10 Replies | 2099 Views | Created by MSD_E-LoB - Tuesday, April 9, 2013 1:49 PM | Last reply by MSD_E-LoB - Thursday, April 11, 2013 3:57 PM -
1 Votes
account update error through crm sdk?
Guid accountId = new Guid("90F8889F-EB95-E781-8417-000C44420CBC"); Guid newOwnerId = new ...Answered | 2 Replies | 1997 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
executing scripts in html from vb.net
I frequently find websites that I crawl that contain some script to click on a link or show some content.Answered | 3 Replies | 9146 Views | Created by faafa - Tuesday, March 2, 2010 10:10 PM | Last reply by Ed Price - MSFT - Wednesday, December 28, 2011 12:32 AM -
1 Votes
CRM2011 update entity by program
Or you can write small desktop/ASP.NET app and change account owner using AssignRequest class.Answered | 2 Replies | 3603 Views | Created by Ksun_Chan - Monday, August 6, 2012 4:27 AM | Last reply by Ksun_Chan - Monday, August 6, 2012 10:02 AM -
1 Votes
Vb Script From JavaScript in MSCRM
hi, i need to use vbscript from Javascript in crm 2011 ..Answered | 1 Replies | 7565 Views | Created by anwar.noori - Tuesday, October 18, 2011 5:34 AM | Last reply by Larry Yin - Tuesday, October 18, 2011 7:06 AM -
2 Votes
How to set Team as entity owner programmatically
AssignRequest assignRequest = new AssignRequest() { Assignee = new EntityReference { ...Answered | 3 Replies | 1742 Views | Created by Laurence Earp - Tuesday, April 9, 2013 4:37 PM | Last reply by Laurence Earp - Wednesday, April 10, 2013 7:38 AM -
0 Votes
Submitting Jobs from IIS cgi scripts.
From that point on all job submission from that account that don't specify /user will use the credentials that you provided.Answered | 1 Replies | 5724 Views | Created by Simon Michnowicz - Monday, September 1, 2008 5:04 AM | Last reply by Josh Barnard - Monday, September 8, 2008 5:43 PM -
0 Votes
assign owner
thanks for suggestion in crm2011 for SOAP Endpoint with Silverlight I dont see any AssignRequest method.Answered | 5 Replies | 7501 Views | Created by Jasonkm - Friday, April 1, 2011 4:45 AM | Last reply by Jasonkm - Monday, April 4, 2011 12:06 AM -
1 Votes
Triggering "Retrieve" Plugin from Java script?
But when I makes ODATA Retrieve service call from java script, "Retrieve" plugin not triggering.Answered | 3 Replies | 2985 Views | Created by Guru Prasad D - Monday, December 31, 2012 6:43 AM | Last reply by SASANK K (MCTS) - Thursday, January 3, 2013 12:57 PM -
1 Votes
Script to delete recycle bin from desktop
So you really didn't want a scripting answer REG is not scripting.Answered | 4 Replies | 1342 Views | Created by Redalert11 - Monday, February 16, 2015 10:16 PM | Last reply by jrv - Tuesday, February 17, 2015 1:31 AM -
0 Votes
Set lead owner
hi use AssignRequest Message. see here SecurityPrincipal assignee = new SecurityPrincipal(); assignee.Type = ...Answered | 5 Replies | 4977 Views | Created by MondeoST24 - Friday, May 14, 2010 12:26 PM | Last reply by RhettClinton - Friday, May 14, 2010 2:43 PM -
0 Votes
How to assign to different user in custom entity?
SecurityPrincipal assignee = new SecurityPrincipal(); assignee.PrincipalId = new Guid(owneridGuid); TargetOwnedDynamic targetAssign ...Answered | 2 Replies | 6207 Views | Created by pntr - Thursday, July 9, 2009 2:15 AM | Last reply by pntr - Monday, July 13, 2009 2:15 AM -
0 Votes
Create Table Script from a table [For MS Access]
I have a MS Access Table.I want's to generate a Creat Table script of one of it's table.How can I do it.Answered | 2 Replies | 16422 Views | Created by Kamran Shahid - Tuesday, September 15, 2009 2:26 PM | Last reply by Kamran Shahid - Wednesday, September 16, 2009 5:37 PM -
0 Votes
CRM 2011 script converted from CRM 4.0
The script ran successfully in CRM 4.0 but after upgrading to CRM 2011 the script does not seem to work at all.Answered | 2 Replies | 8074 Views | Created by NC_Matthews - Monday, March 14, 2011 1:50 PM | Last reply by NC_Matthews - Monday, April 11, 2011 5:20 PM - Items 1 to 20 of 202122 Next ›
No announcements