MemorizedEntry

Describes a commonly recurring task that is automatically displayed in user timesheets. For example, you might create memorized entries for holidays and sick days, meetings, and other commonly reported activities.

In all memorized entry methods, the type parameter is one of "time", "expense", or "mileage", to specify which kind of memorized entries to work with. The code1, code2, and code3 fields correspond to the three code types for that type of entry: Task, Pay Type and Bill Type for time entries; Code, Source, and Currency for expense entries; and Reason, Vehicle, and Measurement for mileage entries.

Name Type Description
id string

The ID of this entry.

group string

The ID of the group to apply the memorized entry to, or "\*Any\*"

project string

The value of the project field in the memorized entry.

code1 string

The value of the first code field in the memorized entry.

code2 string

The value of the second code field in the memorized entry.

code3 string

The value of the third code field in the memorized entry.

comment string

The value of the comment field in the memorized entry.