Skip to main content
Skip table of contents

ImportLocalizationResults (ver7.11.0)

This table contains the results of import of localization data (Multi-Lingual support). Records are created when the import of the corresponding ImportLocalizationStatus record either completes or fails.

Column Name

Initial Version

Data Type

Description

ImportLocalizationResultsID

7.11.0

Number(10,0)

Unique sequential number generated by the application. Required.

ImportLocalizationStatusID

7.11.0

Number(10,0)

Internal number for the associated ImportLocalizationStatus record. Required.

ImportStatus

7.11.0

Varchar2(32)

The current status of the import. Required. Valid values: success, failure.

Item

7.11.0

Varchar2 (256)

The message key (for i18n) that failed

MessageText

7.11.0

CLOB

The text for the message key that failed

Reason

7.11.0

Varchar2(256)

The reason code. Valid values: success_with_unmapped_files, success_with_bad_files, success_with_bad_unmapped_files, database_upload_failure, ioexception_failure, invalid_file_failure, no_messages_failure, unsupported_operation, missing_key_or_value.

WhenCreated

7.11.0

Timestamp(6)

Date and time the record was created. Defaults to system date. Required.

WhenModified

7.11.0

Timestamp(6)

Date and time the record was modified. Defaults to system date. Required.

WhoCreated

7.11.0

Varchar2(100)

The user login that created the record. Defaults to database user. Required.

WhoModified

7.11.0

Varchar2(100)

The user login that modified the record. Defaults to database user. Required.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.