In This Post we are going to Explain
⨳ What is a Column in Dynamics 365 CRM??
⪼A column in Dynamics 365 CRM is a field within an entity or table that stores specific data for each record. Columns define the structure of data in a table and help capture, store, and retrieve information like text, numbers, dates, or references to other tables.Features of Columns
Data Storage
Columns store specific types of data (e.g., text, numbers, or dates) for every record in a table. For example, in the Contact table, columns like "First Name" and "Email Address" store personal details.- CustomizationDynamics 365 provides default columns, but users can create custom columns to capture data unique to their business needs.
- Data Types:
- Single Line of TextStores short text, such as names or titles.
- Maximum Length: 4,000 characters.
- Example Use Cases: First Name, Title.
- Option SetDisplays a dropdown with predefined values. Users can select one value from the list.
- Example Use Cases: Status, Priority, Category.
- Multi-Select Option SetAllows users to select multiple values from a predefined list.
- Example Use Cases: Skills, Interests, Tags.
- Use Case: Assigning multiple tags to a record for categorization.
- Two Options (Boolean)Stores binary values such as Yes/No or True/False.
- Example Use Cases: Active/Inactive, Approved/Rejected.
- Whole NumberStores integer values with no decimal points.
- Example Use Cases: Employee Count, Age.
- Whole Number (Calculated Field)Derives its value based on expressions or calculations using other fields.
- Example Use Cases: Total Price = Quantity × Unit Price.
- Whole Number (Rollup Field)Aggregates data from related records, providing summaries like counts or sums.
- Example Use Cases: Total Opportunities, Count of Contacts.
- Floating Point NumberStores numeric values with decimal precision but not necessarily exact.
- Precision: Up to 5 decimal places.
- Example Use Cases: Ratings, Percentages.
- Decimal NumberStores precise numeric values with a fixed number of decimal points.
- Precision: Up to 10 decimal places.
- Example Use Cases: Price, Exchange Rate.
- CurrencyStores monetary values, allowing for multi-currency support.
- Example Use Cases: Order Amount, Revenue.
- Date and TimeCaptures date or date-time values.
- Behavior Options: User Local, Date Only, Time Zone Independent.
- Example Use Cases: Order Date, Appointment Time.
- LookupLinks records from one table to another, establishing a relationship.
- Example Use Cases: Contact within an Account, Customer in a Case.
- CustomerA specialized lookup for either Account or Contact.
- Example Use Cases: Case Customer, Opportunity Customer.
- ImageStores a single image file associated with a record.
- Example Use Cases: Profile Picture, Product Image.
- Multi-Lines of TextStores extended text, such as descriptions or comments.
- Maximum Length: 1,048,576 characters.
- Example Use Cases: Notes, Comments.
- FileEnables users to upload and store files associated with a record.
- Example Use Cases: Attachments, Contracts.
1) Log in to Dynamics 365 CRM.
2) In the top-right corner, click on the gear icon ⟪⚙️⟫ & Select Advanced Settings from the dropdown.
3) In the Advanced Settings area
4) go to the Customizations Area
Select Solution
Select Solution
5) Click on Solution that we are created (Mintech Services) to open the Solution Explorer
left-hand navigation.
7)Locate and select the Form (table) (formerly called entity) where you want to add the new Field (column) or Create & Open Main Form
8) Click on Fields Under the Selected Table After selecting the table, you will see several options. Click on the Fields option under the selected table
9) Click New to Create a New Column
In the Fields area, click on the New button at the top to create a new column (field)
This will open the field creation form where you can define the properties of the new column
⨠ Select the appropriate data type (e.g., Text, Whole Number, Option Set etc).
⨠ Set the column's behavior (Required, Optional, or Read-Only).
⨠ Configure additional properties like Default Value or Maximum Length if needed.
⨠ Save the column and click Publish All Customizations to apply the changes.
No comments:
Post a Comment