Quantity field shows up for requested items in Service Portal viewIssue Quantity field shows the quantity of the requested item in service portal view. This behavior is specific to Kingston release.ReleaseKingstonCauseThis is an intended change in Kingston.ResolutionIf this behavior is not desirable users can revert to the previous behavior seen in pre-Kingston releases where Quantity field does not show up on the ticket in service portal view. The following steps can be followed to achieve this: Clone the Ticket Fields widgetUnder the Server script field remove or comment lines 29-30 where it says: if (gr.isValidField("quantity")) fields.push($sp.getField(gr, 'quantity')); 3. Make sure to use this new widget in the target pages. This change is done as part of the fix for PRB921322 where the quantity of items requested should now be shown in the Service Portal view.