intakeApplicationTypeID | key | no | Unique identifier for this record. | INTERNAL_ID | | SVR_INT64 |
nameTextID | details | no | The name of the application, e.g. TANF Application Form. | LOCALIZABLE_TEXT_ID | | SVR_INT64 |
descriptionTextID | details | no | A detailed description of the purpose of the application. | LOCALIZABLE_TEXT_ID | | SVR_INT64 |
intakeScriptID | details | yes | A reference to the IEG script that is used to capture the data required for the application. | IEG_SCRIPT_ID | | SVR_STRING<100> |
summaryTextID | details | | A summary description of the application. This is used to describe the application where it is displayed in lists with other applications in the Citizen Portal. | LOCALIZABLE_TEXT_ID | | SVR_INT64 |
channel | details | | The channel by which the application is available, e.g. Online or Paper. | APPLICATION_CHANNEL | ApplicationChannel | SVR_STRING<10> |
url | details | | The address of a web page providing more information on the application. | WEBSITE_ADDRESS | | SVR_STRING<50> |
recordStatus | details | | The status of the record, Active or Cancelled. | RECORD_STATUS | RecordStatus | SVR_STRING<10> |
programSelectionInd | details | | An application may be for several programs. This indicator is used by the Citizen Portal to determine if the citizen is presented with the option to select programs. If not, by default the citizen applies for all programs associated with the application. | CURAM_INDICATOR | | SVR_BOOLEAN |
displayOrder | details | no | Defines where the application is placed on screen in relation to other applications that have been defined. A value of 1 means the application is displayed first (at the top of the page), the application with value 2 is displayed next and so forth. | DISPLAY_ORDER | | SVR_INT32 |
submitOnCompletionInd | details | | This indicator determines whether the citizen can submit the application to the agency from the Citizen Portal before completing the intake script. If it is set to false, the citizen is presented with the option to send the application to the agency at any point from which they exit the intake script. Otherwise, the citizen may only submit the application to the agency on completion of the entire script. | CURAM_INDICATOR | | SVR_BOOLEAN |
submissionConfirmPageTitleID | details | no | Upon successful submission of an application to the agency from the Citizen Portal, the submission confirmation page is displayed. The text displayed on this page can be configured for each different type of application. This is the text used for the title of the cluster that is used to contain this text, e.g. What you Need to Bring to the Agency. | LOCALIZABLE_TEXT_ID | | SVR_INT64 |
submissionConfirmPageTextID | details | no | Upon successful submission of an application to the agency from the Citizen Portal, the submission confirmation page is displayed. The text displayed on this page can be configured for each different type of application. This attribute refers to the text that is displayed on this page for this type of application, e.g. it may be a description of the legal obligation of the citizen and the agency, or a description of the type of documents that the citizen may be expected to provide to the agency to verify the information that they entered online. | LOCALIZABLE_TEXT_ID | | SVR_INT64 |
submissionScriptID | details | yes | Each different type of application may require. | IEG_SCRIPT_ID | | SVR_STRING<100> |
intakeSchemaName | details | | The name of the datastore schema used by the intake script to capture data. | DATASTORE_SCHEMA_NAME | | SVR_STRING<40> |
pdfFormID | details | yes | Identifier of the related PDF Form. | INTERNAL_ID | | SVR_INT64 |
clientRegistration | details | yes | | INTAKE_CLIENT_REGISTRATION_TYPE | ClientRegistration | SVR_STRING<10> |
icon | details | | | ATTACHMENT_NAME | | SVR_STRING<256> |