Enable Create Detail Row in Cost plans in Cost Plans
search cancel

Enable Create Detail Row in Cost plans in Cost Plans

book

Article ID: 262276

calendar_today

Updated On:

Products

Clarity PPM SaaS Clarity PPM On Premise

Issue/Introduction

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. 

Environment

Release : 16.1.1

Resolution

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.

Additional Information

For more information about this feature, please check out the product guide