Description
This page allows you to edit 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
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.No
LocaleRESOURCE_LOCALEThe locale of the resource. Only resources with locales for which the application has been configured, or that act as fall-back locales for the application's locales, will be used. If the locale is empty, the resource may be used as a fall back if a resource for a specific locale cannot be found.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
CategoryRESOURCE_CATEGORY_CODEThe category 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
InternalRESOURCE_INTERNALThis indicates if the resource is for internal use only and should never be served to the web browser.No
ContentRESOURCENAMEThe content for the resource. This is binary data. If the resource is a text resource, then the binary data will be interpreted according to the character set encoding defined as a parameter to the value of the contentType field. If no encoding is specified, UTF-8 encoding will be assumed.No
Description
LabelTypeDescriptionMandatory
DescriptionRESOURCE_DESCRIPTIONNo
Links and Actions
Page Level Actions
LabelDescription
CancelThe Cancel action dismisses the page.
SaveThe Save action updates the record using the information entered on the page.
Related Entities
When page is loaded
AppResource
When page is submitted
AppResource
Technical Information
Page IDSystem_modifyResource
LocationC:\Users\david\dev\src\esystems-inc\Curam_V8_IS\webclient\components\IEGAdmin\ResourceAdmin\System_modifyResource.uim
Page Load InterfaceResourceAdmin.readResource
Page Submit InterfaceResourceAdmin.modifyResource
Linked From PagesApplication Resources (CitizenWorkspaceAdmin_listAllResourcesByCategory), Application Resources (IEG2_listAllResourcesByCategory)