Credit memo (CM) Approval limits set are not being checked in CM creation

Hi,
Customer: ARROW ELECTRONICS INC
SR: 6502816.993
Customer has set the approval limits for credit memo in Receivables
He has set the approval limit as -500 to 0 for a user X.
Created an invoice for 550 $
Gone to Ireceivables and created a dispute for the complete amount (-550$) of the invoice.
Find that the notification is going to the user X even when the amount is not within the approval limits set.
He is able to approve the notification and it is going to the next level approval.
Once that is done the credit memo is getting created.
Checked the packages involved in this.
ARWCMWFB.pls
Find that there is no checking of the approval limits in the package.
Please help me in knowing on whether this is an intended functionality.
Thanks and regards,
Hareesh

Hareesh
Using HR Hierarchy
1. Define three approvers A, B, C for the same reason code and with different approval limits (as this is credit memo the guy with highest negative amount has is the final approver).
2. A reports to B and B reports to C
3. A is approval limit is from -100 to -500, B can approve from -500 to -1000 and C can approve from -1000 to -1500 (all of them have same reason code and currency code).
4. Make sure all of them are employees.
5. Make sure you **DO NOT** check the flag Primary Approver for any of these approval limits in the approval limits screen.
6. In the employees -- Assignments For A, enter supervisor as B, and For B enter Supervisor as C.
7.No enter an invoice for 1200 and complete it.
8. Request for credit from iReceivables for the same invoice for -1200.
9. Now you can see that the notification will go to B and C for approval.
Using Approval Limits hierarchy:
If you do not want to use the employee setup, they can always, use the primary check box. With the same example as above, check the primary check box for A, B and C.
When you request for credit, first A gets, next B gets it and then C gets it.
If you check for only C which is the final approver, workflow will send only one notification and once C approves it will forward.
Ofcourse, before any of these guys are approving, collector assigned to the customer has to approve.
And after all these approvals one more Role (called Receivable Role which can be anybody according to the WF definition) has to approve before the credit is generated).
Now, I am not sure what the customer wants. Do they want multiple approvals or single approval? If they want multiple they have to use the first approach. If not they can use the second approach.
I did a test case again and these comments are the results of the test. I did this on 11.5.9.
Let me know if you have any questions. Also please refer to the metalink note 284804.1How Does Credit Memo Workflow Notify Multiple Approvers?.
Thanks
Nagamohan

