Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

In this guide, you’ll get comfortable setting up new quality inspections.

Create new quality inspection groups

  1. Go to <yourCompanyServer>.shoplogix.com/qualitycontroller

For example, if your server is “saas125”, then the URL would be saas125.shoplogix.com/qualitycontroller

...

SPC / Critical: Mark an inspection as SPC to make it appear on the SPC Analysis screen, and mark as Critical to block operators from clearing it accidentally on the SLX Whiteboard until it’s complete

Input Threshold Percent: Sets limits on the entered value to prevent accidental out of range values

  • Limits the input to prevent accidental values

  • Value must be within percent difference of the limits

  • Value is a decimal value (ie 0.1 = 10%)

Code Block
Ex. Input Threshold % (IT) = 0.25
Upper limit (UL) = 20, Lower limit (LL) = 12

Confidence Range (CR) = (20 - 12) * 0.25

Max value = UL + CR = 20 + 2 = 22
Min value = LL - CR = 12 - 2 = 10

 So if the value is not between 7 - 25 then it will not be accepted and show the following error:

“Value exceeds threshold”

Input Regex: Sets a regex filter on the values that can be entered into the quality modal (Regular Expression). This prevents certain data type entries from being entered in so accidental incorrect values can be filtered.

Stage: This is a key field here. Use it to set when a quality inspection should occur. For example, you can set a quality inspection to be performed at the beginning of a new shift, at the end of a shift, etc. Please see https://slxdev.atlassian.net/wiki/pages/resumedraft.action?draftId=2856550415&draftShareId=29655a80-e3d7-437f-bf3f-6dfb766e8fdf for more information regarding stages.

Hyperlink: This is where you should link a copy of your work instruction. Generally we recommend PDF as the preferred file type.

...

Filter by label (Content by label)
page
showLabelsfalse
max5
spacescom.atlassian.confluence.content.render.xhtml.model.resource.identifiers.SpaceResourceIdentifier@91fa3f99
showSpacefalse
sortmodified
showSpacetypefalsepage
reversetruetype
labelskb-how-to-article
cqllabel = "kb-messaging-module" and type = "page" and space = "SLXDOC"labelskb-how-to-article
Page Properties
hiddentrue

Related issues