Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Slushbucket Configuration

Drishti
Tera Guru

Hi Community,

Generally in slush bucket we have ID of the record, can we have short description instead of  ID in slushbucket ?

Drishti_0-1673362367410.png

 

1 ACCEPTED SOLUTION

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:

BradBowman_1-1673444037822.png

To confirm, view an Incident record and see that the Short description is shown in the header instead of INC0000xx:

BradBowman_2-1673444153024.png

To test the slushbucket, I added a List Collector type variable to a Catalog Item, with the List table being Incident:

BradBowman_0-1673443987896.png

Where is the slushbucket that you are not seeing the new Display field?

View solution in original post

3 REPLIES 3

Brad Bowman
Kilo Patron
Kilo Patron

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.

@Brad Bowman  

Setting Display = true is not allowing to set Short description in slushbucket. Still we have only number there.

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:

BradBowman_1-1673444037822.png

To confirm, view an Incident record and see that the Short description is shown in the header instead of INC0000xx:

BradBowman_2-1673444153024.png

To test the slushbucket, I added a List Collector type variable to a Catalog Item, with the List table being Incident:

BradBowman_0-1673443987896.png

Where is the slushbucket that you are not seeing the new Display field?