Pages

Search

Microsoft CRM - Can drop down fields be filled in on demand

Microsoft CRM - Can drop down fields be filled in on demand


Can drop down fields be filled in on demand

Posted: 04 Oct 2004 03:29 PM PDT

There is no workaround because the value is actualy stored as an integer -
the index of the entry in the list.

"IRA" <microsoft.com> wrote in message
news:com... 


How do I set up CRM in a different language for users?

Posted: 04 Oct 2004 02:05 PM PDT

Thats a pity. Catch-22, I guess - we have to be a bigger market to get the
SW translated, and won't be a bigger market without the SW being translated.

"John O'Donnell" <com-nospam> wrote in
message news:phx.gbl... 
message 
MSCRM 


Doubts about number of licences to acquire

Posted: 04 Oct 2004 08:06 AM PDT

Every user needs to have a license. You cannot share licenses between users
even though they may be logged in at different times etc.

--
John O'Donnell
Microsoft CRM MVP
http://www.microsoft.com/BusinessSolutions/Community/CRMFaqLanding.aspx


"Jorge" <es> wrote in message
news:arrakis.es... 
differents 
possibility 


Is Exchange required for SFO to work

Posted: 04 Oct 2004 05:43 AM PDT

exchange is only required to send emails to and from crm. When you go
offline in outlook all the network chatter is between your client machine
and the crm sql server.

--
John O'Donnell
Microsoft CRM MVP
http://www.microsoft.com/BusinessSolutions/Community/CRMFaqLanding.aspx


"Jason Beckett" <com> wrote in message
news:phx.gbl... 
without 
and/or 


Update picklist value with javascript

Posted: 04 Oct 2004 03:15 AM PDT

If you are looking for a way to have 2 picklists which have the same value,
look into the onchange event of the picklist properties. You can define a
javascript.

document.crmForm.Picklist1.value = document.crmForm.Picklist2.value

or something in the likes of that.

I hope this helps,
Rob Bakkers
Avanade

"RJD" wrote:
 

"Missing Microsoft CRM Key" when sending email?

Posted: 03 Oct 2004 12:10 PM PDT

ok, thanks. The errormsg threw me off the way to solution, thats all.

"Stephen Redmond" <nospam> wrote in message
news:phx.gbl... 


Integration Sharepoint Portal Server 2003 and CRM 1.2

Posted: 03 Oct 2004 09:17 AM PDT

Thanks, Danny, for the tips. TMTOWTDI

What we're really looking for here is the ability to create and open
documents in CRM, and have that being done on/to the Sharepoint server.

"Danny" <com> wrote in message
news:google.com... 
news:<phx.gbl>... 
short 
CRM. 
news: 
some 


Self Service & Reporting

Posted: 03 Oct 2004 03:10 AM PDT

Much appreciated. I have to say I like the product and would very much like
to set up a site for people to share scripts. This system seems to beg for
that kind of site, a sort of slipstick.com for CRM.

Unless any such site exists that I've not managed to find. :)

Dre

"Stephen Redmond" <nospam> wrote in message
news:phx.gbl... 


Connection failiure...

Posted: 01 Oct 2004 05:10 PM PDT

Many thanks - that was the problem.
It's always the easy things!

"Rob Bakkers" <microsoft.com> wrote in message
news:com... 


Custom report from menu

Posted: 01 Oct 2004 08:54 AM PDT

Hi Sylvie,

There is examples of this on this newsgroup. Use Google to search for
keywords such as "Crystal" and "Quote"


Stephen

"Sylvie" <microsoft.com> wrote in message
news:0a0c01c4a7ce$ef299d80$gbl... 


Security of CRM 1.2 onwards

Posted: 01 Oct 2004 07:37 AM PDT

Just keep in mind that when you expose CRM to the Internet you are exposing
your business pipeline to the entire world. If you take this route make sure
you have the entire system locked down as much as you can. Just imagine what
happens when one of your sales guys log into your CRM from a terminal in the
airport then forget to disconnect and simply walk away. An extreme example
maybe but a real possiblity. Today you can get CRM running over the internet
using SSL etc. However in real terms I always recommend using VPN if
possible.

--
John O'Donnell
Microsoft CRM MVP
http://www.microsoft.com/BusinessSolutions/Community/CRMFaqLanding.aspx


"Antoine" <pipex.com> wrote in message
news:supernews.com... 
Certified 


Pickuplist type values from db

Posted: 01 Oct 2004 04:07 AM PDT

The heart of the matter is that picklist values are stored statically in
form XSL generated when you publish via Deployment Manager and cannot be
filled dynamically from an external data source. Even doing so in a
programmatic batch way is not direct -- if indeed it's possible at all.
The CRMCustomization class exposes a RetrievePicklist method but no
corresponding SetPicklist (or whatever) method. I have noted, but have
not yet had time to explore, the UpdateOrganizationalUI method of
CRMCustomization. The SDK describes this method as "for internal use
only," but it is public. My current thinking is that programming
against this method, along with a parallel programmatic manipulation of
the corresponding XSL files (so as to emulate publishing) might make
what you are seeking possible.

But, as I say, I haven't had time to investigate this route deeply. If
anyone else has experience with the UpdateOrganizationalUI method, I'd
be interested in hearing it.

Chris Rogers
www.CustomerEffective.com

isv.config customization

Posted: 01 Oct 2004 02:23 AM PDT

Many thanks for the info Bryan, it was exactly what I was looking for!

Does anyone have any idea whether the Resolve case form can be modified?

"Bryan Freeman" wrote: