How to clear an ambiguous lookup in javascript
Thu, 18 Mar 2010 15:17:01 -0700
Hi,
I have an account lookup in a form. I can type in this lookup and the lookup
tries to resolve the account. When I get back multiple matches, the lookup
shows text in red and if I click on it I get a list of possible matches for
the text I entered.
I need to clear the lookup after I select an item from ...
|
PlugIn CrmDateTime.Value not in UTC format when fired via Data Mig
Thu, 18 Mar 2010 08:30:01 -0700
Hi
I have a little plug-in problem that I am going to code around, I just
wanted to see if anyone else had seen this or was aware of why this might be
happening.
I have developed a plug-in that fires on the pre-create of a phonecall
activity. It defaults the time to 09:00 if the user has selected a due ...
|
Client call to web service, from CRM form
Thu, 18 Mar 2010 09:59:40 +0100
I'm struggling with a call to a web service from a CRM form via javascript.
The service is pretty simple, it has a method (EntityPropertyValue) that
can return an entity property value (as string) when given EntityId,
EntityName and PropertyName.
The service supports both HttpGet and HttpPost.
The service w ...
|
Licence Developper 4.0
Mon, 15 Mar 2010 14:26:32 +0100
Bonjour !
quelqu'un pourrait il me dire s'il existe une version CRM 4.0 pour les
développer ?
Pour ma part j'installe la version d'éval tous les 3 mois ! mais ca devient
carrément pénible !!!! surtout lorsqu'on doit sauvegarder les
personnalisations des clients !
et étant donné que le prix d'acquisition ...
|
Setting default currency
Sun, 14 Mar 2010 13:13:14 -0700
I am having a similar issue on the Opportunity form. I can set the currency field (or at least visually it appears to be set) and then when I fill in an amount, the system gives me an error. If I manually set the currency, the functionality works fine. Am I missing something?
// set default when creating initi ...
|
Same issue here setting a default currency on the Opportunity form
Sun, 14 Mar 2010 13:12:41 -0700
I am having a similar issue on the Opportunity form. I can set the currency field (or at least visually it appears to be set) and then when I fill in an amount, the system gives me an error. If I manually set the currency, the functionality works fine. Am I missing something?
// set default when creating initi ...
|
Setting default currency
Sun, 14 Mar 2010 13:10:51 -0700
I am having a similar issue on the Opportunity form. I can set the currency field (or at least visually it appears to be set) and then when I fill in an amount, the system gives me an error. If I manually set the currency, the functionality works fine. Am I missing something?
// set default when creating initi ...
|
|
|
Force AX to release memory
Sat, 13 Mar 2010 02:03:01 -0800
Is there any way to force AX to release memory? ...
|
Modify the query
Fri, 12 Mar 2010 10:46:00 -0800
Since you want a single contact you need to change the query as follows:
"select TOP 1 contact0.* from FilteredContact as contact0"
Hope this helps.
Vikas Chitale wrote:
Hi Flavio,Thanks for the reply... Can you clarify a bit more...
01-Feb-10
Hi Flavio,
Thanks for the reply... Can you clarify a ...
|
Callout error - Server was unable to process the request
Thu, 11 Mar 2010 08:08:01 -0800
Hi all!
I wrote a preupdate callout for opportunity that create a new task when a
particular field is modified. I get the error "Server was unable to process
the request".
If I user DefaultCredentials I get the error but if I use
service.Credentials = new System.Net.NetworkCredential("user", "pwd",
"domain ...
|