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 , 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 record id can help you identify a record in the database. Each each record in the system has a unique ID id field assigned to it which is known as Record IDrecord id. It is system generated and cannot can not be edited or deleted. It is generated every time a new record is inserted into the application.
...
It is used for dynamic references to retrieve information about an object through Object Typeobject type.
For example, inst0526insta__manualTesting: here the records under categorized into Manual testing objects, and the object under categorized into Instance.
...
If you do something at someone's instance, you do it because they have ordered or requested you to do it. The instance of the operator is used to check whether an object is an instance of a particular class or not.
// Instance represents unique entity into the platform. instance field holds prefix of the instance.
Owner:
Objects have an owner Id field that is a reference to the user who owns that object. Ownership ownership is an important concept that affects the security model and has other implications throughout the system. Any any user can query the owner field for any record they can access.
Tags:
A Tag tag field on a content-Type type allows Content Contributors content contributors to label the content with keywords (tags) as it the content is contributed. Each Content Type each content type can only have one Tag tag field. You you can tag any field-value pair directly from the results of a search.
...
Created by field is a built-in (non-custom) audit field that is used to record which syncing user created a record. You can not update that field once the record is created.
...
The date and timestamp for changes made to an individual record, including the User user who made the change. Unfortunately, you won't be able to change the "last modified by" field, as this is a system field that is read-only
last modified by is not updatable.
Deleted By:
Deleted by field is a built-in (non-custom) audit field used to record which syncing user deleted a record.
Deleted On:
Deleted by on is a field where date refers to the last time a document or file was deleted.
Last Modified On:
The "Last Modified On" last modified on date refers to the last time a document or media file was modified. This this information is gathered from metadata within the document or from the website's servers.
Is Test Record:
The field “Is Test Record” is test record is used by the developer to maintain the test record.
...
When any of the records have been deleted from the org it gets reflected in the Erase On erase on the field. The the restore limit for the Erase On erase on field is of 30 days.
Is Published:
...
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 standard or Custom custom objects. They they may or may not be required.
The Custom custom fields are added by the administrator or developer to meet the business requirements of your organization.
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).
...
The formula field is used to calculate custom fields, validation rules, Flow flow logic, etc.
Formula fields are read-only fields that automatically calculate a value based on other fields or a formula. Any any change in expression or formula will automatically update the value of the formula field.
...