Apps Community apps Settings Model ActivityType

Model ActivityType

namespace HubletoApp\Settings\Models\ActivityType

List of assignable types for Activities. Activity types are closely tied to the Calendar. Activity with an activity type that has calendar_visibility set to true will be shown in the main Calendar. The color of the activity type will be reflected on the activity in the weekly and daily view of the calendar or on a all day activity. calendar_visibility is ignored in "model" calendars (eg. in the Company, Lead or Deal forms).

Constants

This model does not define constants.

Properties

Property Value
 eloquentClass Eloquent\ActivityType::class
 table activity_types
 lookupSqlValue [TABLE].name

Data Scructure

Column Title ADIOS Type Length Required
id ID  int TRUE
name Type Name  varchar TRUE
color Color  varchar TRUE
calendar_visibility Shown in Calendar  varchar TRUE
icon Icon  varchar TRUE

Foreign Keys

This model does not contain any foreing keys

Indexes

Only  default indexes are used.

Relations

This model does not contain any relations.

www.hubleto.com | Found a bug or missing something? Report an issue via GitHub.