Export CRM Attachments
Thu, 7 Aug 2008 12:50:37 -0700 (PDT)
Hi,
I've got a contractor exporting attachment data from a Microsoft CRM
database
to Salesforce and they sent me an error screenshot. I have no
idea what these errors refer to. Can anyone point me in the right
direction? The link to the screenshot is below. Thanks!
http://i248.photobucket.com/albums/gg18 ...
|
add tables to ms crm database v3.0
Thu, 7 Aug 2008 11:04:00 -0700
Is it possible to add user tables into <organization_name>_MSCRM database.
I want to store some information to these tables.
My concern is will it affect/create problem to my MS CRM system?
--
romeo!! ...
|
call context of Callout
Thu, 7 Aug 2008 07:35:01 -0700
when a callout is fired from CRM application upon a manual entry in CRM, does
the calluto dll code runs inthe context of web application. I am trying get
access to the session(by using httpContext). but till now i m facing errors.
--
romeo!! ...
|
Metadata Reference Error Question (v4.0)
Thu, 7 Aug 2008 07:09:02 -0700
While trying to create a reference to the metadata service, received the
following message:
Unable to download following files from
http://MyUrl/mscrmservices/MSCrmServices/2007/metadata/CrmService.asmx
Do you want to skip these files and continue?
Has anyone come across this before and what's the solution ...
|
Duplicate record search- crm v3.0
Thu, 7 Aug 2008 06:35:20 -0700
I have a requirement-
When entering a record like contact, I need to check if there is already
a contact with same information(Name, Date of Birth, etc..) available. I
thought of 2 options below:
1. If I implement a pre-callout to check for the existing contact. If a
contact already exists, then popup ...
|
Checking User Security Roles in the OnLoad Event in CRM 4.0
Thu, 7 Aug 2008 06:14:00 -0700
I am using CRM 4.0
I intend to hide some fields from the Product form some user roles.
As a preparation for that I found a Java Script code on the Internet at the
following site:
http://ronaldlemmen.blogspot.com/2006/05/finally-there-show-and-hide-fields.html, that checks the current user's CRM security ro ...
|
RetrieveMultiple CampaignResponse by customer attribute
Thu, 7 Aug 2008 04:18:01 -0700
Hi all
i am trying to retrieve a list of campaign response by using
RetrieveMultiple as below:
ColumnSet cols_resp = new ColumnSet();
cols_resp.Attributes = new string[] { "activityid" };
ConditionExpression condition_resp = new ConditionExpression();
condition_ ...
|
|
|
Disable save as complete button
Thu, 7 Aug 2008 02:35:05 -0700
Hi all
I would like to disable the save as complete button in crm 4.0. How can i do
this with javascript?
Thanks
--
PLC ...
|
! Add Related Quote or Related Order Problem!
Wed, 6 Aug 2008 21:04:00 -0700
'Evening -- This is an interesting one I would appreciate your help on. To
make a long story short, from an Opportunity that has a SINGLE relationship
contact or any number of relationship Accounts I can Add Related Quote. If I
have more than one contact I cannot Add Related Quote (or go from Quote to
Orde ...
|
How to trigger Plugin when Enabling/Disabling User?
Thu, 7 Aug 2008 11:05:53 +0800
Hi,
Would like to know whether it is possible to trigger a plugin when enabling
or disabling a User. Can't figure out I should register my plugin to which
event. Look like the User Entity do not support the SetState Event, and i
tried to subscribe to the Update Event, but the plugin just not firing.
Hope ...
|