Why calculated columns of a RecordType are not available in the Fields object ?

Certified Senior Developer

Hi,

I've created a simple RecordType based on a MySQL table, and when editing the grid list (tab List), I have added a new column that does not exist is the underlying table (ex : "total" that is the sum of fields "nb1" and "nb2"). 

When using this colum in a Grid of an interface, why does the "Recordtype!Vehicles.Fields.total" is not available ? 

Does the Fields object contain only the fields that exist in the underlying table ?

  Discussion posts and replies are publicly visible