Viz Mosart Administrator Guide
Version 5.6 | Published July 22, 2024 ©
ta_templatetypealias
The ta_templatetypealias table contains custom user aliases for the Mosart template types. These aliases are used by Mosart ManusAdministrator to translate user aliases to the corresponding Mosart template types.
| 
         Name  | 
                
         Type  | 
                
         Allow Null  | 
                
         Description  | 
        
| 
         ta_recno  | 
                
         integer  | 
                
         No  | 
                
         Primary key.  | 
        
| 
         ta_name  | 
                
         varchar(32)  | 
                
         No  | 
                
         The template type alias name. Should be unique, as this is presented to the users.  | 
        
| 
         ta_description  | 
                
         varchar(128)  | 
                
         Yes  | 
                
         Optional template type alias description.  | 
        
| 
         ta_tt_recno  | 
                
         integer  | 
                
         No  | 
                
         Foreign key referencing the corresponding Mosart template type in the tt_templatetype table.  | 
        
| 
         ta_default  | 
                
         smallint  | 
                
         Yes  | 
                
         A value of 1 is used for the ‘default’ alias among those belonging to the same template type. For each template type, exactly one alias belonging to that type should have ta_default = 1.  | 
        
Information: The ta_templatetypealias table is the only table that is maintained and used by Mosart ManusAdministrator containing the NRCS template type aliases.