How to change the Default scoring profile indicators from Application Rationalization List
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-11-2025 10:40 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-17-2025 06:56 AM
Please check by creating new system property with below name and its value as custom scoring profile sys_id
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-28-2025 10:56 PM
We can change this by modifying below scripts through UI Builder.
Go to UI Builder - Enterprise architecture workspace
1. Modify client script - Set Grid Data
In this client script change the Scripted REST Resource path. Replace it with new GET Method path. we can do this as listed below
2. Open App Rationalisation Grid scripted rest api and add new GET Method by copying existing GET Method named getAppGridData. change the script includes which are currently using. Create a copy of those two scripts includes
3. Modify the copied script include AppRationalizationDataBroker
Change the query condition of function _getIndicatorScores
By default, we are querying
4. Modify the copied script include AppRationalizationMetaData
Change the query condition of gliderecord for table apm_application_profile_indicator
By default, Here also we are setting default scoring profile. change the sys_id with new scoring profile sys id.