Juniper Approval Question [from a n00b]

This is probably the wrong section, so I apologize in advance.
Anyway, does anyone know if Apple would be willing to do payments or something for those who do not qualify for the Juniper card? I am homeschooled and need a new computer, our PC has ran out of room and its effecting my school work.
Tried applying for the juniper card, that way I would get monthly payments that were around 60.00 per month, which is perfectly fine with me. I would be able to make the payments every month on time, its not a problem. The total for what I am buying would come up to 2400.00, so you see where payments would come in handy. There is no way I could make the payment all at once, again I need payments.
Does anyone have just the slightest idea on if I contacted them and explained my situation that they would be willing to let me do payments at all? I really need the computer for school, like my education depends on it. I just wouldn't want to call and make a fool of myself, you know?
Thanks!

You're describing a very simple work process that should be quite easy to implement in GP.
There are only a few things you need to develop (write code):
- build an app to allow the user to select the role (or roles) they want
- determine who the two other participants should be - you could even use a group for the 'role assignment' processor, so you could 'hard-code' the group assignment to the role step, and then assign/remove the correct people to the group
- construct the email templates, and the CO's to send the email.
Follow the sample GP on this page:
http://help.sap.com/saphelp_nw70ehp1/helpdata/en/4a/d78041a17e060de10000000a1550b0/frameset.htm
This should help you get your feet wet with constructing your first GP.
I would start with constructing the process to use hard-coded values, and then build the components of the app to allow the user to enter the roles required, as well as determining approvers.
Hope that helps you out!

