Question on Privileges to Approve Items

AS PER PORTAL'S ONLINE HELP, ONLY "FOLDER OWNERS" OR "CONTENT AREA ADMINISTRATOR" CAN APPROVE ITEMS CREATED BY A USER WITH "CREATE W/APPROVAL" PRIVILEGE.
BUT I NOTICED THAT USERS WITH "MANAGE ITEMS" PRIVILEGE CAN ALSO SEE AND APPROVE THE ABOVE ITEMS.
IS THIS CORRECT BEHAVIOUR?
I AM USING PORTAL 3.0.9 / W2000
TKS!!!

The reason for the parsing (I thought I explained it, must have been too vague) is I have about 30 agencies in a csv file.
Each agency can be determined by their subnet(s) and domain(s)
I need to put all lines in the csv relating to each agency in their own separate csv file to distribute to them so I am not sharing agency 'A' info with the other 29 agencies.
I get the regex comment. Thank you. For some reason I am rather hesitant to use PCRE under windows. I'll see how it works.
Your comment on "Reloading a large file repeatedly takes more time", is the exact reason why I asked the question. I want to get away from that.
I appreciate your quick reply, I think your example will work nicely. 
-= Bruce

Similar Messages

  • When i try to drag the new icon into my application folder it says i don't have privilege for some items

    I am able to download the new version but cannot drag the icon inot my applications folder. it keeps saying that i don't have privileges for some items. I have tried to do this repeatedly. and now my gmail account is saying that i have to have this new firefox version

    If there are problems with updating or with the permissions then easiest is to download the full version and trash the currently installed version to do a clean install of the new version.
    Download a new copy of the Firefox program and save the DMG file to the desktop
    * Firefox 6.0.x: http://www.mozilla.com/en-US/firefox/all.html
    * Trash the current Firefox application to do a clean (re-)install
    * Install the new version that you have downloaded
    Your profile data is stored elsewhere in the Firefox Profile Folder, so you won't lose your bookmarks and other personal data.
    * http://kb.mozillazine.org/Profile_folder_-_Firefox

  • I cannot install 3.6.8. Says I don't have sufficient privileges for some items. I do have an administrator account on my laptop

    I downoladed 3.6.8 but cannot install, Says I don't have sufficient privileges for some items. I do have an administrator account on my laptop

    Download a new copy of the Firefox program: http://www.mozilla.com/firefox/all.html
    Trash the current Firefox application to do a clean reinstall.
    Install the new version that you have downloaded.
    Your profile data is stored elsewhere in the [http://kb.mozillazine.org/Profile_folder_-_Firefox Firefox Profile Folder], so you won't lose your bookmarks and other personal data.

  • I do not remember my security questions nor do I remember my rescue email.  What can I do to change my questions so i can download items?

    I do not remember my security questions nor do I remember my rescue email.  What can I do to change my questions so i can download items?

    Contact iTunes support.
    -> http://www.apple.com/support/itunes/contact/

  • User does not have privileges to update item :

    Hi guys
    Wondering if anyone has ever hit this before.
    I've created an item using the APPS user ego_item_pub.process_items routine, and then I want to add catalog descriptive elements to it.
    So I use the following code :
    declare
          l_cat_rec          inv_item_category_pub.category_rec_type;
          l_cat_item         inv_item_catalog_elem_pub.item_desc_element;
          l_cat_tab          inv_item_catalog_elem_pub.item_desc_element_table;
          l_cat_tab_ind      NUMBER := 0;
         l_return_status     VARCHAR2(4000);
         l_msg_count         NUMBER;
         l_msg_data          VARCHAR2(4000);
         l_message           VARCHAR2(4000);    
         v_message           VARCHAR2(4000);    
         v_generated_descr   VARCHAR2(4000);
         v_msg_index_out     NUMBER;
    begin
      l_cat_item    := NULL;
      l_cat_tab_ind := l_cat_tab_ind + 1;                 
      l_cat_item.element_name        := 'Software Version';
      l_cat_item.element_value       := SUBSTR('SP2',1,30);
      l_cat_item.description_default := 'N';
      l_cat_tab(l_cat_tab_ind)       := l_cat_item;
      -- catalog has been created, so add                 
         ego_item_pub.Process_item_descr_elements
           p_api_version             => 1.0,
           p_init_msg_list           => fnd_api.g_true,
           p_commit_flag             => fnd_api.g_false,
           p_inventory_item_id       => 43694,
           p_item_desc_element_table => l_cat_tab,       
           x_generated_descr         => v_generated_descr,     
           x_return_status           => l_return_status,
           x_msg_count               => l_msg_count,
           x_msg_data                => l_msg_data
    dbms_output.put_line(l_msg_count||' errors ');    
      IF l_msg_count > 0 THEN
        FOR v_index IN 1 .. l_msg_count
        LOOP
          fnd_msg_pub.get (p_msg_index => v_index, p_encoded => 'F', p_data => l_msg_data, p_msg_index_out => v_msg_index_out);
          v_message := SUBSTR (l_msg_data, 1, 3000);
    dbms_output.put_line (v_message||v_generated_descr);
        END LOOP;
      END IF;    
    end;And I get the error message :
    " User does not have privileges to update Item E/742/3/N/A. "
    So I created the item as apps, but do not have the privilege to add elements to it as apps ?
    Any ideas ?

    Login as the same user, use the same responsibility and then try to do the exact same update (item/field/value) using the screen.
    Then use the api.
    Make sure you add a line to set the context properly before calling ego_item_pub.
    I did not see that in your code.
    something like
    fnd_client_info.setup_client_info(&appl_id, &resp_id, &user_id) -- replace the variables with the appropriate value
    Hope this helps,
    Sandeep Gandhi

  • Waiting for approval item does not execute attached procedure !

    Hi.
    Using 3.0.8 on Solaris.
    Create one custom item type and associate one on plsql procedure to be run in place when item is listed within its folder.
    Go to folder, add item, look for the plsql result : Good it's working !
    After that create an item as a create with approval ACL and come back as folder owner, look at the plsql result : NOTHING !!!
    My PLSQL procedure is displaying some attributs in order for the folder owner to approve or not the waiting item. So if wainting for approval items does not execute associated plsql function as they are "waiting" (active=0) then I've got some problems!
    Any suggestions ?

    Hi all,
    Thanks very much for your feedback.
    In reply to Brian's suggestions
    1. I checked to see if WS14500013 was defined as general task; it was not and this has has now been rectified. Went through the other workflows also.
    Double checked the contents of the tables:
    APPROVAL_TABLE, ITEM_APPROVAL_TABLE, ITEM_APPROVAL_OBJECT.
    All appeared OK.
    Created a simple one line SC. Invoked approval preview and the message: 'Approval step without ad-hoc capability. No preview possible' was displayed. This is odd since WS14500015 and sub-workflows do not use AD-HOC approval. Or am I not understanding this correctly.
    Followed Smitas suggestions but to no effect.
    Here are the contents of the said tables which I lifted from the workflow tables:
    Again, many thanks for your responses...
    **APPROVAL_TABLE****
    NAME="APPROVERLIST:ApproverList:"   <APPROVAL_INDEX>0000000001</APPROVAL_INDEX>
    <APPROVAL_BRANCH>0000000001
    <APPROVAL_AGENT>USMGRR11000 
    <APPROVAL_STATE>0000000002 
    <INITIAL_AGENT>USMGRR11000
    <INITIAL_INDEX>0000000002
    **ITEM_APPROVAL_OBJECT***.
    NAME="ITEMAPPOBJTABLE:ItemAppObjTable:" - <item>
      <SC_GUID>957117374BC6434882B0BFD5462A2724</SC_GUID>
      <APP_CRIT_NAME1>COST_CTR</APP_CRIT_NAME1>
      <APP_CRIT_NAME2>ORDER_NO</APP_CRIT_NAME2>
      <APP_CRIT_NAME3 />
      <APP_CRIT_VALUE1>R11000</APP_CRIT_VALUE1>
      <APP_CRIT_VALUE2 />
      <APP_CRIT_VALUE3 />
      <APPROVAL_OBJECT_GUID>9E6EFAC500B681458284BBB60BF99C8A
    *****ITEM_APPROVAL_TABLE***,
    NAME="APPROVALITEMLIST:ApprovalItemList:"
    <item>
    <APPROVAL_OBJECT_GUID>9E6EFAC500B681458284BBB60BF99C8A  <APPROVAL_ITEM_GUID>1137519335F51C4DB3D2844A8AD484C0

  • Cannot complete operation (update) because you do not have sufficient privileges for some items

    updating to 3.6.6, get message "cannot complete operation because you do not have sufficient privilege for some items". Running the new second version, works fine, but slow, the old version not updating

    See http://kb.mozillazine.org/Installing_Firefox#Mac_OS_X
    Download a new copy of the Firefox program: http://www.mozilla.com/firefox/all.html
    Trash the current Firefox application to do a clean reinstall.
    Install the new version that you have downloaded.
    Your profile data is stored elsewhere in the [http://kb.mozillazine.org/Profile_folder_-_Firefox Firefox Profile Folder], so you won't lose your bookmarks and other personal data.

  • How do we control who can approve items in a list?

    We are building a referral bonus list that needs to go through 4 levels of approval before being paid out.  I've created the workflow, but I can't figure out how to control who is allowed to approve it.  For example, it would be bad if an employee
    can enter the item, and then approve it as the Manager, Director and VP so that Finance gets notified and puts it on his check.
    How can I set it so that only management-level personnel are able to approve/reject specific items within the list?
    John

    Hi John,
    If you are using a custom list as referral bonus list, you can use the PowerShell to enable the option "Create items and edit items that were created by the user" (you
    can check if you need to set "Read items that were created by the user" ), then all users could only edit his own created items, then you grant "Manage lists" permission
    to Manager,Director and VP on this custom list and they will be able to view and edit all items.
    http://www.hersheytech.com/Blog/SharePoint/tabid/197/entryid/28/Default.aspx
    If you want only Manager, Director and VP to be able to approve/reject the Approval Workflow task items, you need to grant them Contribute permissions or higher on Workflow Tasks list, and remove all others' Contribute permissions.
    http://sharepoint.stackexchange.com/questions/35619/what-type-of-permission-user-needs-in-order-to-approve-workflow-task
    Thanks
    Daniel Yang
    TechNet Community Support

  • Beginners question - making sense of form, item, pane & variable (with relation to where data is stored in the SQL database)

    Hi Everyone,
    I am new to writing reports (SQL code) for SAP, however I am aware that inside SAP Business One it is necessary to enable System Information (from the View menu) in order to see which tables (and related table attributes / column names) are related to various aspects of the various SAP 'modules' (e.g.: A/R Invoice).
    Using an A/R Invoice as an example I can see at the row (or line) level that an item with the description of 'Opening Balance Transfer' is contained in the table INV1, within the attribute (or column) called Dscription.
    However not every 'on screen object' shows a table / attribute. For example in the same A/R Invoice if I hover my mouse over the Balance Due field all I see is Form related information.
    My question is 'How do I make sense of the Form, Item, Pane, Variable information?', with relation to where data is stored within the SQL database?
    Links to online tutorials explaining how this feature of SAP Business One will be much appreciated, along with any personal advice regarding working with this information.
    Any (and all) help will be greatly appreciated.
    Kind Regards,
    David

    Hi David,
    1.Here I am explaining use of each field except pane
    a. Form ---> Used in additional authorization creator
    b. Item, column--->Useful in creating Formatted search queries (FMS)
    c. Variable --> Some of the field values based on another values. ie. indirect values.
    d. INV1---Table name
    2. How to get variable?
    As per your second attachment, to get balance due ,you need doc total field from OINV table. For example,
    SELECT T0.[DocNum], T0.[DocTotal] FROM OINV T0 WHERE T0.[DocNum] = 612004797
    Thanks & Regards,
    Nagarajan

  • PO Approval Items Workitems are not removed from the Universal Worklist UWL

    Hi,
    Certain of our purchase orders require approval, they are sent to the relevant approver via workflow to their SAP inbox (SBWP) and universal worklist.
    When the user executes the workitem (Approve or Reject) The workitem should be removed from the universal worklist and SBWP when refreshed.
    The problem we experiencing is that the Workitems are not removed from the UWL after they have been executed. The SBWP is behaving correctly and the items are removed.
    It is not all the workitems that have this problem, only certain ones - but there is no pattern.
    Thanks for the help.

    Hi,
    The user B approved the PR accessing the transaction SBWP or via PR transaction directly?
    If via PR transaction directly, then your workflow needs a Wait Event step.
    Regards,
    Kleber

  • ECATT questions regarding handling multiple line items in test data conatin

    Hi all,
    We are using  ECATT for automation.
    We do have a query .
    The Question is
    When we have
    Ist   level   Header information     [One entry per header]    
    IInd  level  Item Level information [Per Header Multiple item entries is possible]
    For eg.
    Header
    Sales ordno Customer
    S001           C001
    Item
    Salesordno itemNo Material
    S001          001         M001
    S001          002         M002
    We need  to call an API for creating the salesorder using ECATT .We want to achieve the same with test data container.
    How we can approach this?
    Reg,
    Ganesh
    Message was edited by:
            GaneshKumar P

    hi,
    you can do that by using ABAP...ENDABAP statement.
    By using this command you can write any ABAP login in between.
    and u can also call RFC's, BAPI in between.
    all you need to do is wirte your ABAP code in se38 and make sure that its working fine. then copy ur code to ecatt tool and pleace that in between ABAP...ENDABAP statements.
    hope this helps.
    >>reward if this helps.
    regards,
    kvr

  • Approval Procedure Question - changing an Un approved document or Approver

    Here is my situation.  I have set up an approval Stage with 1 approval necessary for Credit Memos.
    From time ot time,  the approver needs to change the Credit Memo before apporving.
    Also, from time to time,  the Originator of the Credit Memo needs to change the credit memo BEFORE it has been approved. 
    From what I gather, 
    1) The Approver can not change the Credit Memo BUT can Add the Credit Memo but only after approving it.
    2) The Originator of the Credit Memo can not change the Credit Memo unless it has been rejected, and then it is not an easy task to find where the document can be changed.
    3) Any manipulation of the documents from either the Approval Status reportor the Approval Decision report is not possible.
    Am I missing something here or is there an easy way to modify a pre approved document?
    Thanks in advance
    Dana

    Actually what I am trying to accomplish is have all Credit Memos approved.  I at the same time would like the person who is approving th eCredit Memo also make changes to the Credit Memo if changes need to be made.  The end user does not issue a Credit Memo (Update) until the goods are received back at their facility and checked.  At that time,  they would like the approver make the necessary adjustments if necessary and them update the Credit Memo.  I find it a bit cumbersome to have to send that Credit Memo back to the Origonator to be adjusted and then send it back for approval.
    Am I missing something here?  Is it possible for the apporver to not approve it and then make th changesand then update it? 
    Any other sugestions on how to handle this situation??
    BTW Thanks for the quick responses!!
    Dana

  • Workflow question; planner user and approve?

    Hi!
    We are testing our planning application and we discovered that a user with a planner role can approve his/her planning unit ??? He/She can choose from promote/approve when changing status of of selected enity (with write access).
    Is this a normal feature or has something gone wrong?
    Planner users are provisioned in Shared Services with following Planning roles: Planner, mass allocation, offline user. In Planning they have write access to their own entities and read access to some other entities related to their own business areas. They have write access to all accounts, some scenarios and so on. Read access is given to some scenarios and as said to some entities.
    Within business rules they have an Interactive user role. Those planners belong to different native groups that have "validate or launch" access to specific Business rules. I suppose Business Rules should not have effect on this..
    Somehow I would think that Planner should not have an approve option when changing status of his/her entity (with write access). The approve option should belong to admins (my humble opinion).
    kind regards,
    user 637777

    I believe you may be able to change this behavior, althought unfortunately, I don't have access to a Planning repository right now to confirm.
    There are two tables in the repository that define the actions and states of Workflow in Hyperion Planning. They are:
    - HSP_PM_ACTIONS
    - HSP_PM_STATES
    This is where you can modify (or add new) workflow actions and states. I seem to remember a field in these tables that defines who can take a specific action. There's another field that defines who the next potential owners are after a given action. Unfortunately, I'm recalling this from memory, so you'll have to do a little digging. The fields use a code, so you'll have to decifer what those codes mean too.
    Remember, after any changes to the repository, you'll need to restart the Planning services.
    Hope this helps,
    - Jake

  • Reminder Emails for Pending Approval Items

    Hi,
    I am new to Oracle workflow but the current project I am working with uses Oracle Workflow. I have a query regading reminder emails that workflow sends for the pending approvals. Do you know in which table I can check the settings for reminder emails. Also, how these reminder emails for any pending approval is triggered.
    Thanks a lot in advance.
    -Neeraj

    Hi Prabhat,
    I am working on creating a scheduled task for sending reminder emails. I need help on IapiTaskIfc Class com.frictionless.custom.wkfreminder.sendWorkflowReminder. Can you please share sendWorkflowReminder class to me, so that I can get idea about the code written for sending reminder emails? It would be great help.
    To check the class, you need to get the jar from server and decompile it. You can get some idea by looking at the java class file then.
    Thanks,
    Saloni

  • HT201303 I've just purchased an iPad I've already got an iTunes account but I've forgot my security questions how do I purchase items on my iPad

    Forgot my security questions

    Welcome to the Apple Community.
    Start here, and reset your password, you will receive an email with your new password, then go to manage your account > Password and Security and change your security questions.
    If that doesn't help you might try contacting Apple through iTunes Store Support

Maybe you are looking for

  • I have an mp3 player and want to use itunes

    I have a scan disc mp3 player and would like to transfer music from itunes to put in it. thanks greg

  • Regarding BAPI_GOODSMVT_CREATE

    Hi Experts! I am using BAPI_GOODSMVT_CREATE to create a material document in migo screen using mb01 transaction. I am getting one error that is whenever i put the quantity in , for example if ordered quantity is 20 and i put quantity in unit of entry

  • My order has shipped and I've received part of it, but NO REWARD POINTS yet????

    As the Subject points out, I haven't received the points yet and the website says the points are not rewarded until after shipping.  I'm just wondering where they are?  I have only one account, I logged into the store site prior to purchase, I have o

  • Add user to group in Exteranl Authentication mode

    I have configured my Login Server to authenticate against a database instance. Now I want to prepopulate certain Portal users and add them to appropriate groups. From SQL+ as PORTAL30 I ran the follwing: declare v_userid number; v_group number; begin

  • TNS Listener Service won't start after upgrading server from NT to 2000

    I am new to Oracle and have worked my way through downloading and installing Oracle Enterprise Edition on an NT 4.0 SP6a server and I believe the installation was successful--I was able to run the Oracle Enterprise Manager successfully and I browsed