How Requistioner can chage SC when it in awaiting approval stage

HI,
What configuration changes need to be done for requistioner to chage SC which is in 'awaiting approval' state.
Thanks

Hi Ravi,
Shopping Cart can be changed in "Awaiting Approval" Status. This out of the box functionality
If an Approver makes a change to a Shopping Cart that will cause the total value to change, the Requisitioner will have to approve this change.  This includes a change in quantity, price, or rejecting, adding/copying/deleting a line item.
The Requisitioner must approve a price or quantity change before the order will route back to the First Approver.
When a Requisitioner accepts changes to a Shopping Cart, the status on the Approval Overview may still show that the cart is u201CAwaiting Approvalu201D even though it has properly progressed back to the first approveru2019s inbox.
Thanks
Zameer Sayed

Similar Messages

  • How you can find out when someone using your icloud account

    how you can find out when someone using your icloud account

    Someone on a different device only needs to sign with your iCloud ID and password in order to access your account, they don't need to answer any security questions if they have your credentials.  If you think this happened, you should change your iCloud password as explained here: iCloud: Change your iCloud password.  After you change the password, you will need to change it on your devices by going to Settings>iCloud>Account and entering the new password.
    If you want to inquire further about this, contact the Apple account security team: Apple ID: Contacting Apple for help with Apple ID account security.

  • How mail can be send to superior if not approved within deadline

    Hi firends,
    I'm a little new 2 workflows and i have 2 issues
    1)   If the approver doesnot act with a time limit a mail has to be send to his superior regarding the delay approver is creating. How can i achieve this scnerio? will the tab 'LatestEnd' has to be used? and if yes how can i use it?
    and the approver should still be able to approve it and the flow should not be altered.
    2)  If the approver does not act within the time limit, the approval process should be assigned to another user. But in this case also the flow should not be altered exept that the approver has changed. How can i achieve this scnerio??
    Kindly reply soon.
    Thanks & Regards,
    Ajo John

    Hi Ajo,
    May b u can try the following.
    1) If the approver doesnot act with a time limit a mail has to be send to his superior regarding the delay approver is creating. How can i achieve this scnerio? will the tab 'LatestEnd' has to be used? and if yes how can i use it?
    and the approver should still be able to approve it and the flow should not be altered.
    Yes. You are right u can use the "Latest End" tab
    Choose "workflow Item Creation" in the Refer Date / Time field
    and in the Time field enter the  "x" days after which the Superior must recieve the mail.
    and in the bottom  half of the page.
    enter the Supervisor  as the Recipient of the when last end date missed.
    u can choose "user" and then enter the Superior User id
    or u can use "Expression" and then enter a expression which determines the Superior user id.
    2. If the approver does not act within the time limit, the approval process should be
    assigned to another user. But in this case also the flow should not be altered exept that the approver has changed. How can i achieve this scnerio??
    U can achieve this,  by making the Agent determination as a background activity.
    U can follow the sequence
    U can use a Fork
    with 2 inputs and 1 output.
    Branch 1
    1. Approval Process with Agent1 as the responsible Agent.
    2. Approval step set with "Latest end" set as 3 days
    Branch 2.
    1. Approval Process with Agent2 as the responsible Agent.
    2. Approval Step set with "Requested Start" set as 3 days (i.e. the latest end of the previous agent)
    May be  this answers your question.
    Raj

  • How Popup window automatically open, when I got new approval from any user?

    Hi Friends,
    I have an application in Form6i, where different users send approvals to me, when somebody send me new approvals there is indication to me, I used timer, and I Execute Query in When Timer Expire trigger , so a display item is appear when I received new approval. But this is only applicable on the Approvals screen, when I navigate to another screen I have not get an indication of new Approvals.
    Now I want to get an indication of an approval on every screen in my application in the form of Popup window.
    A window is automatically open before me on any screen when new approval is come.
    THIS IS JUST LIKE YAHOO MAIL BOX, WHEN WE WORKING IN ANY APPLICATION JUST LIKE MS WORD, EXCEL ETC. AND WHEN NEW MAIL COMES IN ACCOUT THERE IS AN INDICATION IN STATUS BAR “RECEIVES ONE NEW MESSAGE”
    Please send me the solution of this problem on urgent basis.
    Best regards,
    Shahzad

    Instantiate from your forms application a second forms application which calls your form with the timer or which contains a procedure which has registred itself for a message (use dbms_pipe).
    Your starting form code will call via a host command ifrun32.exe with all required parameters and the name of the form containing the timer or listener. Now you have two forms applications running on your pc but the "mailbox"one can get minimized and maximized the moment a message is detected.
    Marcos

  • How Subscriber Can Ignore Messages When Publisher

    Hello,
    I have a few subscribers to a topic, however those subscribers can also be publishers for messages.
    Is there an easy way for a subscriber to ignore any messages if that subscriber is the publisher of a particular message?
    Regards,
    Stoyan

    Hi,
    I don't see what getter I can use on the publisher to get its ID, also I don't see any ID
    in the message that I can use. Would you be more precise about the IDs you're
    referring to and how to extract them.
    Thanks,
    Stoyan

  • Ssrs 2008 the report instead of showing Emp # want to show Emp Name , how i can write case when syntax

    working on SSRS report , pulling the data with Emp # I want to show with emp Name instead,
    is there way to write case when syntax so it can show only emp name instead of emp #
    for example
    Emp #        Emp Name
    144                 Kevin
    want report to pick the name as Kevin instead of 144
    any help will be great
    thansk

    thanks for reply RSingh
    I tried changing the query as you suggested
    SELECT [EMP #], [EMP NAME], FIELD1, FIELD2 FROM TABLENAME
    it did not work,  getting error message
    empLid  table name JMGPAYEMPLOYEE  and there is no emp name field
    when I modify the query as per above getting error message
    because I have 2 data set
    1.  Projid
    2. Projgroupid
    3.  parameter I have date
    below is my query
    SELECT        PROJTABLE.PROJID, PROJTABLE.PROJGROUPID, PROJTABLE.DATAAREAID, JMGPAYEMPLOYEE.EMPLID, PROJTRANSPOSTING.QTY, JMGPAYEMPLOYEE.PRICE,
                             PROJTABLE.DIMENSION2_, PROJTRANSPOSTING.POSTINGTYPE, PROJTRANSPOSTING.COSTSALES, PROJTRANSPOSTING.PROJTRANSDATE,
                             CATEGORYTABLE.CATEGORYNAME
    FROM            PROJTABLE INNER JOIN
                             PROJTRANSPOSTING ON PROJTABLE.PROJID = PROJTRANSPOSTING.PROJID AND PROJTABLE.DATAAREAID = PROJTRANSPOSTING.DATAAREAID
    INNER JOIN
                             JMGPAYEMPLOYEE ON PROJTRANSPOSTING.DATAAREAID = JMGPAYEMPLOYEE.DATAAREAID AND
                             PROJTRANSPOSTING.EMPLITEMID = JMGPAYEMPLOYEE.EMPLID INNER JOIN
                             CATEGORYTABLE ON JMGPAYEMPLOYEE.DATAAREAID = CATEGORYTABLE.DATAAREAID AND
                             JMGPAYEMPLOYEE.EMPLID = CATEGORYTABLE.CATEGORYID
    WHERE        (PROJTRANSPOSTING.COSTSALES = 1) AND (PROJTRANSPOSTING.POSTINGTYPE = 121) AND (PROJTRANSPOSTING.PROJTRANSDATE >= @Paramfromdate) AND
                             (PROJTRANSPOSTING.PROJTRANSDATE <= @ParamTodate)
    any advise will be helpful
    thanks

  • How i can install facetime when i'm moved out from UAE.

    my iphone5 hangs frequently and restores in i week time. also the sinal strength is poor sometimes i'm not having network.

    You can never have facetime on an iphone purchased in a country that does not allow facetime.

  • How to raise mail notification when ever the new event is added to calendar list in sharepoint 2010?

    Hi experts, I need guidance or the way how we can raise mail,
    When ever the new item is added / updated / deleted / cancelled to a calendar list in SharePoint 2010.
    Shall we achieve it through using SharePoint designer 2010.
    If its help to fix the requirement.
    Thanks and Regards,
    Dhayanand Kalimidi

    >I need to send the mail before 1 week from the date
    This is different requirement. Initially you said you want send email when item is added / updated / deleted in list. For this you can use default alert to send instant email as  suggested before. 
    Now if you want to send reminder email then you can use designer WF and calculate the due date by using variable. Refer this link for your ref:
    http://mysharepointchronicles.wordpress.com/2012/11/05/sharepoint-list-with-workflow-email-reminder-set-to-send-30-days-from-created-date/
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/3211ee00-92de-47f1-b611-4c9609f92ab7/how-do-i-set-sharepoint-2010-to-send-a-reminder-email-a-month-after-a-date-already-listed?forum=sharepointdevelopmentlegacy
    Remember event receiver can not send reminder email or scheduled email so for this either use designer WF or create timer job.
    Hope it could help
    Hemendra:Yesterday is just a memory,Tomorrow we may never see
    Please remember to mark the replies as answers if they help and unmark them if they provide no help

  • Hello I would like to know how I can change the form of payment of App store for buying books I

    I would like to know how I can chage the form of payment of App store for buying books

    http://support.apple.com/kb/ht1918?viewlocale=de_de

  • How to change the content in request at approval stage

    Dear experts,
    We have a requirement like following:
    Frist, User submits a new account request, the field "Position" is set to cerntain value, eg. sales support
    Then, Manager should have the capbility to change the content in field "Position", such as changeing sales support to sales manager, when he approves the request.
    However, it seems that only very few fields can be changed after request submition.
    How could we configure AC to let the managers can change the content in request at approval stage?
    Thanks a lot!

    Tang,
    In the stage for the Manager set the "Change Request" to 'Yes'.  This will open up a few fields for you, including user group, role validity dates, etc.  I do not believe this will open up position though.

  • I am sharing a apple id acount with my family but when i synced my phone to the computer it erased all of my imformation and put the other phone's imformation on it. I was wondering how I can prevent this from happening?

    I am sharing a apple id acount with my family but when I synced my iphone to the computer it erased all of my imformation and put the other phone's imformation on it. I was wondering how I can prevent this from happening?

    If the ringtones are on the old device just plug it in and do a transfer of purchases then they will be on the computer to sync to the new device.

  • How can you identify when a RP has a bootflash failure on CRS-1?

    Hi Everyone,
    I am hoping someone can assist me in identifying when a RP has a bootflash issue and requires RMA.  We have some CRS-1 running in our network with IOS XR 3.8.2 and some with 4.0.3.  All the commands that I am aware of do not identify when a RP has a problem in bootflash.  CCO recommends that if there is a problem with upgrade and you are moving to a code using filesystem fat 32 that you format the bootflash of the RP's.  It was at this point we started having issues.  We went into ROMMON and recieved the following error.
    rommon B1 > dir bootflash:disk0/hfr-os-mbi-4.0.3 Checksum failed on hfr-fslib-m
    Expected checksum: 6a53, calculated checksum: beba
    open: file "hfr-fslib-m" not found
    loadprog: error - on file open
    cannot load the monitor library "bootflash:%hfr-fslib-m" from device
    If someone has some insight on how we can validate the state of the RP outside of the typical command set:
    show redundancy summary
    show platform
    etc
    I'd appreciate it.
    Cheers,
    Rashmi

    Hi,
    Provide some more information on your problem.
    If you want to check the directory contect try
    dir bootflash:
    is it displaying any output?
    In general above error doesn't indicate that there is any problem but it is not able to find particular directory or file.
    Thanks
    Parthiv

  • Hello all .. i have a big problem in my ipad version 5.1.1 that is when i connect the ipad with my computer the i tunes give me this message ( itunes couldnt connect to this ipad .an unknown error occurred (0xE8000012).) how i can solve this problem pleas

    hello all .. i have a big problem in my ipad version 5.1.1 that is when i connect the ipad with my computer the i tunes give me this message ( itunes couldnt connect to this ipad .an unknown error occurred (0xE8000012).) how i can solve this problem please
    and this is an pic for the problem

    There is some troubleshooting for 0xE8 error codes on this page : http://support.apple.com/kb/TS3221 - you could see if anything on that page fixes it

  • When i update to the latest version (7.0.3), there is a message appear to me when i open any application that contains notification such as (What'sApp or BBM),this message said (Connect to iTunes to use push Notification),How I can to stop these message?

    When i update to the latest version (7.0.3), there is a message appear to me when i open any application that contains notification such as (What'sApp or BBM) , this message said (Connect to iTunes to use push Notification) , How I can to stop these messages that appear to me constantly?

     Hi,
    One of my ex-colleagues has installed a NI-DAQ 6.5 in our system. [And I do not see any other naitional instruments card in the CPU of the computer, may be he removed it] I deleted the account and all his files in the system. When I am trying to install version8.0, its not getting installed and giving me a message that I should uninstall the previous version by going to Add/Remove programs in the control panel.
    I tried doing that, but the "Change/Remove" button does not seem to work...[There is no response and so unable to install the new version...]
    Any idea how can this problem be solved?
    It is a windowsXP operating system with SP2 installed on a machine with P4 processor.
    Thanks

  • I recently bought, from the original website of Adobe, Photoshop elements 13. However, when I go with my mouse pointer over the menu, It hangs or he works very slow. Does anyone have an idea how I can fix it? I have already downloaded updates, both from A

    I recently bought, from the original website of Adobe, Photoshop elements 13. However, when I go with my mouse pointer over the menu, It hangs or he works very slow. Does anyone have an idea how I can fix it? I have already downloaded updates, both from Adobe and Windows. I have a new pc with window 8.1.

    It could be a coincidence, but I rebooted the machine and (knock on wood) PSE13 seems to be working ok.

Maybe you are looking for