Fix in Service Catalog for Service Portal resulted in an API changeIssue <!-- div.margin{ padding: 10px 40px 40px 30px; } table.tocTable{ border: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .6em; padding-bottom: .6em; padding-left: .9em; padding-right: .6em; } table.noteTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:2; } table.internaltable { white-space:nowrap; text-align:left; border-width: 1px; border-collapse: collapse; font-size:14px; width: 85%; } table.internaltable th { border-width: 1px; padding: 5px; border-style: solid; border-color: rgb(245, 245, 245); background-color: rgb(245, 245, 245); } table.internaltable td { border-width: 1px; padding: 5px; border-style: solid; border-color: #E0E0E0; color: #000000; } .title { color: #D1232B; font-weight:normal; font-size:28px; } h1{ color: #D1232B; font-weight:normal; font-size:21px; margin-bottom:-5px } h2{ color: #646464; font-weight:bold; font-size:18px; } h3{ color: #000000; font-weight:BOLD; font-size:16px; text-decoration:underline; } h4{ color: #646464; font-weight:BOLD; font-size:15px; text-decoration:; } h5{ color: #000000; font-weight:BOLD; font-size:13px; text-decoration:; } h6{ color: #000000; font-weight:BOLD; font-size:14px; text-decoration:; } --> Changes to the getCatalogItem method Details Changes were made to the getCatalogItem method in order to support the same functionality in Service Catalog and Service Catalog in Service Portal. The getCatalogItem class was changed from getCatalogItem(String itemID) to getCatalogItem(String itemID, boolean isOrdering). The isOrdering parameter indicates whether the system does a create roles security check or a write roles security check on a Service Catalog item's variables. By default (set to false), the system does a check on write roles. When users are first ordering an item or have it in their cart, the parameter checks the create roles. If users are not in the process of ordering (for example, if they were looking at a requested item to see the variables associated with that item), then the parameter checks the write roles. Who this change affects Any internal team or external customer who has cloned the SC catalog item widget, the order guide widget, and the shopping cart widget will be affected by this change.Anyone who has used the $sp.getCatalogItem call in their widgets.Anyone who has made these changes needs to update the method to include isOrdering. If the method calls are not updated, the variables will just go through a write roles check.