Emails arriving completed
We are in the process of implimenting CRM with our company. Presently all
emnail that arrive from a catch-all email, support@ourdomain.com, appears
under the Activities section but they are listed with the status Completed by
default,
The person responsible for setting up CRM tell me that this is correct but
it would seem to me that it's very difficult to know which emails should be
actioned and which have already be dealt with.
Any help so that or info that I can give back to my IT department would be
very helpful.
We are using CRM v1.2.3297.0 Tag: contract templates Tag: 48121
Security roles settings export/import
Is it possible to make export/import for Security Roles settings like for
Business Entities customization in v3 Tag: contract templates Tag: 48120
Currency showing on Standard Report
Hi,
When natigate to report module> opportunity report> pipeline chart report by
sales rep, i noticed in the potential revenue currency was Rp. Actually in
CRM system, under Home> settings> system customization> system setting, the
currency defined there was $.
I also made the changes on Regional options on control panel. The default
currency defined was $.
Are there any workarounds so the default currency in my report reflected by
$ sign?
Thx,
Carrie Tag: contract templates Tag: 48113
Changing Ip Addres on CRM 1.2 server...
Hi,
Question about if anyone no any problem that can occur if a CRM server is
moved from one location to another. When we move the IP Address of the CRM
Server will be changed.
//Claes Tag: contract templates Tag: 48111
Activity log in CRM 1.2
Hi,
I got a problem in sharing license...
I have 25 user licenses which have already attached to 25 users.
Now, there is one new user wants to use CRM, i want to know, from 25 users,
user who accesses system rarely, i will assign his user license to be
attached to the new one...
How do i get information about user log in CRM 1.2??
Thanks for your answer...
It will help me alot...
Best Regards,
S.P. Tag: contract templates Tag: 48106
New CRM Blog
I have created a new CRM 3.0 focused blog at:
Web Site: http://crmcanada.blogspot.com/
RSS Feed: http://feeds.feedburner.com/MicrosoftCrmInCanada
This will be more a Partner focused blog than a technical one. I hope you
enjoy!
Gavin Tag: contract templates Tag: 48103
promoting emails
I'd like to promote more than one email at a time. MSCRM 3.0 doesn't allow
this. Does anyone have any workarounds for doign this? Thanks. Tag: contract templates Tag: 48100
How do you know the date and email was sent in History
When you have emails in the History tab of Activies how can you show the
date it was sent?
[I hope the answer isn't that you have to set a Due Date before sending the
email]
Thx S. Tag: contract templates Tag: 48098
How to get task ID when in workflow rule and pass to assembly? CRM 3.0
Hi,
I need to create a workflow that calls an assembly dll when a task is
assigned to somebody. I need to take in a unique identifier as a
parameter (activityid for the task), but whenever I go to assign the
parameter to a dynamic field, the task entity shows up but no fields
are available. I need some way to identify this task. When I change
the datatype to string it shows me a bunch of fields but none of them
are unique.
Here is my workflow.config section:
<method name="TaskAssigner"
assembly="CHC_Workflow.dll"
typename="CHC_Workflow.BuildIn"
methodname="AssignTask"
group="Special">
<parameter name="activityid" datatype="lookup"
entityname="task"/>
</method>
and my assembly code:
using System;
using KORE;
using Microsoft.Crm.Platform.Workflow;
namespace CHC_Workflow
{
public class BuildIn
{
KORE.CommonCRM korecrm = new KORE.CommonCRM();
public BuildIn()
{
}
public void AssignTask( System.Guid entityid )
{
korecrm.CustomLog( entityid.ToString() );
TaskAssigner ta = new TaskAssigner();
ta.ProcessTaskAssignment( entityid );
}
}
}
I need help! Any suggestions?
Thanks,
Chase Tag: contract templates Tag: 48097
Email Spelling Checker Add-On for CRM 3.0 released!
Hi,
Some people were asking for it and now it's here. We released our freeware
Email Spelling Checker Add-On for CRM 3.0!
You can download it from www.cwrmobility.nl. We appreciate your feedback
about this add-on, so we've also put up a forum where you can leave your
feedback/suggestions/issues etc.
HTH,
Jeffry van de Vuurst
CWR Mobility
www.cwrmobility.nl Tag: contract templates Tag: 48096
Crystal Reports - Sales Process
background: Our consultants built a custom crm report which reflects
the sales process (different sales stages) in a funnel. Similar to the
out-of-box report Pipeline Forecast By Sales Stage Chart.
Problem: We had to make minor changes to the sales stages in the sales
process after the system was in prod. Now the funnel looks all messed
up. Instead of stage 1, 2, 3, 4, 5 (in sequence) it comes up as 3, 2,
1, 4. the data the stages contain is correct but the visual isn't. Any
ideas where to start with the troubleshooting? Tag: contract templates Tag: 48092
crm calendar vs my calendar
Hello,
How can I have my crm appointments goto my regular outlook exchange
calendar? Is this possible? CRM 1.2. Thanks.
Jake Tag: contract templates Tag: 48090
CRM 3.0 Install Problems
We're trying to upgrade a dev instance of CRM 1.2 to 3.0. It gets
partway through the installation before it fails, giving this error
message:
Action Microsoft.Crm.Setup.Server.InstallDatabaseAction failed.
Execution of a full-text operation failed. The parameter is incorrect.
Looking at the log, it looks like this is where it fails:
15:00:38| Info| Disable full-text indexing
15:00:44| Error| Install exception.System.Exception: Action
Microsoft.Crm.Setup.Server.InstallDatabaseAction failed. --->
System.Data.SqlClient.SqlException: Execution of a full-text operation
failed. The parameter is incorrect.
at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
at
Microsoft.Crm.Setup.DatabaseInstaller.DatabaseUtility.ExecuteSql(InstallDatabase
database, String sql, Int32 timeout)
at Microsoft.Crm.Setup.DatabaseInstaller.SqlScriptAction.Execute()
at
Microsoft.Crm.Setup.DatabaseInstaller.DatabaseInstaller.Install(Int32
languageCode, String file, Boolean upgrade)
at Microsoft.Crm.Setup.Server.InstallDatabaseAction.Do(IDictionary
parameters)
at Microsoft.Crm.Setup.Common.Action.ExecuteAction(Action action,
IDictionary parameters, Boolean undo)
--- End of inner exception stack trace ---
at Microsoft.Crm.Setup.Common.Action.ExecuteAction(Action action,
IDictionary parameters, Boolean undo)
at Microsoft.Crm.Setup.Common.Installer.Install(IDictionary stateSaver)
at Microsoft.Crm.Setup.Server.DatabaseInstaller.Install(IDictionary
stateSaver)
at
Microsoft.Crm.Setup.Common.ComposedInstaller.InternalInstall(IDictionary
stateSaver)
at Microsoft.Crm.Setup.Common.ComposedInstaller.Install(IDictionary
stateSaver)
at Microsoft.Crm.Setup.Server.ServerSetup.Upgrade(IDictionary data)
at Microsoft.Crm.Setup.Server.ServerSetup.Run()
Anyone have any ideas as to what might cause this and how to remedy it? Tag: contract templates Tag: 48089
KBArticle.Create() error
Hello,
I've been trying to create KB articles through the SDK, and am having troube
submitting the content of the article. I quieried other articles to get the
articlexml strucutre, but when I try to submit this, it comes back with an
error that it has too many tags (I.E. doesn't know the sub-format), but then
if I create it all as CDATA it still comes up Blank. Any Ideas Tag: contract templates Tag: 48085
CRM 3.0 - Error when accessing orders, invoices or customizing vie
We are getting an error message when clicking to create a new quote or
invoice or to look at an existing order or invoice and when clicking on any
view to customize it. The error is very generic - "An error has occurred.
For more information contact your system administrator."
Any suggestions on this?
Thanks. Tag: contract templates Tag: 48084
Time is not correct on Quote
I have made a webservice that fetches the Effective From and the Effective To
dates from CRM (using FetchXml query). Unfortunately it comes back to me
with UTC date and time. So when I set the value to 12/07/2005 in the UI at
8:26 am local time, the database stores it as 12/07/2005 07:00:00.000, but my
fetch gives me 2005-12-06T23:00:00-08:00. How can I get the date to ignore
the UTC issue? Better question, why is my fetch giving me UTC and the DB
storing non UTC (i.e local time)? Anybody have any ideas on this? P.S. We
are only a local business, single Time Zones required for our implementation.
Below I have attached the DB details:
EffectiveFrom: 2005-12-07 07:00:00.000
EffectiveTo: 2005-12-08 07:00:00.000
CreatedOn: 2005-12-07 15:26:06.000
ModifiedOn: 2005-12-07 15:46:07.000
Thanks in advance.
Keener Tag: contract templates Tag: 48079
CRM 3.0 Service and Sales Modules
Does the new version of CRM still have separate service and sales modules or
are they combined now into one product?
--
Brandon
Presentations Direct - "Document Finishing Solutions"
http://www.presentationsdirect.com Tag: contract templates Tag: 48076
lookup field search data in a user defined table
hi
suppose i have create a table with names in mscrm database and i want from
the form of Accounts to access it. is this possible with some kind of lookup
field. can i create a lookup field in crm 3.0. i know allready from other
answers that this is not supported but if someone knows a way to create such
a thing this would be very helpfull.
thanks. Tag: contract templates Tag: 48074
CRM 3.0 Integration to GP
Now that CRM 3 has been released, does anyone know if integration to Great
Plains is also available at this time. If not, do we know when it will be
available. We're currently running a CRM 1.2 integration to GP.
--
Brandon
Presentations Direct - "Document Finishing Solutions"
http://www.presentationsdirect.com Tag: contract templates Tag: 48073
Outlook hangs
Hello
I have Outlook 2003 and CRM 3.0 laptop client installed on it. Outlook hangs
a while after the start. If I uninstall CRM client, everything works fine.
After reinstall the same problem occurs. Something wrong in the database?
Any ideas how to get CRM installation repaired.
BR
Jukka P. Tag: contract templates Tag: 48060
Marketing Campaigns
Some of our Campaigns have a status of suspended or canceled. When a user
records a campign response and select Parent Camapign they see all campaigns
regardless of the campaign status.
Should the list of Campaigns only list 'Launched'?
Is there a way of adding a filter to the list displayed in the Capaign
Response screen?
Thanks, Karl. Tag: contract templates Tag: 48057
Mail problem!!
Hi,
we've just installed the whole CRM system, Exchange, Exchange connector...
In the mean time it's possible to receive mail into the crm system,
but sending it out always gives an (undefined) error in the CRM system!
I saw that no mail comes in on the exchange...
What could be the problem??
Thanks in advance,
SturE Tag: contract templates Tag: 48055
Urgent - Error when sending Email
Hi,
I got error as following:
MSCRM Platform Error Report:
--------------------------------------------------------------------------------------------------------
Error: <description>An unexpected error occurred.</description><details>An
error occurred attempting to dispatch the email : HTTP status:
403</details><file>D:\crm\Build\3297\src\platform\include\proxy\proxyutil.h</file><line>47</line>
Error Message: An unexpected error occurred.
Error Details: An error occurred attempting to dispatch the email : HTTP
status: 403
Source File: D:\crm\Build\3297\src\platform\include\proxy\proxyutil.h
Line Number: 47
Stack Trace Info: at System.Web.UI.Page.HandleError(Exception e)
at System.Web.UI.Page.ProcessRequestMain()
at System.Web.UI.Page.ProcessRequest()
at System.Web.UI.Page.ProcessRequest(HttpContext context)
at
System.Web.CallHandlerExecutionStep.System.Web.HttpApplication+IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&
completedSynchronously)
Does anyone know how to solve this?
Thx,
Carrie Tag: contract templates Tag: 48051
Update Rollup 2 CRM 1.2
Hi,
I search documentations, links, informations, ... about the tools :
"Microsoft.Crm.Tools.AdminTool.exe",
"MSCRMBUConstraintTool.exe",
and "CrmAdRecovery.exe",
which are installed in "\Program Files\Microsoft CRM\Server\bin", with the
"Update Rollup 2 for Microsoft CRM Server 1.2" (KB904435)
And also for a tool called "crmadchecker.exe".
Thanks for your reply.
Gregory. Tag: contract templates Tag: 48050
RIght on tab
Is it possible to have fields on a form in read only mode for the sales
force and in write mode for Sales Managers ?? It would be nice to do
that, even if I've to create an additonnal tab..
Any idea ??? Tag: contract templates Tag: 48048
Exporting to excel
Hi,
I have a little problem with Microsoft CRM 3.0 and exporting to excel any
data. While i'm trying to do that from machine with WinXP everything works
great(IE doesnt close) but when i try to proceed that from Windows Server
2003 it fails. When i try to just open exported data, IE closes and excel
appears but with no data because it cant find the file. When i try to save
data to excel, IE closes as well but data is exported.
Furthermore when i have additional IE window opened i can export data(IE
still closes).
Thanks in advance
Regards Tag: contract templates Tag: 48047
Reports Not Working - CRM 3.0 Pro - Logon Failed for NT Authority Anonymous Logon
Hi,
Just installed CRM 3.0 Pro and all seems well, except for when users run
reports, and receive the following error message.
An error has occurred during report processing.
Cannon create a connection to the data source 'CRM'.
Login Failed for user 'NT AUTHORITY/ANONYMOUS LOGON'
We have CRM & Reporting Services on one W2K3 box, connecting to SQL
Server2000 on a second W2K box, if that helps at all.
Any thought, helpful hints ror suggestions...?
Cheers,
Paul. Tag: contract templates Tag: 48046
Workflow Manager - Business Unit
Hello!
How can i change the Business Unit in the Workflow Manager, so that i can
create different Workflow Rules for different Business Units.
Greetings from Berlin
René Tag: contract templates Tag: 48044
CRM Redeployment Tool error
hi,
When importing the mapping xml files an error occurred: "An error occurred
during mapping the computer accounts - the mapping failed"
12/06/2005 02:32:40 This computer's DN = CN=SERVER1,OU=Domain
Controllers,DC=ClientORG,DC=local, GUID =
{17427c3d-fe59-46d3-b28f-6c1d7ec4aa28}, SID =
S-1-5-21-2811433622-801027495-562083374-1007
12/06/2005 02:32:40 ERROR: attempt to reuse name CN=SERVER1,OU=Domain
Controllers,DC=ClientORG,DC=local
12/06/2005 02:32:40 Exception of type System.Exception was thrown.
12/06/2005 02:32:40 SDTransform
12/06/2005 02:32:40 An error occurred during the mapping of computer
accounts. The mapping failed.
I have checked for duplicate computer names within the mapping.xml file
there aren't any... but still the redeployment wizard is giving this
error.... any help will be greatly appreciated.
Thanks and Regards
Prasad Tag: contract templates Tag: 48019
Automatic Offline Synchronization in 3.0
A user asked me why it is that they have to click "Go offline" when in
Outlook. I agree with them that they should only have to exit out of Outlook
and have CRM automatically go offline much like Outlook does.
We would like CRM to "Go Offline" when we shut down Outlook and to come
"Online" when Outlook is connected to the network.
Am I missing something or is this really not the way it works? I couldn't
find any configuration options in Outlook or CRM to manage this. Tag: contract templates Tag: 48014
Spell check in V3.0
OK, why is this not a given for all MS products? How can they get us hooked
on spell check in word, outlook and everything else and then not include any
form of a spell check anywhere in CRM?? Please tell me this will be a
upcoming patch/service patch.
----------------
This post is a suggestion for Microsoft, and Microsoft responds to the
suggestions with the most votes. To vote for this suggestion, click the "I
Agree" button in the message pane. If you do not see the button, follow this
link to open the suggestion in the Microsoft Web-based Newsreader and then
click "I Agree" in the message pane.
http://www.microsoft.com/Businesssolutions/Community/NewsGroups/dgbrowser/en-us/default.mspx?mid=9bf4b13c-c091-4df9-9fb4-2a355ab4e47e&dg=microsoft.public.crm Tag: contract templates Tag: 48012
Change language in CRM 1.2
Is it possible to change the language for CRM 1.2 server from Eng to another
language.
Must l uninstall CRM or can l just install CRM in a another language?
Need help Tag: contract templates Tag: 48006
Email Sales Literature
Is there a way to email sales literature that includes attached documents
(ex: pdf)?
Ultimately here is our goal:
Open a product that has associated sales literature and email the attached
document (pdf).
I do not see anyway in CRM where this can be done. Will this be available
in CRM 3.0? Are there any ISVs that allow this feature?
Our customer is really irritated with the fact that this feature is not
available. What are their solutions??
Please advise.
Thank you in advance for your assistance. Tag: contract templates Tag: 48005
Importing Contacts and linking them to accounts into MS CRM 3.0
Can anyone tell me how I can import contacts and associate them with a parent
customer. I imported the accounts first. Then I imported the contacts and
linked them to the parent customer field (which should be account from what I
see, could be wrong). I receive Data in row did not match the import type
error reason Id 0x8004032d.
Thanks Tag: contract templates Tag: 48004
Upgrade from 1.2 to 3.0 AD Warning
I have recently setup a test environment using VMWare in which I can test the
CRM 1.2 to 3.0 upgrade. I used the CRM Redeployment Wizard to import the data
from my production 1.2 enviroment into CRM. I have verified that everything
works.
When I try to install CRM 3.0 I keep getting the following warning:
Setup was unable to verify that the "Trust for Delegation" property is
enabled for the computer object.
I have set my CRM server to "Trust for Delegation" in AD but that didnt
help. Has anyone had the same issue? Anyone have an idea as to how I may
resolve this issue? Tag: contract templates Tag: 48003
Missing Buttons in IE
Good Morning,
We are running CRM 3.0 via IE. After using CRM for a couple of days, I seem
to loose the settings button in the left control pane in IE. I can see the
settings and configuration buttons under the "go to" menu from the menu bar
but when I click to "go to" them it does nothing.
My fix is to go into a regular browser (IE google.com) and clear the cookies
from the internet options menu. Then reopen CRM. I have pop ups turned off
(but I don't think this is a pop up blocker issue) I have tried accessing CRM
from shortcuts and also from just a basic IE using the http://servername. I
have also seen this with different users and they too have the same issue.
So it does not seem to be computer or user specific.
Any Thoughts Tag: contract templates Tag: 48002
CRM 3 Exchange Router
Hello,
My Exchange Router will not forward e-mail to the CRM Server.
We are running CRM 3 with and Exchange 2000 server. Here is the error
messages in the Event Log:
System.Runtime.InteropServices.COMException (0x80040E0E): Bookmark is invalid.
at ADODB.RecordsetClass.MoveNext()
at
Microsoft.Crm.Tools.ExchangeConnectorService.ExchangeSinkServiceCore.ProcessMailbox(ExchangeSinkServiceMailbox mailbox)
at
Microsoft.Crm.Tools.ExchangeConnectorService.ExchangeSinkServiceCore.ExecuteService()
Microsoft.Crm.Tools.ExchangeConnectorService.ExchangeSinkServiceException:
Verifying before delivery message: ADWEB2 System Log : 13 new events in
mailbox: SYS_CRMMAIL failed (System.Net.WebException: The request failed with
HTTP status 401: Unauthorized.
at
System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String
methodName, Object[] parameters)
at Microsoft.Crm.Platform.Proxy.EmailWebService.CheckIncoming(String
messageId, String subject, String from, String to, String cc, String bcc,
Int32& reasonCode)
at
Microsoft.Crm.Tools.ExchangeConnectorService.ExchangeSinkServiceMessages.CheckIncoming(ExchangeSinkServiceLogger
logger, ExchangeSinkServiceMailbox mailbox, Message message)). --->
System.Net.WebException: The request failed with HTTP status 401:
Unauthorized.
at
System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String
methodName, Object[] parameters)
at Microsoft.Crm.Platform.Proxy.EmailWebService.CheckIncoming(String
messageId, String subject, String from, String to, String cc, String bcc,
Int32& reasonCode)
at
Microsoft.Crm.Tools.ExchangeConnectorService.ExchangeSinkServiceMessages.CheckIncoming(ExchangeSinkServiceLogger
logger, ExchangeSinkServiceMailbox mailbox, Message message)
--- End of inner exception stack trace ---
at
Microsoft.Crm.Tools.ExchangeConnectorService.ExchangeSinkServiceMessages.CheckIncoming(ExchangeSinkServiceLogger
logger, ExchangeSinkServiceMailbox mailbox, Message message)
at
Microsoft.Crm.Tools.ExchangeConnectorService.ExchangeSinkServiceCore.ProcessMessage(Connection
connection, ExchangeSinkServiceMailbox mailbox, Recordset recordSet)
at
Microsoft.Crm.Tools.ExchangeConnectorService.ExchangeSinkServiceCore.ProcessMailbox(ExchangeSinkServiceMailbox mailbox)
Any help would be appreciated.
Thanks,
Blair Tag: contract templates Tag: 47999
Root Business Unit Disabled
Why is it possible to disable root business unit?
that does not make any sense and yes I was just trying to see if that is
possible, it works. Now the CRM Server is not accessible at all!
Max Tag: contract templates Tag: 47998
No "Actions" available in Report Manager
I've successfully installed CRM 1.2 Report Manager, logged into the APS
and browsed reports, but when I select a report name (radio button) and
click on Actions -- nothing happens. The options to delete or rename
doesn't popup. It is as if the Actions button is dead. I can Add a
Report (different button on the far right) but not Actions. I want to
simply rename a report.
I've uninstalled and reinstalled Report Manager but the same problem
occurs. Report Manager is installed into the correct virtual directory
under the CRM application using default settings. No changes to the
default IIS configuration. Any suggestions? Tag: contract templates Tag: 47993
CRM 3.0 SOAP Interface
I downloaded the latest SDK but the SOAP interface documentation still
says: "Content to be provided in a future release." Does anyone have an
example of how to use the SOAP API from a non .NET client? I am
currently trying to access with Java and Apache AXIS. Here's my
findings so far:
I ran WSDL2Java on the WSDL and it successfully generated all of the
proxies. The CrmServiceSoapStub constructor exceeded Java's 64K method
limit so I had to refactor that method in order to compile.
I get a 401Access Denied when trying to make any call. The Java version
of CrmService does not have a Credentials property, so I am not sure
where to set Credentials. Do I need to find my own kerberos/NTLM
authentication library and authenticate with that first? I tried
populating the inherited Username/Password properties for the
CrmServiceStub but that generates an unsupported authentication type
error. Do I have to enable basic authentication on the server? Any help
or example code would be GREATLY appreciated.
thanks,
Ben Tag: contract templates Tag: 47991
CRM 3.0 sincronizes all items
When i go to offline mode, the CRM 3.0 client only sincronizes the owner
objects.
How can i sincronize all objects from all users? Tag: contract templates Tag: 47987
Tracking E-Mails CRM V 3.0
If I send an e-mail which set to be tracked to a party in our contacts list,
it shows up fine unter this contacts history list. But if I open this e-mail
I always get the error "The sender's e-mail address could not be resolved to
a record in the system."
And this is not true, I am a user with the same e-mail address in my user
record, configured to be system admin in CRM.
I appreciate any hint on how to resolve this.
Thanks,
Markus Ruppel Tag: contract templates Tag: 47972
Mapping between entity
Hi.
At level of products present cost is a called field ($) where entrance the
cost of the product, at level of the product supply creates an equal field of
the same called type present cost, which I need is when this in selecting the
product to level of the supply, automaticamente she brings the information to
me of the present cost of the product. he is possible this? try to make it
by deployment manager and it did not work to me..any ideas?
---------------------------------------------------------------------------------
A nivel de los productos hay un campo llamado costo actual ($) donde ingreso
el costo del producto, a nivel del producto oferta cree un campo igual del
mismo tipo llamada costo actual, lo que necesito yo es cuando este en
seleccionando el producto a nivel de la oferta, automaticamente me traiga la
informacion del costo actual del producto. es posible esto? trate de hacerlo
por el deployment manager y no me funcionó....alguna idea de como hacerlo? Tag: contract templates Tag: 47970
importing data into V3
Hi,
Has anyone managed to import data into v3? What options do we have at
the moment? I understand that the migration framework isn't going to be
around for a while so is Scribe our only option? What about the import
option from within the application? Is it possible to import accountas
and contacts related to those accounts?
Thanks
Jo Tag: contract templates Tag: 47969
1.2 and service pack
Who know why CRM 1.2. dont work after installation SP1 on Server 2003,
but when I try work by client computer all is right, only when we work on
server by browser we receive error about permissions to the site...
who know anythin about this... Tag: contract templates Tag: 47968
Settings â?? templates â?? contract templates
What if I want to create sales contract with free text (like e-mail template)