KBA-01665: Access the Submittal Item Log via the Register

Purpose & Scope:

While the Submittal Item Log can be accessed through the Report Browser, using traditional filters, it can also be accessed from the Submittal Item Register. However, in order for this report to be enabled on the Submittal Item Register, the Lead Time on the Notify tab must be specified (even if 0). Workflow can be used to set the Lead Time to 0 (zero) automatically so users don’t have to remember to do this themselves.

How to set up workflow to set the Lead Time so the Submittal Item Log will always be enabled on the Submittal Register:

  1. Go to the Workflow Scripts tool on the System Admin Dashboard.
  2. Add a row and name your script something like SubmittalItemRegisterSaves.
  3. Click the checkmark.
  4. On that row, click the workflow icon and type the following script:
     ATC: IF DocMasterDetail.Reason = NULL    
          ATC:SET DocMasterDetail.Reason = B [or any other Reason code]    
          ATC: SET DocMasterDetail.Duration = 7 [or any other number of days]  
     ATC: ENDIF
  5. Save the script.
  6. Back on the Workflow Scripts tool, click the arrow to get to details.
  7. At the Events part, select Submittal Item Register as the Doc type then click the add new icon.
  8. Click in the Trigger When field and a pop-up window will appear.
  9. Click the First Save and Normal Saves checkboxes then OK.
  10. Click the checkmark for the row.
  11. Save!

kba01665_01Additional Comments:

For more information about workflow scripts, see ATC Scripts and Automatic Workflow.


KBA-01665; Last updated: November 8, 2016 at 13:24 pm;