- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2023 06:53 AM
Hi Community,
Generally in slush bucket we have ID of the record, can we have short description instead of ID in slushbucket ?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2023 05:37 AM
In my PDI I did this as a Dictionary Override on the Short description field for the Incident table, so that it wouldn't apply to every task table, but you can do it either way:
To confirm, view an Incident record and see that the Short description is shown in the header instead of INC0000xx:
To test the slushbucket, I added a List Collector type variable to a Catalog Item, with the List table being Incident:
Where is the slushbucket that you are not seeing the new Display field?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2023 11:36 AM
You have to change the Display column on the table. So in your pictured example, if you set Display = true on the Short description field on the incident table, it will show in the slushbucket - and at the top of the incident form, in reference fields: anywhere you see the Number field now.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2023 09:27 PM
Setting Display = true is not allowing to set Short description in slushbucket. Still we have only number there.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2023 05:37 AM
In my PDI I did this as a Dictionary Override on the Short description field for the Incident table, so that it wouldn't apply to every task table, but you can do it either way:
To confirm, view an Incident record and see that the Short description is shown in the header instead of INC0000xx:
To test the slushbucket, I added a List Collector type variable to a Catalog Item, with the List table being Incident:
Where is the slushbucket that you are not seeing the new Display field?