Error "com.glideapp.servicecatalog.exceptions.CartException: Your cart has item(s) no longer available." while placing an order for catalog item.Issue If you observe the below log while placing an order for a catalog item then it might be related to this KB and it can be resolved by following any one of the solutions mentioned below. Exception:Com.glideapp.servicecatalog.exceptions.CartException: Your cart has item(s) no longer available. Please remove <Catalog Item Name> from cart to continue with the checkout.ReleaseAll ReleasesCauseAfter Paris, an additional step was added to perform canView check during checkout. That means, If the user does not have access to view the catalog item, then he cannot order the catalog item. In other words, a user who can't see a catalog item, should not be allowed to place the order.ResolutionIn order to resolve this issue, In the catalog item, Add the "Available for" --> "Any User". ORIf you don't want to select "Any User" from the prepopulated list in the "Available For", then you can click on the "New" (Instead of Edit) and create a custom list of the user criteria to whom you want to give access to the catalog item. ORYou can click on Edit and add user criteria that match the current user who is placing the order. Note that emails from external users that have no User[sys_user] record on the system (e.g. <someone>@gmail.com where there is no User record with Email=<someone>@gmail.com) are processed as the instance's internal guest user. For this workaround to work for the guest user you need to have a User Criteria that has no restrictions, such as the out-of-box Any User User Criteria. Any Catalog Items that can be ordered by external (i.e guest) users need to be under Available For Catalog Items on that unrestricted User Criteria.Related LinksBasically, the "Available for" option holds the information about the set of users who all have access to the catalog item.Please refer to Now Platform capabilities which contains the information about the "Available For".