Fields in PWR apps represent what the columns represent in relational databases. It can store data values that are required for a particular object in a record. Fields can store many different types of data.
...
The above-mentioned fields explain are as follows:
Standard Field:
Name:
The name is a standard field in every object and the field gets created at the time of the creation of the object. This is cannot be deleted or edited.
For standard objects, the fields which are present by default in them, cannot be deleted from standard objects.
Audit Field:
Record Id:
A Record ID can help you identify a record in the database. Each record in system has a unique ID field assigned to it which is known as Record ID. It is system generated and cannot be edited or deleted. It is generated every time a new record is inserted into the application.
...
Is Manageable is a boolean field of metadata object that used to make an object is managed or
un-managed.
Custom Field:
Custom fields can be created on Standard or Custom objects. They may or may not be required.
...
When we create a custom or standard field, we can decide where it appears, and what different type it should be (such as number, text, date, or pick list).
...
From Profile, go on “Setup”
Click on “Schema” and select a “Objects” option
Click on any Object where we have to add the fields
Click on a “New” and select the appropriate data type to create a field
There are 26 data types which that we can use to create a different fieldsfield:
Address:
A compound data type that contains address data. This field includes few a sub-fields are as follows:
Country: The country detail for the address.
State: The state for its territory, the area of jurisdiction, or geographic boundaries for the address.
City: The A city is a place in which people live and work; its detail for the address.
Street: The street address includes the address of a building, typically comprising a house number, and street name detail.
Postal Code: The postal code refers to the code in the post office number of the postal code system for the address. Postal codes are usually assigned to geographical areas.
...
An array is a systematic arrangement of similar objects, usually in rows and columns. Arrays are used to store multiple values in a single variable, instead of declaring separate variables for each value.
Object:
Object The object is a field, where variables are saved together within an object, we call them fields or member variables.
...
A lookup relationship essentially links two objects together so that you can “look up” one object from the related items on another object. Lookup fields allow users to associate two records together in a relationship but has have no effect on deletion or security.
...
If the user may have to answer “Yes” its it’s ‘Checked’ or “No” its ‘not Checked’ on a simple yes/no question. We can set a default value is as either yes/no.
The Checkbox field have has feature accessibility like may or may not be Read-only or Sort-able, Create-able, or Editable.
Currency:
Currency fields contain currency values. The currency field exists only for those organizations that have enabled multi-currency support.
The currency field have has feature accessibility like may or may not be Required, Select-able, Read-only or Sort-able, Create-able or Editable. We can choose the appropriate currency type from drop-down whichever is listed and may apply the limitation to be taken as minimum or maximum on the currency.
Date:
Allows users to enter a date or pick a date from a popup. Use the functions DAY( date ), MONTH( date ), and YEAR( date ) to return their numerical values. This field will store the text version of the Date Field in dd/mm/yyyy format.
A Date value stores a year, month, and day. A date field is great for showing the birth date.
The date field also have has feature accessibility like may or may not be Required, Select-able, Read-only or Sort-able, Create-able or Editable
...
A Date/Time value stores a year, month, day, and a time. The time is stored as GMT, but displays in the time zone of the user viewing it. It’s important to keep time zone conflicts in the back of your mind as you work with Date/Time values in formulas.
This field is come comes along with multiple date dates and time formatformats. We can pr-defined date as minimum and maximum by applying validation.
The date/time field also have has feature accessibility like may or may not be Required, Select-able, Read-only or Sort-able, Create-able or Editable
...
Image Field is a file field with uploads restricted to image formats only. Before uploading files, one needs to specify a lot of settings so that the file is securely saved and can be retrieved in a convenient manner.
Image Field is used for storing valid image files into in the database in jpg, jpeg, jpg, svg SVG, and gif format. Also, allowing multiple sources to use like attachmentattachments, records, record and URLURLs.
Email:
This is a separate fields field to record email details from a user, called the E-mail field data type field. This field can validate if the given email ID is valid or not.
This field allows users to enter an email address, which is validate validated to ensure proper format.
Integer:
...
The minimum value permitted. The user can enter a value that is equal to the minimum value. Or else, the user must enter the a value greater than the minimum value.
The maximum value permitted. The user can enter a value that is equal to the maximum value. Or else, the user must enter the a value less than the maximum value.
Default The default value must be between the minimum and the maximum value.
...
The user can enter a value that is equal to the minimum value. Or else, the user must enter the a value greater than the minimum value.
The user can enter a value that is equal to the maximum value. Or else, the user must enter the a value less than the maximum value.
Default The default value must be between the minimum and the maximum value.
...
Multi-select:
The multi-select pick list picklist data type field contains many of the data available on the list. This pick list can allow users to select multiple data from the list.
Multi-pick list fields allow you to select multiple values on your records for various use cases. You have the ability to define values on during the creation of the field and after creation, you can continue to add and remove other values.
...
The Percent is a field that allows users to enter a percentage number as a decimal. The percent field type is a field type designed to hold numerical values formatted as a percent. The values in a percent field are all represented as fractions of 100 with the percent sign.
...
The Phone field enables your users to enter a valid international phone number. The input area of the phone field contains : A a drop-down menu to select the international country calling code. An input box, with indicative text, to enter the phone number.
Select:
The select field offer offers a selection of options available for specific fields in a an object, such as a list of regions. Users can then choose a single value from a list of options rather than make an entry directly in the field, which cuts down on errors and helps keep data clean.
Text:
Allows the user to any combination of letters and numbers.
They typically appear in forms and dialog. Text field component design should provide a clear affordance for interaction, making the fields discoverable in layouts, efficient to fill in, and accessible.
Tags:
A Tag field on a Content content-Type allows Content Contributors to label the content with keywords (tags) as it the content is contributed. Each Content Type can only have one Tag field. You can tag any field-value pair directly from the results of a search.
...
Radio buttons are arranged in groups of two or more and displayed on the screen as, for example, a list of circular holes that can contain white space (for deselected) or a dot (for selected). Each radio button is normally accompanied by a label describing the choice that the radio button represents.
The choices are mutually exclusive; when the user selects a radio button, any previously selected radio button in the same group becomes deselected (making it so only one can be selected). Selecting a radio button is done by clicking the mouse on (or touching the screen over) the button, or the caption, or by using a keyboard shortcut.
Text Area:
Text The text area field represents a multi-line plain-text editing control, useful when you want to allow users to enter a sizable amount of free-form text, for example, a comment on a review or feedback form.
We can customize the field by applying the validations like maximum & minimum limit, the number of rows & columns, and the direction and pattern of the field area.
...
The toolbar allows the users to undo, redo, bold, italic, underline, strike-outstrikeout, add a hyperlink, upload the image, modify alignment add a numbered or non-numbered (bulletin) list.
...
Your template content can store fields that show field values from different objects. These merge fields are automatically updated in your content when the referenced field is updated on the other object. This process is useful if you want template content to reflect changes made elsewhere in your org.
Formula:
Formula The formula field is used to calculate custom fields, validation rules, Flow logic, etc.
Formula field fields are read-only fields that automatically calculate a value based on other fields or a formula. Any change in expression or formula will automatically update the value of the formula field.
A formula field can reference the value of another custom or standard field using a merge field.
...