Error: Culture ID 0 (0x0000) is not a supported value
Mon, 29 Sep 2008 06:30:00 -0700
We've got a CRM system in which the activity date of an Opportunity (renamed
"Deal" in this particular case) is updated through an SSIS feed. This SSIS
feed has remained unchanged through a CRM 3 to CRM 4 upgrade and works fine
when pointed to an upgraded dev system, but when pointed to the production
system ...
|
Custom stored procedure for CRM not returning records
Mon, 29 Sep 2008 06:08:00 -0700
Hi all,
We've got a pair of custom stored procedures called from a grid control on
an aspx page that are not returning data in a production environment unless
you are logged in through the CRM server itself. These procedures work OK in
a development environment. As far as we can tell the SQL Access Group ha ...
|
how to reload crm web page with updated info
Mon, 29 Sep 2008 13:34:56 +0200
Hi.
This is my scenario:
On a quotedetail i have a separate tab with an iframe on it. This iframe is
an aspx page where i do some calculations. I use Webservice to update the
quotedetail with new values, but when i return from my aspx page i still see
the old values on the general page. I need CRM to reloa ...
|
Can't clear form fields
Mon, 29 Sep 2008 03:27:01 -0700
Hi,
I have a really weird problem. In some forms I can't clear text box fields
and lookup fields. When I click the save button and the form loads the fields
that I cleared are still filled. I can't understand why this happens. I have
a callout subscribed to this entity but the callout doesn't refer to these ...
|
SQL Query Join Tables
Mon, 29 Sep 2008 03:21:01 -0700
Hi
I am in the process of creating a custom CRM service report in Visual
Studio. We need to display a list of cases created during a specific month
for a certain customer and a list of all service activities created and
associated with the specific service type named Maintenance.
I have designed the rep ...
|
How to refresh CRM form from ISV custom page
Mon, 29 Sep 2008 01:32:00 -0700
Hi,
I am trying to refresh my from from custom page that i opened from ISV,
please see the code:
My custom page:
< script language="javascript">
function window.onunload()
{
window.opener.location.reload();
window.close();
}
...
|
Count Related Records
Mon, 29 Sep 2008 00:43:00 -0700
Hi,
I have two custom entities A and B related to the contact entity in a N:1
relationship each.
I added in contact a field that counts how many related entities records
each contact has. To count them, i created two workflows(on create of each
custom entity) to update the number.
It's working well. B ...
|
|
|
Email status code error
Sun, 28 Sep 2008 14:05:01 -0700
I modify an email when it is created in CRM from Outlook via a plugin
(incoming mail is set to open/draft). This works fine when online, however
when going online after executing the plugin offline, I get the error:
invalide state/status code.
Are there (implict) restrictions to altering statecodes on activ ...
|
Real Newbie re:calculating field
Sat, 27 Sep 2008 13:38:01 -0700
Hi, I have become involved with MS CRM 4.0 and while up to dealing with
programs like Access, I am not a programmer. My current frustration borne of
ignorance is how to make a field calculate. I have an implmentation of CRM
4.0 which had been configured earlier and has some fields which do calculate.
But I d ...
|
Changing Account to Order relationship in CRM 3.0
Sat, 27 Sep 2008 05:01:00 -0700
When the Account owner is changed, all the Orders (even previous orders owned
by other usres) get assigned to the new owner of the account.
I wanted to change the Account - Order Relationship to configurable
cascading: User owned. However, the relationship type is SYSTEM. User cannot
change the relationship ...
|