Description
This page allows you to create an application resource.The Resource Store is a new area of the infrastructure database which is used to store resources used in a live application. Resources can be of any type but the most common used by IEG are images and properties file resources.
Page Preview
Page Flow Diagram
Click the diagram to manipulate and zoom. Traverse the diagram using Click-and-Drag motions. Fullscreen
Fields
LabelTypeDescriptionMandatory
CategoryRESOURCE_CATEGORY_CODECategory of the resource, e.g. image, css, property. This is used for searching functionality.No
Content DispositionRESOURCE_CONTENT_DISPOSITIONThe content disposition for the resource. At its most basic, this can be treated as the suggested file name for the resource if it is used as an attachment. This field may be left blank if it is not required, but it is recommended that it be set based on the original file name of the resource.No
NameRESOURCENAMEThis is a unique name for the resource which can be used within an IEG script to reference it. Depending on the resource type, a naming convention may be enforced for use within an IEG script.Yes
InternalRESOURCE_INTERNALThis indicates if the resource is for internal use only and should never be served to the web browser.No
LocaleRESOURCE_LOCALEIf you wish to have a locale specific version of a resource, enter the locale code here. When the system searches for a resource, it uses a fall back mechanism similar to Java. For example, if the current locale is en_US the system will attempt to locate the resource for the en_US locale, then en and finally the default resource. The default resource is specified by leaving the locale field empty when uploading the resource.No
Content TypeRESOURCE_CONTENT_TYPEWhen serving a resource to a web browser, a content type is required to instruct the browser how to handle the resource. The most common content types used in an IEG script would be image/png for a PNG image and text/plain for a properties file.Yes
Description
LabelTypeDescriptionMandatory
DescriptionRESOURCE_DESCRIPTIONNo
Links and Actions
Page Level Actions
LabelDescription
CancelThe Cancel action dismisses the page.
SaveThe Save action creates a new record from the information entered on the page.
Messages
When page is loaded
None
When page is submitted
MessageMessage CatalogConfigurableConfigurable Validation Reference ID
An Exception occurred as the timeout has been reached and the transaction has been rolled back.LinkNo
The Key Server cache and the Key Server database values are out of sync and therefore this record cannot be inserted. LinkNo
Related Entities
When page is loaded
None
When page is submitted
AppResource
Technical Information
Page IDSystem_createResource
LocationC:\Users\david\dev\src\esystems-inc\Curam_V8_IS\webclient\components\IEGAdmin\ResourceAdmin\System_createResource.uim
Page Load Interface
Page Submit InterfaceResourceAdmin.addResource
Linked From PagesApplication Resources (CitizenWorkspaceAdmin_listAllResourcesByCategory), Application Resources (IEG2_listAllResourcesByCategory)