For a master project, a user can select the associated application. For programs the utilized environmental projects it is necessary to add a physical relationship between applications and the projects themselves as it aids with reporting and document template needs. This would be beneficial for the Storage Tanks, Brownfields, and Dry Cleaner programs, which each have applications that are associated with environmental projects.
Ideally, for a master project, a user can select the associated application.
Standard Formatting
Help pages should follow a standard for headers and sub-topics. Formatted headers will automatically display under the "On this page" section on the right of each page.
Bullet Points
Use bullet points when listing out steps.
Use of Macros
Code Block Example
Use the "Code Block" macro when including sample of code in the help documentation.
<<foreach [ permit in permits.OrderBy(e => e.permitNum)]>><</foreach>>
Table Example
Use tables to organize lists and columns of data.
ID
Description
Notes
PRMT_ID
Permit ID
Use this tag on a form control when integrating with nCORE
SITE_NAME
Site Name
Use this tag on a form control when integrating with nCORE
Info Macro
Use the "Info" macro for important or additional pieces of information that should be called out in the help page.