edge_custom_forms_requests


Description

Request for a response to a custom form. @visibility external

Columns

Column Type Children Parents Comments
id int8
subject_id int8

The Profile of the subject of this form. @example 1

template_id int8

ID of the associated custom form definition. @example 1

source_type varchar

The type of the optional underlying source. @example ‘MustDo’

source_id int8

Polymorphic association to the source/context of the request @example 1

company_id int8

Current company ID. @example 1

actor_id int8

Profile of the person who requested a custom form response. @example 1

created_at timestamp
updated_at timestamp
created_at_in_company_tz timestamp
updated_at_in_company_tz timestamp
company_timezone varchar

The company timezone. E.g. Australia/Brisbane.

Indexes

Constraint Name Type Sort Column(s)
edge_custom_forms_requests_pkey Primary key Asc id
idx_edge_custom_forms_requests_actor_id Performance Asc actor_id
idx_edge_custom_forms_requests_company_id Performance Asc company_id
idx_edge_custom_forms_requests_source_id Performance Asc source_id
idx_edge_custom_forms_requests_subject_id Performance Asc subject_id
idx_edge_custom_forms_requests_template_id Performance Asc template_id

Relationships