Similar Messages

  • Restore and Resync question from a n00b

    Okay, I have the need to erase and reload my Touch 2G (I just got it last week, but it appears that I have some corrupted data on it already.) I have about 500 songs in my PC's iTunes library, as well as several applications and a few pics.
    So, if I need to reload it without erasing all the stuff in my iTunes library, I need to RESTORE from iTunes (which as I understand it erases the iPod), then unplug it, plug it back in and do a re-sync, right?
    TIA for any answers.

    Don't use a semicolon after the if statement.
    Also, you cannot use "and" in Java - use "&&", although in this case you don't need it.
    The code below is a "cleaned up" version of yours. Hopefully it shows a better way to structure this. The "gt;=" means "<="
    e.g
    public String grade (int average) {
        String rGrade = "";
        if (average >= 91) {
             rGrade = "A";
        } else if (average >= 81) {
             rGrade = "B";
        } else if (average >= 71) {
             rGrade = "C";
        } else if (average >= 61) {
             rGrade = "D";
        } else {
             rGrade = "E";
        // These print statements should probably be in the calling method
        System.out.println ( );
        System.out.println ("Final grade: " + rGrade);
        return rGrade;
    }

  • How to approve conent from workflow queue ?

    Any idea how to approve content from workflow queue when user is not reviewer or authorized to take action of current workflow step. ?
    how we can modify the user permission on content for approve/reject content from workflow queue when content is not in workflow queue of current user ?
    Or How can user take workflow action on content when content is not in workflow queue of user ?

    Any idea how to approve content from workflow queue when user is not reviewer or authorized to take action of current workflow step. ?OOTB this is certainly not possible. By installation of a workflow you intend to automate a business process; i.e. the situation you are asking about is exactly what you want to prevent. Therefore, the initial question should be: do we want to automate this process and if so, is WebCenter Content the right tool to do it (note that WebCenter Content is not a BPM system!).
    The world, however, is not black or white - sometimes you have to use the tool that you have. In WebCenter Content, there are certain situations which cannot be meet by the OOTB design, but their customization is relatively easy. Some of them is described in the manual: http://docs.oracle.com/cd/E23943_01/doc.1111/e10978/c05_workflows.htm#CIHCHJEA or http://docs.oracle.com/cd/E23943_01/doc.1111/e10978/c05_workflows.htm#CIHGIDGB
    The basic idea is that will use workflow step events (entry, update, exit) to implement additional logic (like adding a reviewer or auto-jump to an escalation/special treatment step on certain conditions). This might also require GUI changes - e.g. if you want to enable a reviewer to delegate his or her role to a third person.

  • Migration of  Approved Invoices from 11i to R12

    Hi All,
    I am migrating all approved invoices from 11i to R12 using Invoice Interface tables and "Payables Open Interface Import" Concurrent program.But in R12 the Approval status changes and to "Required" and the Accounted status of distribution line changes to Unprocessed. We do not have the set up for approval work flow process, So the invoice should be validated by "Force Validation" by checking the ‘Allow Force Approval’ in payable options. But when I am running the "Invoice Validation" program the theere is no change in the Approval status.
    Please help.
    Thanks in Advance,
    Subhrakant

    I am a newbie to Oracle Apps. I guess Oracle Apps use the "sequence" to generate the Key in the Oracle tables or is there some else mechanism.
    When migrating Oracle Apps from lower version to higher version, is there any concept of setting the sequence numbers in Oracle Apps or we don't need to take care of this ie the migration handles this automatically.The migration/upgrade script/driver should take of seeded objects,
    For your custom objects, you need to verify it yourself.
    Thanks,
    Hussein

  • Getting error while trying to get pending approval list from SOA server

    Hi,
    I have followed the steps mentioned in the following post to get the pending approval list from SOA server using java api's :
    Using Java APIs for Oracle Human Workflows | Oracle Technologies Premier
    But when I am running the java program I am getting the following error :
    java.io.InvalidClassException: oracle.bpel.services.common.exception.ServicesException; local class incompatible: stream classdesc serialVersionUID = 1, local class serialVersionUID = -2263933888849127134
    Please let me know how to solve this issue.
    Thanks

    You would need to spcify the JNDI path in a properties file or the like.
    Suggestions here should help -
    javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file:  java.naming.factory.initial

  • Why can't I post a question from my new system?

    Hello All:
    I was just trying to post a question from my new mbp but it wouldn't allow me to do anything.  It continually gave me a message highlighted in 'red' that i was;t allowed to modify or post anything.  I've been asking questions for quite a while and have never seen this.  I also happen to have my older bmp, also logged onto the 'Apple Discussions' site, open beside me.  Can anyone explain this to me please?  BTW, my new system obviously has Yosemite on it while my older bmp has Lion.  Thanks in advance, to all those who respond.
    Regards,
    Ciaochiao

    ChitlinsCC, I'm adding your reloaders to my article on how to make using ASC easier.
    Here is my ASC work flow...
    1) I login.
    2) Block the automatic 30 minute logout.
         Unless you do something every thirty minutes you get logged out.  The forum software waits to tell you this as long as it can to keep you in suspense  ;-) . Filling out a reply is the exception to the thirty minute window.
            Start an auto reloader.
    Safari = SafariTabReloader
    Firefox = ReloadEvery: "Reload web pages automatically"
    Others = Reloaders | Cerberus - Support Center
      You need to pick a page that will reload over time without stalling out. It's ASC.  I've found my profile display the best to use. I get my Profile page after some  logins.  It's ASC.  Change rccharles to your apple id.
    https://discussions.apple.com/people/rccharles?view=discussions
    Reply technique
    Open a new browser window.  Pick some discussion.  Open a reply window.  As long as this reply window is open, you will stay logged in.  The 30 minute times is reset as needed by the ASC software.
    3) I open another window to do my normal ASC browsing.
    4) I have a FireFox bookmark to goto the discussions that I have participated in. I've modified it to add on the content stuff.
             turingtest2 recommends. Change rccharles to your apple id:  
    https://discussions.apple.com/people/rccharles/content?filterID=participated~obj ecttype~objecttype%5Bthread%5D
    5) Use turingtest2's generated links with the /content suffix as browser bookmark to the ASC discussions: 
    Site map of Communities and Categories
    https://discussions.apple.com/docs/DOC-2463
    6) Adjust the ASC web page layout.
    For FireFox
    I run with Hiroto's modification to user content.  This is the only way these forums are readable for me.  How to adjust the format and layout of ASC Web Pages:
    https://discussions.apple.com/docs/DOC-7501
    For Safari
    "ASCPowerTools is a Safari Extension designed to give more control"
    http://www.etresoft.com/ascpowertools
    7) Read and answer my old posts.  I kind of memorize the time I last posted. ( It's way bad that apple eliminated the last poster to a thread. )
    8) I use tabbed browsering.  From a list of discussions, hold down the command key then click on the link. You get two tabs this way. The original window will keep where you have been.

  • HT201272 I have recently picked up an Apple TV. When I go to the movies tab, there are less movies available there than there are in my i-Tunes account. I've done some looking around at questions from others, but haven't found an answer that works for me.

    I have recently picked up an Apple TV. When I go to the movies tab, there less movies available there than what is available in my i-Tunes library. I have 38 movies showing in my library but only 23 are showing in the Movies tab on the Apple TV. After researching this a little, there are only 23 movies showing under Purchased in the Quicklinks of my i-Tunes account. The majority of my collection are digital copy downloads that came from DVD purchases. Some of the missing movies were added in the past couple of months, the rest are a year-or-so old. I have done some looking around at questions from others, but I have not found an answer that will fix my situation. How do I update my library to get ALL of my movies to reflect that they were "Purchased"(as it says they were in their Properties)?

    Biggles Lamb wrote:
    Chill out guys, getting personal will never ever change another persons view, right or wrong, they are entitled to them .
    The pros and cons of to CC or not to CC have been done to death
    Its a fact the CC model will work for some, especially newbies and small businesses.
    The risks associated with the CC model have been well documented.
    For long term users of CS perpetuals its generally a large hike up in cost compared to the upgrade system.
    Then there are the....... Adobe can rot it hell...... group who will never subscribe
    To each their own, you do the math to suit your cashflow whatever that is and then make an informed decision
    To those on the CC model, I'd like to offer some practical advice.........do not allow automatic updates.........make regular backups............develop an exit strategy of alternatives for when you can no longer afford the subscription costs............never ever assume that the Adobe update is bug free
    Enjoy your cloud
    Col
    Thank you for that post, and the advice. I just happen to be one of those who it does work for. I've been around long enough to know that CC isn't going to work for everyone(the large publishing/radio/web company I work for isn't upgrading to CC because of the costs involved). But it does for me as I potentially venture out into the full-time freelancing world and away from the more structured big office environment. I can't make decisions based on what is best for anyone else, or what will hurt or help Adobe. Just what affects me, and that's all.
    Brent

  • May be slightly simple question from a new Mac user: Why can't I quit safari? I cannot quit it from top menu bar neither to do it from dock? All other apps are working normally.

    May be slightly simple question from a new Mac user: Why can't I quit safari? I cannot quit it from top menu bar neither to do it from dock? All other apps are working normally.

    Or you can actived the right button on your magic mouse and click on they icon in the dock. then you select "stop" and it's out of your dock.
    Greetings
    *update: Sorry, my mistake! I didn't read your message correct! Sorry for the inconvience!

  • TS2446 what do i do if i failed one of my security questions from forever ago from trying to buy a song after changing my password?

    I have been locked out and am unable to purchase anything. I just got a new laptop, and it asked me my security questions from forever ago. How do i fix this?

    Some Solutions for Resetting Forgotten Security Questions: Apple Support Communities

  • Approver has to approve twice from the inbox

    Hi,
    We are in SRM 5.0 SP14, extended classic deployment. We are currently
    facing an issue with the approvals. Approver has to approve the item
    twice from his inbox. First time if you approve, the item doesn't move
    from the inbox. Second time if the same item is approved, it gets moved
    from the inbox. We applied a note (1284516- Work items executed twice
    via inbox), even after that the system behaviour is same.
    Although it is not the same behaviour always, sometimes the item gets
    executed in the first try.
    Regards
    Kapil

    Hi Kapil,
    Please check if index value of approver is maintained correctly. Sometimes if you remove an approval step from your workflow coding, there is an index value which also needs to be updated. If you have not maintained it correctly, it will require tow approve same item twice.
    Thanks,
    Anshuk Saxena

  • Need recommend to build MB + CPU + VGA ....a question from Vietnam

    1st, sry my E is not good...
    My job is working with 60% Pr 40% Ae (full HD)
    I need recommend to help me choose 3 option
    CPU + MB (in VN they same price)
    1.   i7 950 + X58
    2.   i7 2600 + p8z68
    3.   2xE5520 + asus Z8NA (2nd)
    VGA (in VN they same price)
    1.   GTX 570
    2.   Nivida Quadro 1800 (because quadro 2000,3800,4800.. all supported is very difficult to buy it in VN) Quadro1800 can be GPU hacked ? (2nd)
    My PSU 750W
    RAM DDR3 Gskill buss 1333 4x4gb
    a question from Vietnam, need to help so much
    Thanks alot
    Waitting for Harm recommend

    I concur with Harm's recommendation. The Quadro 1800 is obsolete: It is based on the equally-obsolete GeForce 9600 GT but with only a 192-bit memory bus instead of a 256-bit memory bus. As such, the only memory configuration that was available on the Quadro 1800 was 768MB. Unfortunately, Premiere Pro CS5 requires a minimum of 765MB of free, unused graphics memory just to even enable GPU accelerated mode at all even with the hack. But since Windows itself eats up some of that 768MB, you'd be left with less than 750MB of free, unused graphics RAM with that Quadro 1800. As a result, Premiere Pro CS5 will be stuck in software-only mode even with the hack if you have the Quadro 1800 as the primary card.

  • HT5570 I do not remember the questions from my Apple ID to reset password

    I do not remember the questions from my Apple ID to reset password

    Hi Dima,
    If you are having issues with the Apple ID security questions, you may find the following articles helpful:
    Apple ID: All about Apple ID security questions
    http://support.apple.com/kb/HT5665
    Apple Support: Rescue email address and how to reset Apple ID security questions
    http://support.apple.com/kb/ht5312
    Regards,
    - Brenden

  • Security Questions from a Select List or Drop down Service Provider Edition

    Hello,
    Can we fetch security questions from the drop down or a select list in Service Provider Edition. We have a requirement to select multiple security questions during registration.
    Please advise.
    Regards
    Vinod

    HI
    Welcome to the Forum...
    You cannot put all the values in a single parameter field so you need to select each field for each parameter...
    Better you post it in this link for more reponses:
    Reporting and Printing

  • I cannot find my question from last night. I saw the instruction from jscher2000 but I find nothing like what he decribes.

    I cannot find my question from last night. I saw the instruction from jscher2000 but I find nothing like what he decribes. My question was "Firefox 22 worked on Windows 7 but 23 does not"

    hello MLP99, you can find your prior questions & answers under this link (once you're logged into support.mozilla.org with your account): https://support.mozilla.org/questions?filter=my-contributions

  • How to check if the approver returned from AME is the last apporver

    Hi,
    I have setup multiple Approval Groups which uses a query to derive the approver list. Each Self Service HRMS transaction is attached to a different approver group.
    My requirement is to write a function in Workflow to check if the approver returned from AME is the last approver of the group.
    Please let me know how I can achieve this.
    Thanks,
    Rachana

    there is some seeded attribute like is_last_approver. Check the value if this returns tru then it is last approver

Maybe you are looking for

  • How to download a file from application server in webdynpro

    Hi Experts,                    I am trying to download a file through Web Dynpro file download UI element..The file is stored in application server in binary format ..in my code i am reading the file in binary mode,converting Binary File into Xstring

  • HT1689 What do you do if your computer is not upgradeable to snow leopard using Iphone 5

    What do you do if your computer is not upgradeable to snow leopard using Iphone 5, just purchased my new iphone 5 64gb- but does me no good if I cant back up pictures or add my music frm my computer even using icloud. How can I do the things I was ab

  • Requester - R/3 to SRM

    Hi everyone, Every time I send a PR of R / 3 to SRM, the requester is showing that it is always the same as that in the logical destination in the transaction SM59 to automatically log in SRM. When I try to change the user SR3REMOTE to (*) and try to

  • PKCS#11 and servlet

    Dear All, I'm using usb devices for user authentification on a web application. The certificate has a PKCS#11 format. Does any one have an idea how can I accomplish the user authentification? Does JCE supports the PCKS#11 format? Thanx mouha

  • How can I have iTunes quit changing what I put in for my zip code

    My credit card only accepts five numbes. When I put my zip code into iTunes it add the other four. That does not match what my bank has and it tells me that I have to enter my security code. This has been going on for five days. Apple Tech Support ha