Similar Messages

  • Mail is not being checked automatically

    My e-mail accounts are not being checked automatically even though I have them set to be check every hour. I also tried a day at 30 minutes but I noticed the iPhone is still not checking my messages. I have to check manually. Any suggestions?

    I am having the same issue, which appears to have started with the last firmware update to my iPhone. Yahoo no longer pushes mail to my iPhone, and the check every 15 minutes does not work - I have to manually refresh my email accounts to check for mail. This used to work correctly. I've had no luck finding answers online yet.

  • Credit Memo for Service items that are returned

    Hey Friends,
    I'm trying to create credit memo for a service item that is returned. I sold one laptop with one year extended warranty and now I want to RMA both the laptop and extended warranty.
    What are the setups to create credit memo - when I do the RMA, it's only has one line because the extended warranty is non-returnable. I ran Main Billing program but nothing happened. After running autoinvoice, I was able to see the credit memo only for the laptop and not the service item. Ideally they should be in the same credit memo and not separate.
    Help.
    Thanks a lottttttttt.

    Any ideas gurus?

  • In approval Assignments Positions are not showing

    Dear Experts,
    After the approval group now i am making the approval assignments, and in approval assignments positions are not showing. i have define the positions in the human resource and enable the hierarchy option in the financial options. Please help me out with this issue.
    Thanking in advaance

    Dear I have run that fill employee hierarchy report but it doesn't work. Please provide me any other solution.
    Thanking in advance.....

  • Windows Server 2012 GPO setting are not apply on windows Xp clients

    Hi
    I am create GPO on windows server 2012.  300 clients on domain are working fine, GPO setting apply on all windows 7, 8 clients. But 200 clients of windows XP are not working. GPO setting are not applies on XP. I am trying to Group Policy
    Preference Client Side Extensions for Windows XP (KB943729) on one window XP client, all GPO servers 2012 setting is working fine. But is not solution. I have 200 clients of windows XP, Please provide batter solution on one click command and apply all 200
    XP clients.
    Thanks.

    Dear,
    I have Windows server 2012 ,  i have install ADDS with Forest functional level 2008 & Domain functional level 2008 .
    I have applied GPO to particular OU, when i login to domain user on Windows 7 PC all GPO working fine but when i login on Windows Xp SP3 PC its not applied on XP. 
    I am facing issue on windows XP clients it is true. Please see this URL address:
    http://blogs.technet.com/b/grouppolicy/archive/2009/03/27/group-policy-preferences-not-applying-on-some-clients-client-side-extension-xmllite.aspx
    Please provide batter solution on one click command
    Thanks.

  • Why Extended Encoding Sets are not available?

    I m using JDK1.4. Why I got the UnsupportedCharsetException from this line:
    CharsetDecoder cd = Charset.forName("Big5").newDecoder();
    When I print out the available charsets in the system, I realised that "Big5" and all extended sets are not included (http://java.sun.com/j2se/1.3/docs/guide/intl/encoding.doc.html). Anybody can explain and help me to get these extended sets?
    Following is the output from my code >>>
    available charsets:
    ISO-8859-1
    ISO_8859-1:1987
    ISO8859_1
    8859_1
    iso-ir-100
    cp819
    ISO_8859_1
    ISO8859-1
    latin1
    IBM819
    IBM-819
    l1
    ISO_8859-1
    csISOLatin1
    819
    ISO-8859-15
    8859_15
    923
    LATIN9
    ISO_8859-15
    ISO8859_15_FDIS
    cp923
    L9
    LATIN0
    csISOlatin9
    ISO8859-15
    IBM923
    ISO-8859-15
    IBM-923
    csISOlatin0
    US-ASCII
    us
    ISO_646.irv:1991
    ANSI_X3.4-1968
    iso-ir-6
    646
    ISO646-US
    cp367
    ANSI_X3.4-1986
    csASCII
    ASCII
    iso_646.irv:1983
    IBM367
    UTF-16
    UTF_16
    UTF-16BE
    X-UTF-16BE
    ISO-10646-UCS-2
    UTF_16BE
    UTF-16LE
    UTF_16LE
    X-UTF-16LE
    UTF-8
    UTF8
    windows-1252
    cp1252
    java.nio.charset.UnsupportedCharsetException: Big5
         at java.nio.charset.Charset.forName(Charset.java:428)
         at com.bluewave.levisapd.TestBean.uniDecode(TestBean.java:139)
         at com.bluewave.levisapd.Test.main(Test.java:18)
    Exception in thread "main"

    Hi, there should be a file charsets.jar in your \jre\lib folder. It contains the optional encodings, as described in http://java.sun.com/j2se/1.4/docs/guide/intl/encoding.doc.html
    Make sure it's in your classpath.
    Cheers, HJK

  • My gift cards are not being redeemed.  Still charging my credit card.

    My gift cards are not being redeemed.  Still charging my credit card.

    Does your iTunes account show a positive balance?

  • Org.hibernate.AssertionFailure: scrollable result sets are not enabled

    I am using hibernate with oracle and got the following code snippet:
    ScrollableResults results = criteria.scroll(ScrollMode.SCROLL_SENSITIVE);
    When I run the above snippet I get the following exception:
    org.hibernate.AssertionFailure: scrollable result sets are not enabled
    I'm using hibernate 3.2.2.ga and oracle 10g
    Can someone help me? How can I solve this problem?
    Victor Lindberg
    Edited by: user5745495 on 01/04/2010 14:15

    This is the "Database - General" forum for the Oracle Database.
    Please change the subject to "Please Ignore" and repost your question in a Java / JDeveloper forum.
    Thank you.

  • Last played and number of plays are not being set.

    Last played and number of plays are not being set.  Suggestions?

    Yup, this.
    Judging from the number of tracks that iTunes 11 tells me it's played, versus last.fm's scrobbles over the last two days, iTunes is actually updating the play date/time and count about twenty percent of the time. I haven't been systematic about testing under what conditions it does and doesn't update, but:
    Some tracks from an album will be updated and not others.
    Once a track has failed to update once, it seems likely to fail again (some tracks have had five or six plays unrecorded by iTunes).
    Curiously, if you look at the play history in the Next Up drop menu, all the played tracks appear, updated or not.
    My fabulously intricate architecture of smart-playlisted-out-the-wazoo filters all goes awry, if the play data isn't properly updated.
    Guys, sort it out, eh?

  • I have a Galaxy S5 with Global International plan in place. My txt to Jamaica are not being received there, but others are. Is there a setting in my phone I need turned on? Verizon customer service doesn't have any answers.

    I have a Galaxy S5 with Global International plan in place. My txt to Jamaica are not being received there, but others are. I can receive the messages, but not send. I get an msg saying, message to (my daughters number) failed: Network problem. Is there a setting in my phone I need turned on? Verizon customer service doesn't have any answers.

    Hello ffdaisy!  I sure hope you're having a great time in Jamaica! I'm so sorry about your messages. Let's get going on a resolution! to clarify, are you able to receive messages? Can you send to the states, but not to numbers originating in Jamaica?  First, I want to let you know how to get in touch with our Global Support Team while outside the US. Just click here for the information: http://vz.to/18oaptS   Second, I'd like to provide you with the dialing pattern for messaging to US numbers, and Jamaica nunbers. For the US, dial 1, then the area code, then the 7-digit number. for Jamaica numbers, dial area code 876, then the 7-digit number. For more information, click here: vzw.com/international   Thanks so much, and have a great trip! ChristinaB_VZW Follow us on Twitter @VZWSupport If my response answered your question please click the "Correct Answer" button under my response. This ensures others can benefit from our conversation. Thanks in advance for your help with this!!

  • I've set up my Gmail account to auto forward messages to iCloud Mail but message are not being received. Can anyone help?

    I've set up my Gmail account to auto forward messages to iCloud Mail but message are not being received in iCloud Mail.
    Can anyone help?

    Try this out...  this worked like a charm:
    *On a desktop PC, log into your gmail account.
    *Click the gear up in the top right corner > Settings
    *Click Accounts
    *Under "Change Account Settings", click "Other Goole Account Settings"
    *Along the left, click "Security"
    *Under 2-step verification, click "Manage your application specific passwords"
    *It will ask for your usual gmail account password and take you to a page that says "
    Authorized Access to your Google Account
    *You will see a box to type in something (I just typed in iPad) then click "Generate Password"
    *It will generate a random password for you...  you will need this password Once in your iPad....
    Now...
    *Go to your iPhone Settings>Mail, Contacts, Calendars>Add Account>Google
    *Type in your name, your usual gmail email address and for the password, type in that random one generated on your PC
    It should work from there, if not follow what is below!
    *On a desktop PC, log into your gmail account.
    *Click the gear up in the top right corner > Settings
    *Click Accounts
    *Under "Change Account Settings", click "Other Goole Account Settings"
    *Along the left, click "Security"
    *Under 2-step verification, click "Manage your application specific passwords"
    *It will ask for your usual gmail account password and take you to a page that says "
    Authorized Access to your Google Account
    *You will see a box to type in something (I just typed in iPad) then click "Generate Password"
    *It will generate a random password for you...  you will need this password THREE TIMES in your phone or ipad....
    Now...
    *Go to your iPhone Settings>Mail, Contacts, Calendars>Add Account>Other>add mail account
    *Type in your name, your usual gmail email address and for the password, type in that random one generated on your PC
    *Next
    Incoming Mail Server:
    Host Name: imap.gmail.com
    User name: (your gmail email address)
    Password: TYPE IN THAT RANDOM PASSWORD AGAIN
    Outgoing Mail Server:
    Host name: smtp.gmal.com
    User name (your gmail email address)
    Password: TYPE IN THAT RANDOM PASSWORD AGAIN
    Done
    And allll the emails came rushing in   Hope this works for you!

  • Cookies are not being cleared when I close the browser although the option is set. Any suggestions?

    Under Options; Privacy I have Clear history when Firefox closes ticked and within the Settings for Clearing History I have Cookies ticked. Cookies are not being cleared when I close the browser. Windows 7, SP1 x64

    If clearing the cookies doesn't help then it is possible that the file <i>cookies.sqlite</i> that stores the cookies is corrupted.
    Rename (or delete) <b>cookies.sqlite</b> (cookies.sqlite.old) and delete <b>cookies.sqlite-journal</b> and <b>cookies.txt</b>, if they exist, in the [http://kb.mozillazine.org/Profile_folder_-_Firefox Profile Folder] in case the file cookies.sqlite got corrupted.
    * http://kb.mozillazine.org/Cookies#Removing_cookies

  • DHCP Option Tags are not being applied...

    Hi,
    About to loose my mind... basically we are working towards a small WYSE Thin Client deployment in our environment.  The WYSE clients require to receive certain DHCP Option Tags to find the WCM server of which they receive their configuration from.  Same
    applies to the WDM Server as well.  The problem is no matter what we do, our test client is not receiving the custom option tags we've defined in our DHCP server.  
    DHCP Servers:
    vlan41
    10.40.1.206
    10.40.1.207
    Test Client:
    vlan46 - ip helpers defined on the switch
    Set to receive the same ip address from the DHCP server through the reservation route.
    Option Tags:
    186 - WDM Server - 10.40.1.184
    195 - WCM Server - 10.40.1.185
    196 - WCM Path - / 
    I've installed Wire Shark on the test client to monitor the DHCP activity.  The above custom options tags are not being pushed on to the client.  
    The Router, DNS Server and Domain Tags are being pushed.  So it's working but also not working????!!!
    Anybody with some insight to this problem?

    Hi hpaul_p
    In all fairness I'm about to give up... the vendor is not coming up with a solution and constantly blaming Microsoft.  To further test and confirm this wasn't a network issue, I've setup a secondary test environment using a 4 port switch, a client and
    a DHCP server.  Same results!!!  I'm really running out of time, so my work around is this:  I've setup a SRV records pointing to the WCM server... in your case this would be SRV record for the WDM server.  I've disabled the auto
    discovery functionality of the WDM Agent, for some reason it seems to be clashing with the WCM agent.  Since you will be using WDM only, don't disable auto discovery, tick the DNS SRV record from the Discovery Settings under the client agent. 
    I'm going to add the clients to the WDM server manually through their ip addresses so don't need auto discovery. From what I gather from the manuals the WCM searches for the repository or conifg servers in this order:  1. SRV 2.DNS (A record)
    3.DHCP (Options), I bet it's the same with WDM.  Though SRV and DNS methods has their limitations, if you will be using the default paths and credentials it shouldn't be a problem.  This is all I have have.  Steven Song I've forwarded you the
    DHCP database, if you find any problems with it please let me know.

  • Check boxes are not being displayed in any list applets

    Issue: The check boxes are not being displayed in any list applets in the system. A check box can be marked in the system, but as soon as the user clicks anywhere outside of the box the check box 'visibly' disappears. If you hover the mouse over the check box it displays a 'Y'. However, check boxes are working fine for the form applet, the issue is only with the list applet.
    I verified the checkboxes work fine in the thick client and in production. However, it is the testing environment, which belongs to client, that is showing the above behavior. I think there is some setting that is missing for them. But I am unable to figure it. I would really appreciate if someone could help !!
    Thanks in advance

    One way that you could make it work (just tried it out again) is to use the windings font
    and use the checkboxes from there. However, you need to register the font with xml publisher. In the template builder for Word, you can put a configuration file under:
    C:\Program Files\Oracle\XML Publisher Desktop\Template Builder for Word\config
    (depnding on your installation). The file should have the name xdo.cfg or xdoconfig.xml.
    There is an example file: xdo example.cfg that you rename and change accoringly.
    The font is there setup for windows 2000 as an example. Select the correct font
    path - for my XP it is:
    <font family="Wingdings" style="normal" weight="normal">
    <truetype path="C:\WINDOWS\fonts\wingding.ttf" />
    </font>
    Then you can put the symbols into your RTF template and it will be rendered.
    At least it worked for me - with 5.6.2. (Availbable on Wednesday or Thursday), but
    I am pretty sure I tried it before with 5.5.
    Didn't have the 5.5 manual with me - so I have to check what that says again..
    Hope it helps,
    Klaus

  • In the attached VI I dont understand why data from the inner case structures are not being transmitted to the array.

    In the attached VI I don't understand why data from the inner case structures are not being transmitted to the array.
    Thank you.
    Solved!
    Go to Solution.
    Attachments:
    TEMP.vi ‏25 KB

    It took me some time to figure what you are trying to do but I think I have it now.
    The SR is still required.
    What is happening is your "Bundle By Name" is replacing all of the fields of the cluster, not just the value coming out of the case structure. So to maintain the cluster stuff you do in earlier iterations you can either...
    1) Put the "Index array, Bundle by name, and Replace array" inside the case structure and ONLY bundle the value you are setting in that iteration. (as you will see Tim post shortly)
    OR
    2) Move the Index array before the Case, unbundle all of the fields and feed teh case structure and run them across the case so that ALL of your output tunnels come from the coresponding input tunnel EXCEPT for the filed you are trying to set.
    Ben
    Message Edited by Ben on 05-05-2010 01:31 PM
    Ben Rayner
    I am currently active on.. MainStream Preppers
    Rayner's Ridge is under construction

Maybe you are looking for