In 16.1.1, how to enable the feature 'Multiple Lines Per Grouping Attribute Combination in Cost Plans'.
By default this feature is disabled in SaaS and should only be enabled for customers for explicitly request to enable it.
Release : 16.1.1
Follow the below steps to enable this feature
1. Run the below query
update cmn_option_values set value = 0 where option_id = (
select id from cmn_options where option_code = 'FIN_CPD_CHILD_DETAIL_CREATION');
commit;
2. Flush the application caches
**For Clarity SaaS customers, please raise a Support case.
For more information about this feature, please check out the product guide