Fields:
Fields are nothing but Columns in the regular Database of an Object.There are so many Field Values data Types contain by Salesforce as:
Text,TextArea,TextArea rich,textArea Long,
Auto Number,Date,DateTime,Percent,Number,
Picklist,MultiSelect Picklist,Email,Phone,Chechbox......
Navigation:
Setup.....>Build....>Create.....>Objects....>Open the Existing Object.....>Fields and Relations....>Select New
Step1....>Select Field Type and Next
Step2.....>Enter Field label,Length ,Description and Next
Step2...>Establish Field Level Security and Next
Step3....>Save.
Types of Fields:
There are 3 Types of Fields in Salesforce as
Example:
Fields are nothing but Columns in the regular Database of an Object.There are so many Field Values data Types contain by Salesforce as:
Text,TextArea,TextArea rich,textArea Long,
Auto Number,Date,DateTime,Percent,Number,
Picklist,MultiSelect Picklist,Email,Phone,Chechbox......
Navigation:
Setup.....>Build....>Create.....>Objects....>Open the Existing Object.....>Fields and Relations....>Select New
Step1....>Select Field Type and Next
Step2.....>Enter Field label,Length ,Description and Next
Step2...>Establish Field Level Security and Next
Step3....>Save.
Types of Fields:
There are 3 Types of Fields in Salesforce as
System Fields | System Audit Fields | Standered Fields |
ID---->It
is 18 character or 15 character ID |
Created By Id---->Id
gennerated by Systemcreate a field |
Created by----> Lookup to User |
IsDelete--->It’s a Boolean Value indicates Record goes to Recycle bin or not | Last Modified By Id---->Id
gennerated by System when record is Update or modify. |
Owner-----> Lookup to User/Queue |
Created Date---->Generates
Date when the Fielld is Created |
LastModifiedBy---> Lookup to User |
|
Last Modify Date--->Generates
date when theField is modified/Updated. |
Name----.> Lookup to any Object |
|
System Mod Stamp----> Creates a Time Stamp |
Example:
Custom Object
DOCTOR
Standard Fields[4] | Custom Fields &
Relationships[1] | Validation Rules[0] | Page Layouts[1] | Field Sets[0] | Compact Layouts[1] | Search Layouts[6] | Buttons, Links, and
Actions[9] | Record Types[0]| Apex Sharing Reasons[0] | Apex Sharing
Recalculation[0] | Object Limits[10]
Custom Object Definition Detail
|
|||||||||
Singular Label
|
DOCTOR
|
Description
|
1
|
||||||
Plural Label
|
DOCTORS
|
Enable Reports
|
|||||||
Object Name
|
DOCTOR
|
Track Activities
|
|||||||
API Name
|
DOCTOR__c
|
Allow in Chatter Groups
|
|||||||
Allow Sharing
|
|||||||||
Allow Bulk API Access
|
|||||||||
Allow Streaming API Access
|
|||||||||
Track Field History
|
|||||||||
Deployment Status
|
Deployed
|
||||||||
Allow Search
|
|||||||||
Help Settings
|
Standard
salesforce.com Help Window
|
||||||||
Created By
|
xxxx,2/23/2016 9:45 AM
|
Modified By
|
xxxx,2/23/2016 9:45 AM
|
||||||
Standard Fields
|
|||||||||
Action
|
Field
Label
|
Field
Name
|
Data
Type
|
Controlling
Field
|
Indexed
|
Track History
|
CreatedBy
|
Lookup(User)
|
|||||
Name
|
Text(80)
|
|||||
LastModifiedBy
|
Lookup(User)
|
|||||
Owner
|
Lookup(User,Queue)
|
Custom Fields &
Relationships:
|
|||||||||||
Action
|
Field Label
|
API Name
|
Data Type
|
Indexed
|
Controlling Field
|
Modified By
|
Track History
|
||||
Occupation_c
|
Text(12)
|
||||||||||