Technical Hints Tips and Tricks that cover customization and development using Sage CRM. API usage and coding are covered.
Browse by Tags
All Tags »
Default Values (
RSS)
-
|
This example code is provided by a colleague in Switzerland. It provides an alternative way of creating an automatically incrementing field value. The result of the code is to create an incrementing number...
|
-
|
When you insert a new record, the Territory field defaults to a territory called Default. This is not a true territory, but a territory placeholder. The Default entry remains in the field until the user...
|
-
|
For example, you may have a requirement to set the initial default value of a Quotation description to be the same as the Opportunity description. This can be done using an onCreate script. In this example...
|
-
|
Thanks to Dave for this one! Problem: You want a date field to default to today when a user adds a new record to a table. You do not want the user to see the date field on the screen. Problem2: You try...
|