Global Ledger

This section contains enhancements in Infor Financials and Supply Management.

Performance issues when trying to generate validation pairs

Program/Business class/Process affected:

  • Generate Validation Pairs Using Rules
  • Generate Validation Pairs
  • Remove Validation Pairs Using Rules
  • Remove Validation Pairs

Use these steps to test the enhancement:

  1. Run these processes:
    • Generate Validation Pairs Using Rules
    • Generate Validation Pairs
    • Remove Validation Pairs Using Rules
    • Remove Validation Pairs
  2. Verify the processes complete successfully.

Dependencies:

Structure Relations must be set up.

JT-1722469

Add the ability to run allocation lines in a batch

Running a large number of lines can take a long time to complete. Each allocation line is processed as one async action request. There are three to five seconds of overhead time between each async action request. A new option is added to run allocation lines in batch and to create a single async action request to complete each batch. The number of async action requests is reduced, decreasing the overhead time and overall completion time for the allocation run.

Program/Business class/Process affected:

  • AllocationControl
  • AllocationLine

Use these steps to test the enhancement:

  1. Create an allocation control.
  2. Select the Allow Batch Run of Allocation Lines check box and specify the minimum number of batches.
  3. Create an allocation.
  4. Create a large number of allocation lines.
  5. Run the allocation.
  6. Verify the allocation run completes successfully.

JT-1681045