Results 1 to 2 of 2

Thread: authorizing client updates

  1. #1
    Join Date
    Jun 2003
    Location
    seattle
    Posts
    2

    authorizing client updates

    I am designing an event planning system which allows the (human) client to access the event data via web page interface and modify event details.

    There are some sections of data I wish to have the client provide updated information, but not before reviewing and authorizing the changes (even selecting which fields to allow).

    Any ideas on how to temporarily accept the data, but hold it for later authorization?

    TIA.

  2. #2
    Join Date
    Nov 2002
    Location
    New Jersey, USA
    Posts
    3,932
    You can use a status field in your table and not display those records which have "under review" status.

    If your review process is manual then the person doing review can set the flag to approve or something that makes sense your case.

    If it is automated then a batch process at the end of the day can set the status.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •