Key questions about this property
The answers below summarize the purpose, scope, default effect, and review scenarios for this property.
| What does it do? |
This property defines a list of catalog item classes that are configured to hide their prices from users in the ServiceNow catalog. |
| What area does it affect? |
Service Catalog |
| What does the default mean? |
The default value is "sc_cat_item_guide,sc_cat_item_producer,sc_cat_item_wizard,sc_cat_item_content", which is the baseline setting used unless it is changed. |
| When should you review it? |
Review this property when configuring catalog items or adjusting pricing visibility. |
Out of the box property record
Raw metadata from the property record.
| Property name |
glide.sc.item.cannot_show_price |
| Sys ID |
99edb0063721300054b6a3549dbe5d76 |
| Type |
string |
| Application |
Global |
| Default value |
sc_cat_item_guide,sc_cat_item_producer,sc_cat_item_wizard,sc_cat_item_content |
| Description |
List of class names for catalog items that do not show the price in listings |
| Updated |
2024-05-25 04:36:27 |
Sources
Official references and nearby text excerpts where this property appears.
Context preview
Snippet 1
... and wizard launchers. You can change which catalog item types show prices using the List of class names for catalog items that do not show the price in listings property (glide.sc.item.cannot_show_price). Provide a comma-separated list of table names for item types that you want to hide prices for. For example, to hide prices for standard catalog items, add sc_cat_item to the ...
Related properties