Fields in PWR apps represents what the columns represent in relational databases. It can store data values which 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:
(A) Standard Field:
Name:
Name is a standard field in every Custom object and the field gets created at the time of creation of 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 object.
(B) Custom Field:
Custom fields can be created on Standard or Custom object. They may or may not be required.
The Custom fields which 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, what info it contains, what format different type it should be (such as number, text, date, or pick list) and who sees it and who can change the field value.
How to create a field:
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 types of field data types which we can use to create a different fields:
...
A compound data type that contains address field data. This field includes few sub-fields are as follows:
...
A formula field can reference the value of another custom or standard field using a merge field.
(C) 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.
...