Import application parameters
This table shows the import application parameters that can be configured and implemented using Infor SAT.
Parameter Name | Description |
---|---|
defaultReviewer (parm_id = 3031342) | Use this parameter to determine the default Reviewer’s user login for all the users.
No dependencies Is Customer Editable |
handheldTransactionImport (parm_id = 78025) | If this parameter is set to true, the import of handheld transactions is enabled, and The default value is false. Is Not Customer Editable |
in the ER create screen will include Handheld as an option (except when the user if offline). If false, the import of handheld transactions is not enabled.
HRBkgApplyFieldMask (parm_id = 3082417) | This parameter is used by the Standard Import (HRBkg) background process. When set to true, imported data is validated against their corresponding GUI field masks.
The default value is true. Is Not Customer Editable |
HRBkgClearRequestCacheInterval (parm_id = 3083532) | This parameter is used by the Standard Import background process. This is the transaction interval at which the process clears its RequestCache. A higher value gives better performance, but requires more memory.
The default value is 1. Is Not Customer Editable |
HRBkgERRole (parm_id = 3031344) | This parameter determines the name of the role type group that has the right to create an ER document.
The default value is ER: Role. No dependencies Is Customer Editable |
HRBkgFetchSize (parm_id = 3043253) | This is the number of BObs to be fetched at one time.
The default value is 64. No dependencies Is Not Customer Editable |
HRBkgLogInserts (parm_id = 3050129) | This parameter is used to log import inserts.
The default value is false. Is Customer Editable |
HRBkgLogInterval (parm_id = 3043255) | Use this parameter to determine the interval (number of transactions) at which the process logs a message showing the number of the transaction being processed.
The default value is every 1000 transactions. No dependencies Is Not Customer Editable |
HRBkgLogNoOps (parm_id = 3050158) | This parameter is used to log import no-ops.
The default value is false. Is Customer Editable |
HRBkgLogUpdates (parm_id = 3050152) | This parameter is used to log import updates.
The default value is false. Is Customer Editable |
HRBkgPurgeStagingTables (parm_id = 3043254) | This parameter determines whether the successfully imported staging tables must be purged. Valid values are:
The default value is True. No dependencies Is Customer Editable |
HRBkgReprocessOnErrors (parm_id = 3083533) | This parameter is used by the Standard Import background process. When set to true, the process is repeated until the number of transactions with errors is no longer reduced. This parameter can be used to eliminate errors that are due to the order in which the transactions are processed.
For example, to inactivate an approver, all subordinates must be reassigned to other approvers first. When this parameter is activated, the reassignment of the subordinates' approvers and the approver inactivation can all be processed successfully. For performance reasons, it is recommended that the application parameter HRBkgPurgeStagingTables be set to true when this parameter is true. The default value is false. Is Customer Editable |
HRBkgTSRole (parm_id = 3031345) | Use this parameter to specify the name of the Role type group that has the right to create a TS document.
The default value is TS: Role. No dependencies Is Customer Editable |
HRtransactionSize (parm_id = 3031341) | Use this parameter to specify the number of transactions per database commit. Can be configured for database optimization.
The default value is 100. No dependencies Is Not Customer Editable |
importFileLocation (parm_id = 3139150) | Use this parameter to specify the base location for uploaded data files where the background process can then retrieve them for processing. Is Customer Editable |
translateKeysToStrings | Use this parameter to set the load tool to translate the @@ values to text. Available in the Install_home\appserver\conf\extensity-load.properties file
Default value = False The default value for the translateKeysToStrings load parameter is by default now set to false to utilize resource keys. This gives customers flexibility in the future to add more languages without a major effort. However; customers who do not want to use resource keys still have the option to load with translateKeysToStrings=true, in which case they should also set the i18n.showI18NField application parameter to false. Setting this parameter to false hides the i18NTextField resource key features and displays as ordinary MetaTextFields. Dependent on the i18n.showI18NField application parameter. Is Customer Editable |