Asset Information Not Complete When Using Webservice
(Doc ID 3048320.1)
Last updated on SEPTEMBER 18, 2024
Applies to:
Oracle Fusion Assets Cloud Service - Version 11.13.24.04.0 and laterInformation in this document applies to any platform.
Symptoms
When creating an asset through the Oracle User Interface, selecting a Category triggers the automatic assignment of default values to certain fields associated with the asset. Specifically, the fields Property Type and Property Class are correctly populated based on the selected Category.
However, when the same creation process is performed using the Oracle REST web service, the fields Property Type and Property Class do not receive these default values from the Category. This inconsistency between the Oracle UI and the Oracle REST web service creates discrepancies in the asset data.
Create an asset using the Oracle REST web service:
"OperationName": "processTransaction-addAsset",
"ParameterList": "{PX_ASSET_NUMBER:'AAAAAA',P_DESCRIPTION:'AAAAAAAAt',P_BOOK_TYPE_CODE:'AAAAAAAAA BOOK',P_ASSET_TYPE:'CAPITALIZED',P_CATEGORY_ID:'XXXXXXXXXXXXX',P_UNITS_ASSIGNED_TBL:'16',P_EXPENSE_CCID_TBL:'XXXXXXXXXXXX',P_LOCATION_CCID_TBL:'XXXXXXXXXXXXXXX'}"
}
>>> Observe that the fields Property Type and Property Class are not populated with default values.
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |
References |