Newer Version Available

This content describes an older version of this product. View Latest

cgcloud__Signature_Flow_Step__c

This object stores the details of the signature flow steps that are used in a signature template. 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.
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__Authentication__c
Type
picklist
Properties
Create, Defaulted on create, Filter, Group, Nillable, Sort, Update
Description
Indicates the data that's required for a step.
Possible values are:
  • Name (optional)
  • Name (required)
  • None
The default value is None.
cgcloud__Description_Language_1__c
Type
string
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Stores the description of language 1.
cgcloud__Description_Language_2__c
Type
string
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Stores the description of language 2.
cgcloud__Description_Language_3__c
Type
string
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Stores the description of language 3.
cgcloud__Description_Language_4__c
Type
string
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Stores the description of language 4.
cgcloud__Description__c
Type
string
Properties
Filter, Nillable, Sort
Description
Description based on the user-specified language.
This is a calculated field.
Formula
1CASE($User.cgcloud__Language_Postfix__c,    
2      "Language1", cgcloud__Description_Language_1__c,
3      "Language2", BLANKVALUE(cgcloud__Description_Language_2__c,cgcloud__Description_Language_1__c),
4      "Language3", BLANKVALUE(cgcloud__Description_Language_3__c,cgcloud__Description_Language_1__c),
5      "Language4", BLANKVALUE(cgcloud__Description_Language_4__c,cgcloud__Description_Language_1__c),
6      cgcloud__Description_Language_1__c)
cgcloud__Function__c
Type
picklist
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Associated user role.
Possible values are:
  • Cashier
  • Checker
  • Co-driver
  • Customer
  • Driver
  • Guard
  • Mobile User
cgcloud__Record_Link__c
Type
string
Properties
Filter, Nillable, Sort
Description
Name of the record link.
This is a calculated field.
Formula
1HYPERLINK("/" &Id, $Label.cgcloud__record_link, "_top")
cgcloud__Sales_Org__c
Type
picklist
Properties
Create, Filter, Group, Nillable, Restricted picklist, Sort, Update
Description
Describes the sales organization to which the signature flow step belongs.
Possible values are:
  • 0000
  • 0001
  • 0002
  • 0003
cgcloud__Signature_Required__c
Type
boolean
Properties
Create, Defaulted on create, Filter, Group, Sort, Update
Description
Indicates whether a signature is mandatory for a step.
The default value is true.
cgcloud__Signature_Template__c
Type
reference
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Reference to the signature template.
This is a relationship field.
Relationship Name
cgcloud__Signature_Template__r
Relationship Type
Lookup
Refers To
cgcloud__Signature_Template__c
cgcloud__Sort__c
Type
double
Properties
Create, Filter, Nillable, Sort, Update
Description
Controls the position of the step in the signature flow.

Associated Objects

This object has 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__Signature_Flow_Step__cChangeEvent
Change events are available for the object.
cgcloud__Signature_Flow_Step__cFeed
Feed tracking is available for the object.
cgcloud__Signature_Flow_Step__cHistory
History is available for the tracked fields of the object.
cgcloud__Signature_Flow_Step__cOwnerSharingRule
Sharing rules are available for the object.
cgcloud__Signature_Flow_Step__cShare
Sharing is available for the object.