Login / Register  search  syndication

          Jason Buss' Blog

Jason Buss on SalesLogix development & customization, SQL, and more.

FieldTypes in Sage CRM

I wanted to take this post to outline some of the common field types that are available within Sage CRM, for anyone new to development within Sage CRM.  These are defined under the Fields tab under Administration/Customization/{EntityName}.

*Note - not only to field names need to be unique, field Captions must be unique as well.  It's a bit of a pain, since you cannot have two separate fields on two different views that have the same caption.

Most of these properties are the same, but I've noted differences where they exist:

  • Text:  Standard Text field
    • Column Name - Field name in the Entity Table
    • Caption - Caption Displayed in Sage CRM
    • Max Length - Field Length of within the Entity Table
    • Entry Width - With of the field as it is displayed in Sage CRM
    • Default - (Optional) default value for the control.
  • CheckBox:  Standard Boolean field
    • Column Name
    • Caption
    • Default - (Optional)  Checked or Unchecked
  • Phone Number/Email Address/WWW URL:  Specialized entry fields including formatting for specific data
    • Column Name
    • Caption
    • Max Length
    • Entry Width
    • Default
  • MultiLine Text: Memo field
    • Column Name
    • Caption
    • Entry Width - Since a memo field does not have a fixed width, the width and Height properties are used to define how the field appears on the form
    • Entry Height
    • Default
  • Selection: Picklist Items
    • Column Name
    • Caption
    • Selection Height
    • Lookup Family - Used to define the picklist used in the control
    • Lookup Width px - (Optional)
    • Default
  • Integer/Numeric: Standard field for numeric input
    • Column Name
    • Caption
    • Entry Width
    • Default
  • Date & Time: Field to display date and time information with formatting
    • Column Name
    • Caption
    • Default
  • Team Select/User Select: Control allowing selection of Teams or Users in Sage CRM
    • Column Name
    • Caption
    • Selection Height
    • Default
    • Search SQL (User Select only)  This optional property allows you to define a SQL statement to search for particular users

That's all for now, but in my next post, I'm going to go step by step through building a new tab based on these types of fields.  Stay Tuned!  Smile

 

 

 

What's This?
Bookmark and Share

About Jason Buss

   Jason is a senior application developer with Customer FX.


Related Content
   Using the Reporting API enhancement in SLX 7.5.2 web
Sage has added an API enhancement to facilitate running Crystal reports in the SalesLogix web client. To
Posted on Feb 17, 2010 by Jason Buss to Jason Buss' Blog
 
   SageCRM v7 has entered Beta
Sage is getting ready to release the latest version of SageCRM and we will keep you posted as more i
Posted on Feb 11, 2010 by Scott Weber to SageCRM Product Blog
 
   SageCRM 6.x Field Length
One of our creative SageCRM admins created a custom entity in SageCRM 6.0 and was successfully using that
Posted on Dec 17, 2009 by Mark Duthoy to Tech Talk
 
   Become a Fan of Customer FX on Facebook / Twitter
If you've been following our blogs, such as mine or our others written by Ryan Farley, Kris Halsrud a
Posted on Nov 18, 2009 by Jason Buss to Jason Buss' Blog
 
   SageCRM - Building Workslips Part 1
Over the next few weeks, I'll be posting a walk-through which will outline building a Workslips modul
Posted on Oct 28, 2009 by Jason Buss to Jason Buss' Blog
 
Comments

 

Twitter Trackbacks for FieldTypes in Sage CRM - The Customization Blog [customerfx.com] on Topsy.com said:

Pingback from  Twitter Trackbacks for                 FieldTypes in Sage CRM - The Customization Blog         [customerfx.com]        on Topsy.com

October 14, 2009 9:55 AM
 

The Customization Blog said:

Over the next few weeks, I'll be posting a walk-through will outline building a Workslips module for Sage CRM. In this part, I'll cover creating a new table, and defining fields in that table. We're going to start with creating new table structure

October 28, 2009 11:40 AM

Leave a Comment

(required)  
(optional)
(required)  
Add
All contents Copyright © 2010 Customer FX Corporation
Customer FX Corporation
2324 University Avenue West, Suite 115
Saint Paul, Minnesota 55114
Tel: 800.728.5783

  Follow @CustomerFX on twitter
Follow the best news, tips, and articles
  Subscribe to Customer FX on youtube
Watch SalesLogix tutorial videos from Customer FX
Login / Register