Granite WMS/Standards/DatabasePrescript

Prescript guidelines edit

Prescripts should follow the standard guidelines of Granite.

  • Naming Convention: Custom_PreScript[ProcessName][StepName]
  • Don't use / reference any standard Granite views or store procedure in your prescript TSQL.
  • If you need any views or external resources name them same as the prescript name and add one more section.
    • PreScript[ProcessName][StepName][DocumentView]