Granite WMS/Standards/DatabasePrescript

From Wikibooks, open books for an open world
Jump to navigation Jump to search

Prescript guidelines[edit | edit source]

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]