How to enable/disable Actual Transactions grid page in MUX in Financials module. It needs to be hidden
STEPS TO REPRODUCE:
Pre Requisite
<Investment> - Cost Plan – View
<Investment> - Cost Plan - Edit
<Investment> - Budget Plan – View
<Investment>- Budget Plan – Edit
Expected Results: With the above rights the Read Only Actual Transactions shouldn't be shown
Actual Results: With the above rights the Read Only Actual Transactions
Release : 15.9.3
Release 16.1.3 and above
16.1.3 and above
There is a new access right to control viewing the Actual Transactions: Posted Transactions - View All is used to control seeing the actual transactions.
If you want to remove visibility to Actual Transactions in 16.1.3 and above, remove this view.
Prior to 16.1.3
To disable the Read Only Actual Transactions grid by following the below steps
1. How to check if this feature Read Only Actual Transactions Grid feature is enabled
select enabled from CMN_FEATURES where code ='ACTUAL_TXN_GRID_F20579'
ENABLED =1 means the feature is enabled
ENABLED =0, means the feature is disabled
2. Disable the feature Read only Actual Transactions Grid feature
admin toggle-feature ACTUAL_TXN_GRID_F20579 0
3. Enable the feature Read only Actual Transactions Grid feature
admin toggle-feature ACTUAL_TXN_GRID_F20579 1
4. Restart service or flush the Clarity cache (http://Clarity/niku/nu#action:security.caches)after enabling / disabling
Once the steps are performed, the read only Actual Transaction Gird is no longer visible