Deleting attributes or renaming them

-1
Is it possible to delete attributes once they have been created or renaming them?
asked
1 answers
1

Hi Stratis,

 

It is possible to both “Rename” and “Delete” the existing attributes from your Entities.

  1. Renaming an Attribute will rename the Database Column Header to the new value.
  2. Deleting an Attribute will delete the entire column from the underlying Database resulting in deletion of the attribute values for all Objects belonging to that Entity.

 

answered