Structure of Snap Schedule 365 object: ActivityLogEntry
PROPERTIES
| Title | Type | Description |
|---|---|---|
| ID | number | ID of an activity log entry |
| ActivityValue | number | Activity recorded: 1=Create, 2=Edit, 3=Delete |
| AppUserID | number | Pointer to the scheduler that performed this activity |
| EmployeeID | number (references Employee) | Pointer to the employee that performed this activity |
| MachineName | string | Name of the machine that the scheduler is logged into |
| EntityIdentifier | number | ID of the entity recorded |
| EntityName | string | Name of the entity recorded |
| Description | string | String representation of entity values |
| DateCreated | Date | Date and time that the activity log entry was created |
| LastUpdated | Date | Date and time that the activity log entry was updated |
| CompanyTimeNow | Date | The current date and time in the account’s defined timezone. |