cgcloud__User_Document__c

Stores the details of the daily report object. This object is available in API version 54.0 and later.

Supported Calls

create(), delete(), describeLayout(), describeSObjects(), getDeleted(), getUpdated(), query(), retrieve(), search(), undelete(), update(), upsert()

ields

Field Details
LastReferencedDate
Type
dateTime
Properties
Filter, Nillable, Sort
Description
Most recent date on which a user referenced this record.
LastViewedDate
Type
dateTime
Properties
Filter, Nillable, Sort
Description
Most recent date on which a user viewed this record.
Name
Type
string
Properties
Autonumber, Defaulted on create, Filter, idLookup, Sort
Description
Unique identification of the record.
OwnerId
Type
reference
Properties
Create, Defaulted on create, Filter, Group, Sort, Update
Description
ID of the record owner.
This is a polymorphic relationship field.
Relationship Name
Owner
Relationship Type
Lookup
Refers To
Group, User
cgcloud__Accountable__c
Type
reference
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Reference to the accountable user.
This is a relationship field.
Relationship Name
cgcloud__Accountable__r
Relationship Type
Lookup
Refers To
User
cgcloud__Annotation__c
Type
textarea
Properties
Create, Nillable, Update
Description
Annotations for the user document.
cgcloud__Creation_Date__c
Type
date
Properties
Create, Defaulted on create, Filter, Group, Nillable, Sort, Update
Description
Date of initiation of the daily report.
cgcloud__Date__c
Type
date
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Date of the daily report.
cgcloud__Phase__c
Type
picklist
Properties
Create, Filter, Group, Nillable, Restricted picklist, Sort, Update
Description
Phase of a user document.
Possible values are:
  • Approved
  • Correction—Rejected
  • Initial
  • Released
cgcloud__Responsible__c
Type
reference
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Reference to the user who's responsible for the user document.
This is a relationship field.
Relationship Name
cgcloud__Responsible__r
Relationship Type
Lookup
Refers To
User
cgcloud__Template_Description__c
Type
string
Properties
Filter, Nillable, Sort
Description
Description of the daily report template.
This is a calculated field.
Formula
cgcloud__User_Document_Template__r.cgcloud__Description__c
cgcloud__Total_Duration_Min__c
Type
double
Properties
Filter, Nillable, Sort
Description
Indicates the sum of activities in minutes.
This is a calculated field.
cgcloud__Total_Working_Duration_Min__c
Type
double
Properties
Filter, Nillable, Sort
Description
Total working duration in minutes (difference of work time from and work time thru).
This is a calculated field.
Formula
(VALUE(LEFT(cgcloud__Work_Time_Thru__c, 2)) * 60 + VALUE(RIGHT(cgcloud__Work_Time_Thru__c, 2))) -
(VALUE(LEFT(cgcloud__Work_Time_From__c, 2)) * 60 + VALUE(RIGHT(cgcloud__Work_Time_From__c, 2)))
cgcloud__User_Document_Template__c
Type
reference
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Reference to the user document template.
This is a relationship field.
Relationship Name
cgcloud__User_Document_Template__r
Relationship Type
Lookup
Refers To
cgcloud__User_Document_Template__c
cgcloud__Work_Time_From__c
Type
string
Properties
Create, Defaulted on create, Filter, Group, Nillable, Sort, Update
Description
Start of the working time.
cgcloud__Work_Time_Thru__c
Type
string
Properties
Create, Defaulted on create, Filter, Group, Nillable, Sort, Update
Description
End of the working time.
cgcloud__Workflow__c
Type
string
Properties
Filter, Nillable, Sort
Description
Reference to the workflow that the corresponding daily report uses.
This is a calculated field.
Formula
cgcloud__User_Document_Template__r.cgcloud__Workflow__r.Name

Associated Objects

This object contains these associated objects. If the API version isn’t specified, they are available in the same API versions as this object. Otherwise, they are available in the specified API version and later.

cgcloud__User_Document__cChangeEvent
Change events are available for the object.
cgcloud__User_Document__cFeed
Feed tracking is available for the object.
cgcloud__User_Document__cHistory
History is available for the tracked fields of the object.
cgcloud__User_Document__cOwnerSharingRule
Sharing rules are available for the object.
cgcloud__User_Document__cShare
Sharing is available for the object.