Getting one attribute of an Entity, fetches the whole record?

1
Hi, in version 3, getting one field from the database, used to fetch the full record. Is this still the way it works, in v4 ?
asked
1 answers
2

It depends on what you are looking at:

For data grids, we create retrieval schemas that specify what attributes and associates are necessary and only retrieve those from the database.

If you retrieve an object in a microflow you will get all the complete entity.

answered