=='''Database Management Menu - Campaign buildingCampaigns'''==
The Database Management Menu is a very important module for a System Champion. Here, you will build campaigns/scripts within the BE system.<br/>
*The fields you choose, will determine what will appear when you lookup a record.
*For example, if you choose Name and Phone No. from the field list, when you lookup a record, those fields will appear on screen.
=='''Campaign - External set up'''==
This is an advanced technical procedure.<br/>
Access to System Access Mangement and Database Management are required.
<br/>
'''Security Setup'''
*Ensure the campaign you want data to be stored in, is up and running.
*Create an Outcome to allow the external form log data.
'''Campaign Management -> Outcome Manager -> " & const_Name_Outcome & " - Add -> Select the Campaign -> Add the Outcome'''
*Edit the Campaign and in the Security Section, set Externally Available to "Public" and then choose the Outcome under which external records will be logged.
'''Database Management -> Database Primary Management -> Campaign - Edit -> Select the Campaign -> Security section -> Externally Available'''<br/>
'''Database Management -> Database Primary Management -> Campaign - Edit -> Select the Campaign -> Security section -> Public Outcome'''
*Create or decide upon an external system user in System Access Manaegment who will be marked as the creator of these new records. Set the External System Id and Key, which are the username and password that will be used for the automated login and logging of external data.
'''System Access Management -> User Administration -> Add User - Security Details Only -> External System Id'''
*Ensure this user has access to the campaign that will be storing the records
'''Database Management -> Database Security Access -> Campaign - Single - Add - User to Campaign'''
*Get the IP address of the server where the external data will be captured and apply this to the user account using System Access Management
'''System Access Management -> User Administration -> Edit User - User Details -> Find the User -> Business Details Section -> IP Restriction'''<br/><br/>
'''External Page Setup'''
A campaign, outcome, user and security are now set up to receive data. Now we need to create the public pages. Two pages are required. To help you generate these pages please use the page generation engine below, which will create the key HTML code for your external pages. They can then be modified as required..
*'''Form page''' - To speed up the development of the form page, bxp software can generate most of the HTML code for you. Some formatting and styling will still be required.
*'''Landing page''' - A landing page is far more generic, but needs to be able to handle error return codes.
*'''Testing''' - Place your new form and landing page on your webserver and test.