...
The following is required on the web server that will host the Framework SupplierConnect Web Portal software:Important:
Warning |
---|
If your organisation is running web based applications or hosting a website locally, please Contact Insula Software. |
- Microsoft Windows Server 2005 2008 or above.
- Microsoft IIS Version 5 or above.
- An SSL website created for the Web Portal Software under Internet Information Services (IIS), accessible to clients requiring access to the Framework product Suite Web Portal Software website (SSL is recommended for improved security).
- Framework Web Portal Software specific IIS website configuration changes (password control).
- PHP v5.3.xx (standard binary installation).
- Framework Product Suite Web Portal Software specific PHP configuration changes.
- Framework Product Suite Web Portal Software configuration file changes (for correct Framework DSN).
- Microsoft SQL Server 2005, 2008, 2008 R2, 2012, 2014 or 20122016.
- ODBC DSN for the Framework ECM database.
- ODBC DSN for the Framework Licence database.
- ODBC DSN(s) for the Framework Web Portal Software site configuration database(s).
...
During the installation of Microsoft SQL Server (MSSQL) 2005 2008 or 2008 above on your server, Insula Software recommended installing MSSQL in Mixed Mode Authentication. If Microsoft SQL Server was already installed prior to Framework or was installed in Windows Authentication Mode only, it needs to be configured in Mixed Mode Authentication (SQL Server and Windows Authentication Mode) to run the Framework Product Suite Web Portal Software.Important:
Warning |
---|
This will require the SQL services to be restarted and should be performed out of hours so that there are no database connections. |
Configure Microsoft SQL Server For Mixed Mode Authentication
Note: This process is the same for MSSQL 2005 and 2008.
On the SQL server:
- Open Microsoft SQL Server Management Studio (Start > All Programs > Microsoft SQL Server 2008> SQL Server Management Studio).
- Connect to the required server.
- Right-click on the server and select Properties. The Server Properties dialog will be displayed.
- From the sidebar, select Security.
- Change the Server Authentication to SQL Server and Windows Authentication Mode.
- Click the OK A message prompt will be displayed.
- Click the OK
- Close Microsoft SQL Server Management Studio.
...
This applies to the SQL database server where the Framework databases reside.
Warning |
---|
...
Your organisation may already have an authenticated Microsoft SQL User available. |
...
Info |
---|
|
- Open Microsoft SQL Server Management Studio (Start > All Programs > Microsoft SQL Server 2008 > SQL Server Management Studio).
- Connect to the required server.
- Expand: [Server Name] > Security
- Right-click Logins and select New Login. The Login - New dialog will be displayed.
- In the Login Name field, enter: FworkPortalUser
- Tick: SQL Server authentication
- In the Password field, enter: P@ssword
In the Confirm Password field, enter: P@ssword
Important:Warning Ensure a record is kept of the username and password entered as they will be required in upcoming steps.
- From the Default database drop-down list, select: master
- From the sidebar, select User Mapping.
- From the Users Mapped to This Login list, tick the required Framework database(s).
- For the FworkSQLECM and FworkSQLLic databases, ensure the following two items are ticked in the Database role membership for: [framework database] list:
- db_owner
- public
- Click the OK button.
- Close Microsoft SQL Server Management Studio.
...
Different versions exist for different operating systems and, in general, an operating system's IIS cannot be updated to a newer edition.Important:
Warning |
---|
The implications of the following settings should be carefully considered as a part of the overall web server/site installation and security. |
IIS is a Microsoft Windows Component that is installed using the Add/Remove Programs (in Windows XP) and Programs and Features (Windows Vista and Windows 7).
...
PHP is a computer scripting language designed to help produce dynamic web pages. The Framework Product Suite Web Portal software uses PHP to create the website and to connect the website to the required Framework databases.Important:
Warning |
---|
If PHP is already installed on the system, please Contact Insula Software. |
- Unzip PHP to the folder: C:\php (on the target machine).
- In the C:\php folder, rename the ini-recommended file to be php.ini.
...
Install - Microsoft SQL Server Driver For PHP
...
Warning |
---|
If the Microsoft SQL Server Driver for PHP is already installed on the system, please skip this step. |
- Open Windows Explorer.
- Browse to: \[fw folder]\Setup\Database - MSSQL\Microsoft SQL Server Driver for PHP\
- Double-click the setup file. The Microsoft SQL Server Driver for PHP installation will begin.
- Click the Yes The File Extraction step will be displayed.
- Enter a location to extract the files (e.g., C:\phpext\). If the folder does not exist, confirm the folder creation. The files will be extracted.
- Browse to the extracted file location (e.g., C:\phpext\).
- Copy the following files:
- dll
- dll
- Browse to: \php\ext\
- Paste the files into the C:\php\ext\ folder.
Tip |
---|
...
After pasting the files, the location of the extracted files can be safely deleted. |
Step 02d - PHP Configuration
...
- Open Windows Explorer.
- Browse to the location of the ini file (typically: C:\php\).
- Edit the ini file.
Update the following settings:
Note:Info The following default settings may be different to those listed depending on the PHP version (the following information is based on PHP 5.2.11).
Field Name | Default Setting | Required Setting |
---|---|---|
safe_mode | Off | Off |
max_execution_time | 30 | 60 |
error_reporting ** | E_ALL | E_ERROR & E_WARNING |
register_globals | Off | Off |
Offregister_long_arrays | Off | Off |
regOffister_argc_argv | Off | Off |
auto_gOnlobals_jit | On | On |
magic_quOffotes_gpc | Off | Off |
extension_dir | "./" | "C:\php\ext" |
enable_dl | On | Off |
cgi.force_redirect * | 1 | 0 |
fastcgi.impersonate * | 1 | 1 |
SMTP | localhost | [server name or IP address] |
smtp_port | 25 | [server's smtp port number] |
sendmail_from * | me@example.com | [administrator@acmehomes.com.au] |
odbc.defaultlrl | 4096 | 65536 |
session.auto_start | 0 | 0 |
* If a semi-colon (;) appears at the beginning of the line, users MUST remove it. ** Ensure the uncommented error_reporting field (with no semi-colon (;)) and not the commented ;error_reporting field (with semi-colon (;)) is updated. |
- Find the Windows Extensions section of the ini file.
- Add the following extensions:
- ;extension=php_sqlsrv.dll (including the leading semi-colon(;))
- ;extension=php_sqlsrv_ts.dll (including the leading semi-colon(;))
- extension=ixed\ixed.win
- Uncomment the following extension (by removing the leading semi-colon (;)):
- extension=php_gd2.dll
- Save the ini file.
- Close the ini file.
...
To configure the Firewall Ports, please consult your Microsoft documentation for more information.
Port | Required | Firewall Changes |
---|---|---|
1433 | Compulsory | Microsoft SQL ODBC. |
53 | Optional | The DNS port is not required by Framework however is sometimes enabled to address network communications performance issues. |
Step 03 - Configure ODBC DSN Connection
Provides Framework SupplierConnect Portal with the connection to read and write from the database.Critical:
Warning | ||
---|---|---|
| ||
Microsoft 64-Bit Operating Systems include two ODBC Data Source Administrator executable files. Depending on the operating system, use the following to open the correct ODBC Data Source: On 64-Bit Operating System: Use: |
ODBC DSN Configuration - Framework
...
- Open Data Sources (ODBC).
- Select the System DSN
- Click the Add The Create New Data Source dialog will be displayed.
- Select SQL Server Native Client 10.0.
- Click the Finish The Create a New Data Source to SQL Server dialog will be displayed.
- Enter the following details:
- Name: FworkSQLECM_Portal
- Description (optional): Enter a description for the database connection. For example, Framework SupplierConnect Portal.
- Server: Select the SQL Server from the Server drop-down list.
OR
Enter the SQL Server name.
- Click the Next
- Select With SQL Server authentication using a login ID and password entered by the user.
- In the Login Name field, enter: FworkPortalUser
- In the Password field, enter: P@ssword
- Click the Next
- Tick Change the default database to.
From the drop-down list select, select the Framework ECM SQL Database.
Note:Info This is typically FworkSQLECM - Click the Next
- Click the Finish The ODBC Microsoft SQL Server Setup dialog will be displayed.
- Click the Test Data Source...
- If successful, click the OK
- Click the OK The ODBC Microsoft SQL Server Setup dialog will close.
- Click the OK The Data Sources (ODBC) dialog will close.
...
- Open Data Sources (ODBC).
- Select the System DSN
- Click the Add The Create New Data Source dialog will be displayed.
- Select SQL Server Native Client 10.0.
- Click the Finish The Create a New Data Source to SQL Server dialog will be displayed.
- Enter the following details:
- Name: FworkSQLLic_Portal
- Description (optional): Enter a description for the database connection. For example, Framework SupplierConnect Licence Portal.
- Server: Select the SQL Server from the Server drop-down list.
OR
Enter the SQL Server name.
- Click the Next
- Select With SQL Server authentication using a login ID and password entered by the user.
- In the Login Name field, enter: FworkPortalUser
- In the Password field, enter: P@ssword
- Click the Next
- Tick Change the default database to.
From the drop-down list select, select the Framework Licence SQL Database.
Note:Info This is typically FworkSQLLic - Click the Next
- Click the Finish The ODBC Microsoft SQL Server Setup dialog will be displayed.
- Click the Test Data Source...
- If successful, click the OK
- Click the OK The ODBC Microsoft SQL Server Setup dialog will close.
- Click the OK The Data Sources (ODBC) dialog will close.
...
- Complete the Web Portal Pre-Requisite Checklist
- Complete the Web Portal Environment Checklist.
Step 04a - Copy Ixed File
Warning |
---|
...
The Ixed file procedure is not required if another, working Framework portal has been configured on the same server. |
The ixed file contains decompile scripts for the Framework SupplierConnect Portal.
- Open Windows Explorer.
- Browse to: \[fw folder]\Setup\Framework SupplierConnect Portal\Ixed\
- Right-click on the win file and select Copy.
- Browse to: C:\php\ext\ folder and select Paste.
...
Info |
---|
|
...
|
...
|
Step 04b - Implement Framework SupplierConnect Files
Copies the Framework SupplierConnect Portal files to the web server.
- Open Windows Explorer.
- Browse to: \[fw folder]\Setup\Framework SupplierConnect Portal\WebSiteFiles\
- Select and copy all of the files and folders contained in the WebSiteFiles
- Browse to: x:\inetpub\wwwroot\[portalWebsiteFolder]\
Where:- x is the local target drive, and
- [portalWebsiteFolder] is the folder name of the web portal software (e.g., supplierconnectportal, scp, etc.).
- Paste the files and folders into the [portalWebsiteFolder], overwriting any files in the process.
The folder structure should look like:
x:\inetpub\wwwroot\[portalWebsiteFolder]\design
x:\inetpub\wwwroot\[portalWebsiteFolder]\feedback
x:\inetpub\wwwroot\[portalWebsiteFolder]\help
x:\inetpub\wwwroot\[portalWebsiteFolder]\home
x:\inetpub\wwwroot\[portalWebsiteFolder]\images\banner
x:\inetpub\wwwroot\[portalWebsiteFolder]\images\common
x:\inetpub\wwwroot\[portalWebsiteFolder]\images\header
x:\inetpub\wwwroot\[portalWebsiteFolder]\images\title
x:\inetpub\wwwroot\[portalWebsiteFolder]\inc_files
x:\inetpub\wwwroot\[portalWebsiteFolder]\my_details
x:\inetpub\wwwroot\[portalWebsiteFolder]\notifications
x:\inetpub\wwwroot\[portalWebsiteFolder]\orders
x:\inetpub\wwwroot\[portalWebsiteFolder]\response
x:\inetpub\wwwroot\[portalWebsiteFolder]\sessions
Step 04c - Installation - Folder Permissions
The following folders must have their security permissions updated for the following group or user names:
Folder | Permissions |
---|---|
x:\inetpub\wwwroot\[portalWebsiteFolder]\ | Read |
x:\inetpub\wwwroot\[portalWebsiteFolder]\sessions | Read Write Modify |
x:\php\ext\ixed | Read Write Modify |
Where:
- x is the local target drive, and
- [portalWebsiteFolder] is the folder name of the Web Portal software (e.g., SupplierConnect.).
Step 04d - Portal Configuration
Configures the logon and configuration files for the Framework SupplierConnect Portal.
Configure Config.php File
- Open Windows Explorer.
- Browse to: x:\Inetpub\wwwroot\[portalWebsiteFolder]\inc_files\
Where:
- x is the local target drive, and
- [portalWebsiteFolder] is the folder name of the web portal software (e.g., SupplierConnect). - Right-click on php and select Open With....
When opening the following files, untick Always use the selected program to open this kind of file. - From the Open With... dialog, select Notepad. This opens the file for editing.
- Find the text $dsn = "[Insert DSN]";
- Replace [Insert DSN] with FworkSQLECM_Portal.
- Find the text $user = "";
- Within the inverted commas, enter FworkPortalUser.
Example: $user = "FworkPortalUser";
- Within the inverted commas, enter FworkPortalUser.
- Find the text $pass= "";
- Within the inverted commas, enter P@ssword.
Example: $pass= "P@ssword";
- Within the inverted commas, enter P@ssword.
- Find the text $footer = "Copyright Framework Homes";
- Replace Copyright Framework Homes with your organisation's copyright details.
Example: Copyright Acme Homes. All Rights Reserved.
- Replace Copyright Framework Homes with your organisation's copyright details.
- Save the file and close Windows Notepad.
Step 04e - Configure Internet Information Services
Proceed to the next step if a Framework portal has already been configured and working on the same server.
IIS (Internet Information Services) is a set of Internet-based services for servers using Microsoft Windows. IIS assists in configuring websites. Your organisation may already be configured for IIS depending on if the organisation currently runs any web-based software or runs their own website from their local servers.
Different versions exist for different operating systems and, in general, an operating system's IIS cannot be updated to a newer edition.
The implications of the following settings should be carefully considered as a part of the overall web server/site installation and security.
IIS is a Microsoft Windows Component that is installed using the Add/Remove Programs (in Windows XP) and Programs and Features (Windows Vista / Windows 7 / Windows 8).
The following guide details the steps required for IIS 7.5.
Configure IIS 7.5
- Open IIS 7.5.
- From the Connections list, expand: [server_name] > Sites.
- Highlight Default Web Site, ensuring that the Features View is selected.
- Open Handler Mappings.
- From the Actions list (on the right-hand side of the screen), click Add Module Mapping. The Add Module Mapping dialog will be displayed.
- Enter the following details:
- Request Path: *.php
- Module: From the drop-down list, select FastCgiModule
If FastCGIModule is not available, ensure CGI has been installed. - Executable: Using the browse button, browse to the location of the php-cgi.exe file.
- Name: PHP
- Click Request Restrictions.... The Mapping tab of the Request Restrictions dialog will be displayed.
- Edit the following details:
- Ensure Invoke handler only if request is mapped to: is selected.
- Click File or folder.
- Select the Verbs.
- Ensure that All verbs is selected.
- Select the Access tab.
- Ensure that Script is selected
- Click OK.
- Click OK.
Step 04f - Installation - Test Framework SupplierConnect Portal
...
Public folders, or an archive equivalent, must be setup for archive/audit tracking of all Logistics notifications. Public folders are optional but HIGHLY recommended as they provide invaluable information from a support perspective (both internally for the business and externally for Insula Software. Public folders can have standing rules to auto-delete old notifications (e.g., after 1 to 3 months).Note:
Info |
---|
Each public folder should have a publicly accessible email address and the ability to receive and forward emails. Refer to your mail server documentation on creating public folders, setting email addresses, and forwarding. |
Three public folders are recommended:
...
Install Logistics Desktop on a server for the purposes of notification monitoring.
Info |
---|
...
Typically this is the database server although this is not a requirement. |
Step 07a - Install Logistics Desktop
...
- exe: Service installer.
- exe: Applications as service utility.
...
Info |
---|
Both files are available in the Setup folder of the Framework Product Suite DVD. |
Installation
- Open the Run dialog (Start menu > Run).
Enter: \\path\instsrv "Framework Logistics Desktop Monitor" \\path\srvany.exe
:Info title Example c:\instsrv "Framework Logistics Desktop Monitor" c:\srvany.exe - Open the Services screen (Control Panel > Administrative Tools > Services).
- Right-click Framework Logistics Desktop Monitor and select Properties. The Framework Logistics Desktop Monitor Properties (Local Computer) dialog will be displayed.
- On the General tab, ensure Startup Type is set to Automatic.
- On the Log On tab, ensure This account is ticked.
- Click the Browse button to find the user created in Step 06 - Logistics Desktop Monitor User and Mailbox Setup
- In the Password field enter the user's password.
- In the Confirm password field enter the user's password.
- Click the OK The dialog will close.
- Close the Services screen.
Specifying Framework Logistics Desktop Monitor As The Application To Start
Warning |
---|
...
Framework Logistics Desktop Monitor must be installed before it can be added as a service. |
- Open the Run dialog (Start > Run).
- Enter: Regedit. The Registry Editor will be displayed.
- Browse to: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Framework Logistics Desktop Monitor
- From the Edit menu, select New then Key.
- Enter Parameters as the new key name.
- Right-click the Parameters key and select New then String Value.
- Enter Application as the new string value name.
- Right-click on Application and select ... The Edit String dialog will be displayed.
In the Value Data field, enter the full path to the Framework Logistics Desktop executable (including the extension and switch).
:Info title Example C:\Program Files\Insula Group Pty Ltd\Logistics Desktop\Bin\FworkCstLDesktop.exe /Monitor - Click the OK
- Close the Registry Editor.
...
- Open the Services screen (Control Panel > Administrative Tools > Services).
- Right-click Framework Logistics Desktop Monitor and select Properties. The Framework Logistics Desktop Monitor Properties (Local Computer) dialog will be displayed.
- On the General tab, ensure Startup Type is set to Disabled.
- Click the OK The dialog will close.
- Close the Services screen.
...
Tip |
---|
To permanently disable the service, reboot the system or right-click the Framework Logistics Desktop Monitor service and select Stop. |
To Remove The Framework Logistics Desktop Monitor Service:
...
Step 08 - Install Microsoft Outlook
...
Warning | ||
---|---|---|
| ||
In Framework v5.1 and above, the Logistics Desktop Monitor supports SMTP/POP3. |
On the server running Logistics Desktop Monitor, install Microsoft Outlook (2003, 2007, or 2010). After Microsoft Outlook is installed, logon to Microsoft Windows as the user created in Step 06 - Logistics Desktop Monitor User and Mailbox Setup and configure Outlook for that user.
...
- From the Administration menu, select CRM then Email Template.
- From the Category list, select Construction Logistics.
- From the Email Template Level, select Default.
- Click the Email A shadow will appear around the list to indicate it is selected.
- Click the New The Email dialog will be displayed.
Enter a name and reference name for the email template.
:Info title Example Logistics - Called or Logistics - Called Off - Click the OK The dialog will close.
- Click the Email Template A shadow will appear around the list to indicate it is selected.
- Click the New The General tab of the Email Template dialog will be displayed.
Enter a subject heading.
Info title Example Example: Release for Delivery or Cancel Delivery. - Enter the HTML email code.
- Tip: Use the Insert Field button to enter Framework fields into the HTML code. Use the Preview tab to preview an email template.
- When completed, click the OK
...
Preferences in Framework ECM needs to be configured.Important:
Warning |
---|
Insula Software recommendations are listed in bold in the Setting column. |
Update Notification Preferences
...
- Open the Security module (File > Module > Security).
- From the Security menu, select Preference.
- Expand Framework Construction Logistics > SupplierConnect Portal > Notifications.
Preference Number | Preference Name | Setting |
---|---|---|
-50000 | Enable SupplierConnect Notifications | Enables the SupplierConnect notification function. Settings Yes: Enables SupplierConnect Notifications No (default): Disables the SupplierConnect Notification. |
-11050 | Email Address for Notifications to Desktop | The default email address to which all notification emails are sent to the office. Settings [enter email address] Example: logisticsdesktopnotifications@acmehomes.com.au |
-50078 | Source of Supplier Details for Notifications | The location where notifications will search for supplier details. Settings
|
-11003 | Notifications Response Page URL | The URL response page of the SupplierConnect Web Portal. This is the page that the supplier accesses when responding to a notification. Settings http://[Server Name] /SupplierConnect/response/response.php?sp= |
-50040 | SupplierConnect Portal Status | The status of the SupplierConnect Web Portal. Settings
|
Update Configuration - Logistics Desktop Preferences
...
- Open the Security module (File > Module > Security).
- From the Security menu, select Preference.
- Expand Framework Construction Logistics > SupplierConnect Portal > Configuration - Logistics Desktop.
Preference Number | Preference Name | Setting |
---|---|---|
-11053 | Notification Monitor (Minutes) – Desktop | The time, in minutes, between Logistics Desktop Monitor probing Microsoft Outlook for new notifications. Settings [enter the number of minutes between searches - default is 5 minutes] |
-11054 | Notification Monitor (Minutes) – Shadow | The time, in minutes, between Logistics Desktop Monitor updates. Settings [enter the number of minutes between searches - standard is 5 minutes] |
-11051 | MAPI Inbox Subfolder for Notifications – Desktop | The sub-folder for Logistics Desktop notifications. Settings [enter the sub-folder for Logistics Desktop notifications] |
-50079 | Monitoring Email Transport | The email transport method.
|
-50080 | POP3 Server Name | The SMTP/POP3 server name. Enter a server name if the previous item (Monitoring Email Transport) is set to SMTP/POP3. Settings [enter the SMTP/POP3 server name] |
-50081 | POP3 Server Requires Encryption | The encryption status of the SMTP/POP3 server. Settings
|
-50082 | POP3 User Name | The username required to login to the SMTP/POP3 server. Setting [enter a username for the SMTP/POP3 server] |
-50083 | POP3 Password | The password required to login to the SMTP/POP3 server for the entered username. Settings [enter a password for the SMTP/POP3 server for the entered username] |
-50084 | Enable Monitoring Report | Enable or disable the emailing of daily monitor reports. Settings
|
-50085 | Monitoring Report Email Address (To) | The email address the monitoring report will be sent to. Settings [enter email address] |
-50086 | Monitoring Report Email Address (Cc) | The carbon copy email address the monitoring report will be sent to. Settings [enter email address] |
-50087 | Time of Day to Send Monitoring Report | The time the monitoring report will be sent to the entered email addresses. Settings [enter a time] |
Update Configuration - Logistics Tablet Preferences
...
- Open the Security module (File > Module > Security).
- From the Security menu, select Preference.
- Expand Framework Construction Logistics > SupplierConnect Portal > Configuration - Logistics Tablet.
Preference Number | Preference Name | Setting |
---|---|---|
-11052 | Notification Monitor (minutes) – Tablet | The time, in minutes, for how often the tablet will update and search Microsoft Outlook for notifications. Settings [enter the number of minutes between searches - default is 5 minutes] |
-50046 | Prompt User To Confirm Notification | Toggle a Tablet PC user confirmation prompt prior to sending notifications.
|
-50047 | Show Notification Sent Confirmation | Toggle a Tablet PC user informing that a notification has been sent. Settings
|
-11048 | Enable Notification Monitoring | This option enables or disables the monitoring of notification responses from the supplier. Settings
|
-50088 | MAPI Inbox Subfolder for Notifications – Tablet | This is the sub-folder for Tablet PC notifications. This sub-folder is where the Tablet PC monitor will search for notifications if a subfolder was setup. Settings [enter sub-folder location] |
Update Notification Emails Preferences
...
- Open the Security module (File > Module > Security).
- From the Security menu, select Preference.
- Expand Framework Construction Logistics > SupplierConnect Portal > Notification Emails.
Preference Number | Preference Name | Setting |
---|---|---|
-11008 | Called Email – Tablet | Used to assign the email template for called email notifications sent from the Tablet PC. |
-11009 | Called Off Email – Tablet | Used to assign the email template for called off email notifications sent from the Tablet PC. |
-50089 | Called SMS Email – Tablet | Used to assign the email template for called SMS notifications sent from the Tablet PC. |
-50090 | Called Off SMS Email – Tablet | Used to assign the email template for called off SMS notifications sent from the Tablet PC. |
-50091 | Called Email – ECM/Office | Used to assign the email template for called email notifications sent from the office. |
-50092 | Called Off Email – ECM/Office | Used to assign the email template for called off email notifications sent from the office. |
-50093 | Called SMS Email – ECM/Office | Used to assign the email template for called SMS notifications sent from the office. |
-50094 | Called Off SMS Email – ECM/Office | Used to assign the email template for called off SMS notifications sent from the office. |
Update Supplier Reminders Preferences
...
- Open the Security module (File > Module > Security).
- From the Security menu, select Preference.
- Expand Framework Construction Logistics > SupplierConnect Portal > Supplier Reminders.
Preference Number | Preference Number | Setting |
---|---|---|
-50095 | Send Daily Reminders | This setting is used to enable daily reminders that will be sent to suppliers as a reminder of outstanding notifications (to be verified). |
-50096 | Time of day to Send Reminders | Used to set the time the daily supplier reminder will be sent. |
Update Notification Email Delivery Preferences
...
- Open the Security module (File > Module > Security).
- From the Security menu, select Preference.
- Expand Framework Construction Logistics > SupplierConnect Portal > Notification Email Delivery.
Preference Number | Preference Number | Setting |
---|---|---|
-11004 | Live – Supplier Email Address (Cc) | This email address is used to send a carbon copy of the notification when a notification is sent to a supplier via the Tablet PC or office. This email address is used when the portal has a status of Live. |
-11005 | Live – Supplier Email Address (Bcc) | This email address is used to send a blind carbon copy of the notification when a notification is sent to a supplier via the Tablet PC or office. This email address is used when the portal has a status of Live. |
-11006 | Live – Supplier Email Request Delivery Receipt | This preference is used to enable delivery receipts for when a notification is sent from the Tablet PC or office. This preference is only valid when the portal has a status of Live. |
-11007 | Live – Supplier Email Request Read Receipt | This preference allows the notification to request a read receipt from the supplier when receiving the notification email. This preference is only valid when the portal has a status of Live. |
Step 11 - Enable Supplier Entities For Notifications
...
- Open Framework ECM.
- Open the Administration module (File > Module > Administration).
- From the Administration menu, select Entity then Entity. The Entity screen will be displayed.
From the Entity Roles list, select a supplier. The Entities list will be updated.
:Info title Example Brick Supplier. - From the Entities list, select a supplier.
- Click the Edit The General tab of the Company Details dialog will be displayed.
- Select the Profiles
- In the Notifications group, toggle the Email field from No to Yes.
- Click the OK The supplier will now be enabled for notifications via email.Tip:
Tip |
---|
Repeat for each supplier that will receive notifications via email. |