Skip to content

ACEweb Bulletins ​

Create ACEweb Bulletin messages that cam be displayed on ACEweb. For example:

Add ACEweb Bulletin Records ​

  1. Select File > New > Catalog Entry > ACEweb Bulletin.
  2. Enter a code and name for your bulletin.
  3. If this is a warning message, check the Warning Bulletin box. Warning messages will be displayed first on ACEweb, followed by special messages.
  4. Enter the date the message should be removed from the ACEweb page in the Expire Date field.
  5. Enter the message in the AW Bulletin field. If you want to use HTML formatting, click the HTML Editor button.

  1. Click the Save button to save your new record.

Display Bulletins on ACEweb ​

Contact your ACEware technician for help adding the bulletin expressions to ACEweb pages.

ACEweb Setup ​

IMPORTANT

The Vue script for this feature uses eval functions. If you have a Content-Security-Policy set in your web.config in the wwwroot folder, you will need to add the unsafe-eval attribute to the script-src, e.g.

<add name="Content-Security-Policy" value="default-src 'self'; font-src \*;img-src \* data:; script-src \* 'unsafe-inline' 'unsafe-eval'; style-src \* 'unsafe-inline';" />

  1. Update ACEweb to version .066 or newer.
  2. Obtain a copy of the BulletinEditor.zip.
  3. Unzip the files in the BulletinEditor.zip into the following locations:
  • the BulletinEditor.htm goes into the Templates folder (e.g. \wconnect\ace).
  • the VueStyle.css goes into the Stylesheets folder (e.g. \wconnect\ace\css).

Edit Bulletins from ACEweb ​

  1. Log into the Staff Web Access page.
  2. Click the Edit Bulletins link.
  3. Select the bulletin to edit by clicking the Catalog Code link.
  4. You can now edit the Bulletin.

Note, you cannot create ACEweb Bulletins via ACEweb. You can only edit them.