Technical Hints Tips and Tricks that cover customization and development using Sage CRM. API usage and coding are covered.
Browse by Tags
All Tags »
dates (
RSS)
-
|
This follows on from the article " How do you set a null value via (SOAP) Web Services? ". Part of the difficulty in setting DateTime fields to null via webservices is that System.DateTime in...
|
-
|
The feature 'Web to Lead' in Sage CRM enables you to create web pages for collecting lead information automatically. The process generates the HTML to define a web form page for entering lead details...
|
-
|
Occasionally you will need to fetch a date from either the CRM database or perhaps from an external system that is then needs to be formatted so it looks like a CRM date. All users are able to set their...
|
-
|
This article has been updated.(again 14th April 2009) Dates can be a bit of a challenge. This article explains three points: how to convert a record’s date field value into a JavaScript Date object. how...
|
-
|
This article has been updated to correct links and to correct code. There have now been a few articles posted here that discuss Self Service . So if you have been reading these or have been working with...
|
-
|
The validation of dates can be tricky. Partly this is due to jscript and partly down to the flexibility that Sage CRM provides in allowing dates to be presented. I have covered how default values dates...
|
-
|
A way of validating time is possible by taking advantage of the way Date/Time fields are added into Sage CRM. For example if you add a new Date/Time field into the company table, e.g. comp_customersincedate...
|
-
|
This article has been updated. Create Script example Date/Time fields can can have their values set by using the DefaultType property. If DefaultType set to 6 then the field displays the Current Date/Time...
|
-
|
In Sage CRM an individual user can set their own date preferences that control how CRM date and datetime fields are then displayed. This is done in the My CRM, Preferences tab screen. If you are trying...
|
-
|
This article has come about because of a question from a partner working on implementing Sage CRM where the customer would like dates shown according to the Hijri (Islamic) calendar. This is a subject...
|