How do I Limit the records that can be created from an idea?

jayhun21
Tera Contributor

How do I limit the target tables so that ideas are the source table to only enhancement and demand in the csm_map table?

3 REPLIES 3

Anurag Tripathi
Mega Patron
Mega Patron

How are they related?

for EG, if on one table the idea number gets populated on the parent field, then you can write a before insert/update BR to check if the current Idea is already added to one record, and if so then abort the update/insert

 

-Anurag

Along with requirement, they are related as determinants for when an idea progresses into a project. Our client wants to limit how ideas are created and by limiting the target tables so that ideas are the source table to just enhancement, requirement, and demand in the csm_map table.

Paul Curwen
Giga Sage

You can simply deactivate the relevant entry in table csm_table_map.

 

Type csm_table_map.list in the filter navigator to go to the table list. 

 

Filter the list on 'Source Table' = 'Idea' and deactivate/activate as required.

 

The below screenshot shows an example of how to deactivate the creation of a Demand from and Idea. In this example the 'Create Task' button on the Idea form would no longer offer the option of creating a Demand. 

 

deactivate demand.PNG

 

If Helpful, please mark as Helpful/Correct

 

 

***If Correct/Helpful please take time mark as Correct/Helpful. It is much appreciated.***

Regards

Paul