/*assets*/
/*Code*/
Reserved Words
Reserved Words are words that users should not be using in the field names.
- “project”
- “sc”
- “id_form”
- “id_record”
- “video”
- “owner”
If any of the above words are used in the Field Name, upon the user clicking save, there would be a popup message warning the user that the name is reserved.
Note that this applies regardless of upper or lower case versions of the word.