Asset Management

This section contains enhancements in Infor Financials and Supply Management.

Additional depreciation methods are required

Program/Business class/Process affected:

  • AnnualDepreciation.field
  • AssetAdjustment.busclass
  • AssetBook.busclass
  • AssetCompany.busclass
  • AssetDisposal.busclass
  • AssetReinstatement.busclass
  • AssetTransfer.busclass
  • Method.busclass
  • MethodFormula.busclass
  • AssetCompany_Compute150DB20.java
  • AssetCompany_Compute150DB60.java
  • AssetCompany_Compute150DB75.java
  • AssetCompany_Compute150DB80.java
  • AssetCompany_Compute200DB20.java
  • AssetCompany_Compute200DB60.java
  • AssetCompany_Compute200DB75.java
  • AssetCompany_Compute200DB80.java
  • AssetCompany_SL20Compute.java
  • AssetCompany_SL60Compute.java
  • AssetCompany_SL80Compute.java

Use these steps to test the enhancement:

These new methods have been added to the Depreciation methods:

  • SL20%
  • 150DB20%
  • 200DB20%
  • SL60%
  • 150DB60%
  • 200DB60%
  • 150DB75%
  • 200DB75%
  • SL80%
  • 150DB80%
  • 200DB80%
  • 150DB40%
  • 200DB40%

These new methods can be used to pull in depreciation with bonus amounts.

Dependencies:

None

JT-1712325

Ability to update the cost amount on the Asset Interface Records

After an Asset interface record is split, it can provide the ability to update the cost amount on the Asset Interface Records.

Program/Business class/Process affected:

  • AssetInterface.busclass/bl
  • AssetInterface.busclass/ui
  • AssetInterfaceOptions.busclass/bl
  • MassAssetAdditions_MassAssetAdditions.java
  • MassAssetAdditions.java
  • 11.0_post_CU80.faf

Use these steps to test the enhancement:

  1. The Action Split and Rebalance allows you to specify amounts other than the default split amount and also ensures that the total is equal to the transaction item cost of the original record.
  2. If the amounts do not match, mark the resultant records with a red alert and restrict the actions accordingly.
  3. The Release with Compute, Release Without Compute, Combine Release actions execute normally and does not produce rebalance errors to the records in the Project Interface Control.
  4. Online Combine Release processes produce a pop up and halt the process if there is an erroneous record with the combine code given.
  5. For the Combine Release batch job,
    1. If the records do not have an error, the batch job Asset Interface Update works normally.
    2. If the records have an error and the combine code is equal to the given parameter, the batch job terminates immediately with an error message.
    3. If records have an error and there is no combine code parameter, records with the error are not processed and the remaining records are processed normally.

Dependencies:

JT-1580034