cgcloud__User_Document_Activity__c

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

Supported Calls

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

Fields

Field Details
Name
Type
string
Properties
Autonumber, Defaulted on create, Filter, idLookup, Sort
Description
Unique identification of the record.
cgcloud__Activity__c
Type
reference
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Reference to the activity.
This is a relationship field.
Relationship Name
cgcloud__Activity__r
Relationship Type
Lookup
Refers To
cgcloud__Visit_Template__c
cgcloud__Duration__c
Type
double
Properties
Filter, Nillable, Sort
Description
Minutes spent for the activity.
This is a calculated field.
Formula
cgcloud__Hours__c  * 60  +  cgcloud__Minutes__c
cgcloud__Hours__c
Type
double
Properties
Create, Defaulted on create, Filter, Nillable, Sort, Update
Description
Number of hours spent for the activity.
cgcloud__Minutes__c
Type
double
Properties
Create, Defaulted on create, Filter, Nillable, Sort, Update
Description
Number of minutes spent for the activity.
cgcloud__Record_Link__c
Type
string
Properties
Filter, Nillable, Sort
Description
Link to the detail page of the user document template activity record.
This is a calculated field.
Formula
HYPERLINK("/" &Id, $Label.cgcloud__record_link, "_Top")
cgcloud__User_Document__c
Type
reference
Properties
Create, Filter, Group, Sort
Description
Reference to the user document.
This is a relationship field.
Relationship Name
cgcloud__User_Document__r
Relationship Type
Master-detail
Refers To
cgcloud__User_Document__c (Master object)

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_Activity__cChangeEvent
Change events are available for the object.
cgcloud__User_Document_Activity__cFeed
Feed tracking is available for the object.
cgcloud__User_Document_Activity__cHistory
History is available for the tracked fields of the object.
cgcloud__User_Document_Activity__cOwnerSharingRule
Sharing rules are available for the object.
cgcloud__User_Document_Activity__cShare
Sharing is available for the object.