Want to get rid of Google Ads, click here.
+ Reply to Thread
Results 1 to 2 of 2

Thread: Error when selecting "For Approval" in Change Queu

  1. #1
    Senior Member
    Join Date
    Jan 2002
    Location
    The Netherlands
    Posts
    930

    Default

    On any SC4 system, the following can occur:



    Situation

    In Change Queue, user selects "For Approval" button on the left. The system prompt the user to select the Approval Groups the user wants to approve for.



    After selecting 1 or more and the confirmation, the systems errors and return to the main user menu.



    Reason

    This error occurs when, in the profile definition, the "append.query" field is empty, but not NULL.



    Solution

    1. These actions are only applicable if you are not currently using Append Query functionality.

    Go to Change Management/Maintenance/Profiles

    Select all records (true search)

    Select Options/Update/Complex Update

    On "instructions for action on EACH RECORD" type the following:

    append.query in $file=NULL

    Select Execute



    2. These actions are only applicable if you are currently using Append Query functionality

    Go to Change Management/Maintenance/Profiles

    Select Options/Advanced Search

    Replace the text in the "query" field (true) with the following string:

    lng(append.query)=0

    Select the search icon

    Select Options/Update/Complex Update

    On "instructions for action on EACH RECORD" type the following:

    append.query in $file=NULL

    Select Execute



    If you are on a RDBMS back-end, the last query might not work, if you don't have "append.query" indexed or mapped specifically. You will have to execute the action manually, per record.



    Regards,

    Jos






  2. #2
    Junior Member
    Join Date
    Apr 2002
    Posts
    4

    Default

    Excellent



    It works for me.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Bookmarks

Bookmarks

Posting Permissions

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