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.
|
RecordTypeId |
- Type
- reference
- Properties
- Create, Filter, Group, Nillable, Sort, Update
- Description
- ID of the record type.
- This is a relationship field.
- Relationship Name
- RecordType
- Relationship Type
- Lookup
- Refers To
- RecordType
|
cgc_sync__Assignment_Type__c |
- Type
- picklist
- Properties
- Create, Defaulted on create, Filter, Group, Nillable, Restricted picklist, Sort, Update
- Description
- Information about to whom the deployment package is assigned.
- Possible values are:
- The default value is All.
|
cgc_sync__Installation_Deadline__c |
- Type
- dateTime
- Properties
- Create, Filter, Nillable, Sort, Update
- Description
- Last date by which the deployment package must be installed on the
device.
|
cgc_sync__Publishing_Date__c |
- Type
- dateTime
- Properties
- Create, Filter, Nillable, Sort, Update
- Description
- Date from which the deployment package is available for
download.
|
cgc_sync__State__c |
- Type
- string
- Properties
- Filter, Nillable, Sort
- Description
- State of the deployment package.
- This is a calculated field.
- Formula
-
If( cgc_sync__Sync_Mobile_App_Depl_Pkg__r.cgc_sync__Revoked__c, "Revoked", If(cgc_sync__Publishing_Date__c > NOW() ,
"Scheduled","Published"))
|
cgc_sync__Sync_Mobile_App_Depl_Pkg__c |
- Type
- reference
- Properties
- Create, Filter, Group, Sort
- Description
- Deployment package to which the assignment belongs.
- Relationship Name
- cgc_sync__Sync_Mobile_App_Depl_Pkg__r
- Relationship Type
- Master-detail
- Refers To
- cgc_sync__Sync_Mobile_App_Depl_Pkg__c (the master object)
|
cgc_sync__User__c |
- Type
- reference
- Properties
- Create, Filter, Group, Nillable, Sort, Update
- Description
- User to whom the deployment package is assigned.
- Relationship Name
- cgc_sync__User__r
- Relationship Type
- Lookup
- Refers To
- User
|