Difference between revisions of "PT Profile Admin Delete"

From ADF Docs
Jump to: navigation, search
(Created page with '== Overview == The Add Profile Page will be used to add new profiles. Follow these steps to configure the link and page for adding profiles. == Steps == # Create a new page call…')
 
Line 13: Line 13:
 
This page will be used to add delete profile records.  Update the ptProfile.xml config file that we setup in [[PT_Profile Site Configuration|Site Configuration]].  Get the URL for this page and update the <DELETE_URL> tag value with the page URL.  Exclude the site name and leading slash from this value.
 
This page will be used to add delete profile records.  Update the ptProfile.xml config file that we setup in [[PT_Profile Site Configuration|Site Configuration]].  Get the URL for this page and update the <DELETE_URL> tag value with the page URL.  Exclude the site name and leading slash from this value.
 
*(i.e. <DELETE_URL>webadmin/profileadmin/lightbox/Delete-Profile.cfm</DELETE_URL>).
 
*(i.e. <DELETE_URL>webadmin/profileadmin/lightbox/Delete-Profile.cfm</DELETE_URL>).
 +
 +
[[Category:Profile]]

Revision as of 01:47, 24 December 2009

Overview

The Add Profile Page will be used to add new profiles. Follow these steps to configure the link and page for adding profiles.

Steps

  1. Create a new page called 'Delete Profile', in the /profileadmin/lightbox/ subsite.
  2. In the main content of the page place a Custom Script element.
  3. From the Custom Script element interface, click the "Edit" icon.
  4. Enter the following text into the Explicit Module path:
    1. '/ADF/apps/pt_profile/customcf/handle_profile_delete.cfm'
  5. Publish the page

Update Profile Site Config

This page will be used to add delete profile records. Update the ptProfile.xml config file that we setup in Site Configuration. Get the URL for this page and update the <DELETE_URL> tag value with the page URL. Exclude the site name and leading slash from this value.

  • (i.e. <DELETE_URL>webadmin/profileadmin/lightbox/Delete-Profile.cfm</DELETE_URL>).