How do I Limit the records that can be created from an idea?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-18-2023 11:47 AM
How do I limit the target tables so that ideas are the source table to only enhancement and demand in the csm_map table?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-18-2023 11:57 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-27-2023 11:15 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-23-2023 01:22 AM - edited ‎11-23-2023 01:25 AM
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.
If Helpful, please mark as Helpful/Correct
Regards
Paul