What is the VersionNumber on the base tables?
Fri, 29 Aug 2008 08:41:00 -0700
That number changes as the data is changed, correct?
So if something in what is technically the ExtensionBase table changes, the
corresponding Base modifiedon will change, and hence the VersionNumber
changes... is that correct?
So if I store the original VersionNumbers somewhere then compare those
orig ...
|
Suppress Datetime validation alert
Fri, 29 Aug 2008 08:37:02 -0700
I want to avoid the default validation alert for datetime field on MS CRM
forms.
When I enter 08082008 in the date field, alert pops up and says the date
format is not valid.
I want to enter 08082008 in the date field. and thru javascript I want to
add slashes(/) and make the date look like 08/08/2008. ...
|
QueryExpression Builder tool for javascript
Fri, 29 Aug 2008 08:30:00 -0700
Is the any tool available for building queryexpression for fetching data from
ms crm service from javascript?
I want to retrieve data from multiple entities based on some conditions.
Is there any sample code or tool available?
--
romeo!! ...
|
Query Issue
Fri, 29 Aug 2008 08:07:32 -0700 (PDT)
Hello,
Im attempting to create and execute the following query, in vb.net:
Dim token As New CRMService.CrmAuthenticationToken
token.AuthenticationType = 0
token.OrganizationName = "BoldTechnologiesLtd"
Dim service As New CRMService.CrmService
...
|
Migrate account visibility
Fri, 29 Aug 2008 04:34:01 -0700
Hello,
I have a problem when I migrate an account. This account is visible for all
the users and teams of my CRM but I want that this account can only be
visible by members that I want to share this account with them.
Thanks. ...
|
Set field value based on results of 3 other fields
Thu, 28 Aug 2008 11:40:37 -0500
CRM 4.0
I have 4 fields; all are bit type with default = "No"
Field 1 = Compliance Question 1 | bit | No | Radio Button on Form
Field 2 = Compliance Question 2 | bit | No | Radio Button on Form
Field 3 = Compliance Question 3 | bit | No | Radio Button on Form
Field 4 = Compliant ? | bit | No | Radio Button ...
|
Open window with the same features/properties as original window
Thu, 28 Aug 2008 03:22:01 -0700
Hello,
I have a button on the quote form which calls a workflow, when the
workflow is finished I want the window to refresh. Originally I used
window.location.reload() however this caused a window to appear warning about
resubmitting information, not ideal.
Therefore I deicide to close the window ...
|
|
|
Strange webclient behaviors
Wed, 27 Aug 2008 22:57:00 -0700
Hi,
I deployed CRM 4.0.
I'm experiencing strange webclient behaviors like screen freezing, the
fields on the screen begin to move, when i use the search the screen freezez
also sometimes.
I'm using IE 7.0.6
Does anyone know the reason?
Thanks in advance
...
|
Integration of MS CRM with TRIM or other electronic document syste
Wed, 27 Aug 2008 15:29:03 -0700
has anyone integrated TRIM and CRM for document management?
Steve ...
|
Disabling an user on save instead of Action->Disable
Wed, 27 Aug 2008 14:53:01 -0700
Hi,
I am beginner to CRM. I have a â??sysuserâ? entity. Any user created is further
authorized permission to do the various task. I wanna make a user enable or
disable. I have that option available in to â??Actionâ? menu But I want the
user to be disabled on the basis of effective and expiry date.
I ha ...
|