No announcements
Found 252468 threads
-
0 Votes
Privacy Setting update from SQL
Set it with an admin user for all of users.Answered | 3 Replies | 1518 Views | Created by rampprakash - Wednesday, March 20, 2013 5:00 AM | Last reply by rampprakash - Wednesday, March 20, 2013 6:49 AM -
0 Votes
atdmt hijacked from ie8 privacy module
tools > Internet Options > privacy tab > sites: the atdmt.com has been set to 'always block' but this disappears from the list (several times by now).Answered | 1 Replies | 8566 Views | Created by erikmgg - Wednesday, July 1, 2009 1:37 PM | Last reply by Shrikant Maske - Wednesday, July 1, 2009 4:25 PM -
2 Votes
Privacy issues in the US
The data is subject to US laws and Live Mesh is governed by the Microsoft online privacy statement.Answered | 2 Replies | 6081 Views | Created by Henri Fournier - Wednesday, April 23, 2008 6:39 PM | Last reply by Nadia Fortini - Thursday, April 24, 2008 1:26 AM -
1 Votes
Regarding privacy policy
I have collected many images from google should i need to mention in the privacy policy from where i got the images.Answered | 1 Replies | 2737 Views | Created by Chinna369 - Thursday, September 12, 2013 9:50 AM | Last reply by Matt Small - Thursday, September 12, 2013 12:44 PM -
0 Votes
MCP company association privacy
I don't think they can as this violates privacy rules.Answered | 1 Replies | 1495 Views | Created by Al-Thuwaini - Sunday, December 15, 2013 10:43 AM | Last reply by Davin Mickelson - Monday, December 16, 2013 4:29 AM -
1 Votes
CRM 2011 - Setting Organization Privacy Settings through SDK
You can set that based on these values: 0 - No preference for sending an error report to Microsoft about Microsoft Dynamics ...Answered | 3 Replies | 5290 Views | Created by Paulo - Pareto Platform - Friday, September 30, 2011 7:05 PM | Last reply by Paulo - Pareto Platform - Monday, October 3, 2011 4:00 PM -
0 Votes
deletionstatecode manually set to 2 in SQL
But I strongly recommend no to do direct updates in MS CRM.Answered | 3 Replies | 6664 Views | Created by jbjeep - Monday, October 4, 2010 4:43 PM | Last reply by Curt Spanburgh MVP Moderator - Monday, October 4, 2010 6:55 PM -
2 Votes
Update DateTime from Date and Time
declare @date as nvarchar(50) declare @time as nvarchar(50) set @date = '2009-10-30 23:01:00.000' set @time = '17:01' select ...Answered | 6 Replies | 7094 Views | Created by IamaNovice - Tuesday, November 10, 2009 7:36 PM | Last reply by IamaNovice - Tuesday, November 10, 2009 11:27 PM -
0 Votes
How to unistall CRM 2011 update rollup 12 from SQL server
If you go to Control Panel\Programs\Programs and Features (Add/Remove Programs) - Select View Installed Updates - Look under Microsoft Dynamics CRM 2011 Reporting Extensions - Select UR 12 ...Answered | 2 Replies | 2983 Views | Created by STHook - Thursday, January 31, 2013 1:51 PM | Last reply by STHook - Thursday, January 31, 2013 2:13 PM -
2 Votes
Windows Update Settings
Settings > Update & Security > Windows Update .Answered | 3 Replies | 3569 Views | Created by GuruSimza - Thursday, April 5, 2018 10:22 AM | Last reply by Manjit M - Thursday, November 24, 2022 11:39 AM -
1 Votes
Updating statecode of Activitypointer using SQL - CRM 4.0
Hi, You shouldn't update the database via SQL directly since this will circumvent all the business logic and it is very difficult to ensure that the ...Answered | 1 Replies | 1192 Views | Created by crmNewbie1978 - Tuesday, December 3, 2013 12:09 PM | Last reply by Scott Durow (MVP) - Tuesday, December 3, 2013 1:19 PM -
0 Votes
updating option set values
Hi, As mentioned by Marakand, you can not set the Status OptionSet values by updating the entity record, you must have to use SetStateRequest to update ...Answered | 4 Replies | 3537 Views | Created by sravan kumar c - Monday, November 28, 2011 2:31 PM | Last reply by Jehanzeb.Javeed - Tuesday, November 29, 2011 5:54 AM -
0 Votes
Migrate base from sql 2005 to sql 2008
Just install the latest Update Rollup and upgrade your SQL Server 2005 to 2008.Answered | 2 Replies | 6523 Views | Created by Elka_ - Friday, April 24, 2009 7:24 AM | Last reply by Elka_ - Friday, April 24, 2009 7:33 AM -
1 Votes
Update option set fields in workflow
If wanting to set/update an option list from one entity to another entity via workflow - only works if using a "global option" in crm2011.Answered | 4 Replies | 11795 Views | Created by pcalder - Thursday, June 23, 2011 3:09 AM | Last reply by CRMBA - Friday, March 15, 2013 3:43 PM -
0 Votes
Update option set from text js
I have a script that gets fired from the Ribbon bar.Answered | 2 Replies | 3549 Views | Created by bbuchanan - Thursday, May 30, 2013 2:31 PM | Last reply by bbuchanan - Friday, May 31, 2013 1:17 PM -
1 Votes
Could not change setting for Window update
https://answers.microsoft.com/en-us/windows/forum/update Regards, Dave ...Answered | 2 Replies | 1541 Views | Created by Ms. Anne - Friday, September 8, 2017 6:02 AM | Last reply by Dave Patrick - Friday, September 8, 2017 10:31 AM -
2 Votes
SQL Update statement equivalent in CRM SDK 4.0
HI, CRM does not allow you to update record based on some condifion directly, you can only update crm record based on key attributes. if you want to ...Answered | 3 Replies | 3867 Views | Created by Gagik Kyurkchyan - Friday, August 26, 2011 11:04 AM | Last reply by Gagik Kyurkchyan - Monday, August 29, 2011 5:11 AM -
2 Votes
How to update user settings in c#
I replaced the code from //Get the user settings with: // Create the request object.Answered | 5 Replies | 8967 Views | Created by hillsidecrm - Tuesday, June 16, 2009 8:42 PM | Last reply by hillsidecrm1 - Wednesday, June 17, 2009 8:40 AM -
3 Votes
Call Webservice to update records from Stored Proceedure
You have two options for doing this from a sql server stored proc and using automation in sql server and that is to write a .NET UDF to ...Answered | 8 Replies | 7339 Views | Created by David Withers - Monday, February 28, 2011 8:32 PM | Last reply by pogo69 - Tuesday, March 1, 2011 9:56 PM -
0 Votes
Local database cache - SQL Server 2008 settings
I've set a retention period of 10 min.Answered | 5 Replies | 11848 Views | Created by omonney - Tuesday, August 4, 2009 6:48 AM | Last reply by omonney - Saturday, August 15, 2009 7:03 AM - Items 1 to 20 of 252468 Next ›
No announcements