JQuery and PeopleSoft

Good Evening,
I am trying to do a mobile app in JQuery and connect it to PeopleSoft. One main concern of me is how to acheive a single sign on? Can someone point me in the right direction please?
with thanks,
Safi Mustafa.

This article has a Java code example, but it might help with JQuery.
http://jjmpsj.blogspot.com/2008/07/generating-authtoken-for-switchuser.html
Probably not what you are looking for, but it is a start.

Similar Messages

  • How to work JQuery and content editor webpart functionality in sharepoint 2013?

    Hi all,
    I have a requirement to display the list data in share-point page by using JQuery and content editor web-part. could you please any one suggest the process to display the list data using JQuery and ContentEditorWebpart.
    Thanks in advance.
    Thanks,
    phani kumar
    Phani kumar

    Hi,
    From your description, my understanding is that you want to show a list data in a page using jQuery and Content Query Web Part.
    You could use SharePoint REST API to accomplish your requirement, please refer to this code below:
    <div id="listData">
    </div>
    <script src="https://code.jquery.com/jquery-1.11.1.min.js" type="text/javascript"></script><script type="text/javascript">
    $(document).ready(function(){
    //replace your list title
    $.ajax({
    url: _spPageContextInfo.webAbsoluteUrl + "/_api/web/lists/getbytitle('customlist03')/items",
    type: "GET",
    headers: {"accept": "application/json;odata=verbose"},
    success: function (data) {
    if (data.d.results) {
    var obj = data.d.results;
    for(var i = 0; i < obj.length; i++)
    $("#listData").append("<div>title "+obj[i].Title+"</div>");
    error: function (xhr) {
    alert(xhr.status + ': ' + xhr.statusText);
    </script>​​
    The screenshot below is my result:
    Please refer to these articles:
    Working with lists and list items with REST
    https://msdn.microsoft.com/en-us/library/office/dn292552.aspx
    SharePoint 2013 – CRUD on List Items Using REST Services & jQuery
    http://www.plusconsulting.com/blog/2013/05/crud-on-list-items-using-rest-services-jquery/
    You can also get list data using JavaScript Client Object Model(JSOM), you could refer to this article:
    How to: Complete basic operations using JavaScript library code in SharePoint 2013
    https://msdn.microsoft.com/en-us/library/office/jj163201.aspx?f=255&MSPPError=-2147217396
    Here is a link about how to add code into page via Content Editor Web Part:
    http://blogs.msdn.com/b/sharepointdev/archive/2011/04/14/using-the-javascript-object-model-in-a-content-editor-web-part.aspx
    Best Regards,
    Vincent Han
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • New Features for UPK with PeopleTools 8.53 and PeopleSoft 9.2

    Hello,
    does anyone know, where I can find information about the effect or new features PeopleTools 8.53 and PeopleSoft 9.2 have especially for UPK 11.0.0?
    I've searched a lot, but couldn't find any information of new features or changed integration of UPK in PeopleSoft according to the Upgrade.
    Thanks for your help.

    Support for PeopleTools 8.53 and PeopleSoft 9.2 are planned for UPK 11.1 ESP 2.
    Best regards,
    Marc

  • Developer-Online New Tutorial Released: Create a Flickr gallery using jquery and JSON

    Create a Flickr gallery using jquery and JSON
    Hello everyone, In this tutorial I'll show how is simple to build your Flickr photo gallery using jQuery framework and JSON. We'll see how to setup thumbnail's numbers, convert your RSS Flickr in a JOSOn format and display theme. Thank You for your attention!
    Posted on:                                       2010-01-11 10:20:48
    Author: patrizio Quatrini
    Best Regards
    Waleed Barakat

    Heya,
    When I first read your post I originally thought you were posting a tutorial about whether a chosen username has already been resigtered or not on the signup page like this tutorial:
    http://DwFAQ.info/signup_demo.php
    Spry Check Username Availability
    Date Created: Sunday, July 5, 2009 2:29 PM
    Then after looking at the page you've linked to and trying to understand the objective of the tutorial I've noticed that you are talking about something like this:
    http://DwFAQ.info/home.php?id=7
    Spry Search
    Date Created: Sunday, March 1, 2009 8:51 PM
    It's pretty simple to do with the link I've referenced. Simply create your database with populated tables, use the mentioned script to convert the database data into xml syntax, then enter your dynamic database script as the location of the xmlDataSet in the spry page linked.
    View source on this page which shows the non-destructive filter in action to see how it's done! You can also spice it up a little for products, etc. by using this method. The key is to create a dynamic xml syntax from your database and then use the dynamic xml script location as your xmlDataSet in the search page.
    I have an example of the auto suggest search on my homepage http://DwFAQ.info
    On the top-left side of the page click on the link that says Search Tutorials to reveal the search form. Then start typing characters into the search box to see the entries instantly filter according to the characters that are typed. You can also filter further by clicking on the category checkboxes to filter by keywords AND category.
    You can view the source code on my homepage to see the location of the dynamic xml syntax referenced as the xmlDataSet location and how it was implemented into the site.

  • Developer-Online: Create a Digg login style using jQuery and CSS

    Create a Digg login style using jQuery and CSS
    Hello Friend, today We'll see how to create a Digg Login panel using only CSS3 and a bit of jQuery script. You'll see how is simple present a login feature using a modal window creates by js. You'll find the .ZIP tutorial visiting: http://www.beatfly.com/download.php
    Tags:    tips & tricks | JS
    Author: patrizio Quatrini
    Posted: 2010-02-04 10:57:48
    Brought to you by: Developer-Online

    Thanks Leonard
    On the surface that looks a mighty powerful product that probably goes far beyond what we require. Looking at the system requirements, it seems that some specific Application Servers are needed (is this correct?), which we won't have. Am I correct in thinking this is a modular based product, in that I buy a base product (being LiveCycle ES ... not sure what this product does on it's own) and then add a module such as PDF Generator to it?
    It's difficult to glean from the product web site exactly what this product is all about but my gut feel is it'll be a few steps beyond what we need to achieve. I might be wrong, so feel free to pull me up there but it seems this is along the lines of a total back-end Adobe solution.
    If you have any other suggestions I'd be grateful, otherwise I may need to continue down the "clunky yet serviceable" HTML to PDF route
    Adrian 

  • Jquery and site studio

    Hi there,
    has anyone on here had any success using jquery within site studio assets? I'm having odd behavior just trying to read in the files depending on where I place the script call to import using the following. If you have had success can you share how you were able to solve the oddities? An example of the oddities is that depending on where i place the script calls to import the js files the rest of the html does not come back from site studio. it is as if site studio chokes on the call and stops composing the html that should get to the requestor. if i move the the call around to different points within the <head> tag i get different behavior.
    <script src='<!--$wcmUrl("resource","JQUERY151")-->'/>i am used to using jquery for heavy interactions at the UI level but have not been able to get both jquery and jqueryUI libraries to work at the same time from within site studio....thanks for any response.
    -robert

    I haven't used wcmUrl() extensively, but I've had no issue using jQuery when putting the js files as a fragment asset. Have you tried making sure that the generated url is actually correct? If JQUERY151 happens to be a fragment, you have to use wcmFragment(), not wcmUrl(). If everything else fails, try updating to the latest patch to see if that resolves it. Hope this helps.

  • OWB and PeopleSoft EPM integration

    1) Has anyone used Oracle Warehouse Builder for ETL in conjunction with PeopleSoft EPM (Enterprise Performance Management) Data Warehouse?
    2) Does anyone know the expected strategy of Oracle on how to integrate the PeopleSoft EPM suite into the Oracle BI & OWB Suite?
    3) Is the integration of the BI products expected to be in parallel with or independant from the integration of the Oracle and PeopleSoft Financials?
    4) PeopleSoft EPM having business content and Oracle BI/OWB not, what is the expected 'joint formula' to be able to compete with SAP R/3, BW, SEM, etc.

    Hi,
    We had configured Integration with EBS,
    what required is INFORMATICA and DAC i,e OBIApps Installation
    You need to import data from EBS database to OBI data base through DAC and the u need to give connection to OBI database in Admin tool and it works

  • OT: Tutorial | How to author HTML, CSS, jQuery, and PHP 5.4 in Dreamweaver CC

    Hi all,
    Dreamweaver CC 2014 comes with a host of tutorials for both beginners and advanced users. In this tutorial you will learn how the latest support for HTML5, CSS3, jQuery and PHP5.4 in Dreamweaver can help you author static, dynamic, mobile or responsive projects.
    We would love to hear your opinion on this tutorial after you complete the training.
    https://helpx.adobe.com/dreamweaver/how-to/html-css-jquery-php-dreamweaver.html?scid=socia l26198776
    Thanks,
    Preran

    jlig wrote:
    > David, I just read thru the sample chapter 7 "Building
    Site Navigation with the
    > Spry Menu bar".
    > - Finally a Spry resource that is friendly , thorough
    and easy to follow
    > along.
    > - I especially like your honest comments in the "Mixed
    Blessing" section.
    Glad you found it useful. I felt it was essential to present
    a balanced
    view of Spry widgets, rather than giving a starry-eyed one.
    > Trying to adjust the Tab Colors, Fonts, CSS page sizes,
    margins, borders, etc
    > is a bit of a nightmare for me. I know it is just a
    matter of learning, but it
    > would help to have resources like yours that take all of
    the practical
    > considerations into mind for end-users.
    It is quite easy to do simple things with CSS, but it's very
    powerful,
    and has a long learning curve. Keep at it, and you'll get
    there in the end.
    > ps: How about a similiar new resource: "The Essential
    Guide to Dreamweaver
    > CS3 with ADDT, SPRY, CSS, AJAX and PHP / ColdFusion"
    I'm not a big fan of ADDT (Adobe knows my opinions, because I
    have told
    them directly). I would like to see how ADDT develops before
    committing
    to writing about it. As for ColdFusion, I experimented with
    it a long
    time ago, but decided I preferred to improve my knowledge of
    PHP before
    branching out into other fields.
    David Powers, Adobe Community Expert
    Author, "The Essential Guide to Dreamweaver CS3" (friends of
    ED)
    Author, "PHP Solutions" (friends of ED)
    http://foundationphp.com/

  • SPServices, jQuery, and GetPermissionsByToken

    I wanted to use GetPermissionsByToken in order to get the broken permissions to folders in a document library. Is there some other web service I call, I can use SPServices to access the permisison on document library folders, only? I need to do this only
    in a CEWP , client-side, using jQuery and SPServices, or just javascript in order to access this particular method of Permissions webservice. Or if there is some other service I could feed the ID of the folder(s) in question, to in order to retireve just the
    permisisons for each folder, please let me know.? I am in MOSS 3.0./SharePoint 2007

    I get what you're saying, but from what I've dealt with/understand SiteData.asmx only goes to the granualarity of the site object, and permissions down to the list.
    If you're able to get that working on the item level, can you share the code?
    If not, I can walk you through setting up a custom webservice that would call out the item you are looking for by passing the item Id and List Id as parameters and return the permissions.
    Brandon James SharePoint Developer/Administrator

  • Dreamweaver CS6-  jquery and jquery cycle to have 5 images slide (as a fade) in a banner code failure- help?

    Dreamweaver CS6- I am trying to use jquery and jquery cycle to have 5 images slide (as a fade) in a banner. I thought I got the code right but it stacked the images. I suspect I have the incorrect code for the position or I haven't properly added cycle.
    my head code:
    <title>slider</title>
    <script type="text/javascript" src="JS/jquery-1.11.2.min.js"></script>
    <script type="text/javascript" src="JS/jquery.cycle2.min.js"></script>
    <script type="text/javascript">
    $('#slider').cycle({
    </script>
    <style type="text/CSS">
    #slider {margin:auto;}
    </style>
    My div code:
    <div id="slider">
      <p> 
        <img src="Leather web page/DSC_0531_4925.JPG"/>
        <img src="Leather web page/DSC_0035_edited-1.JPG"/>
        <img src="Leather web page/DSC_1593_edited-1.jpg"/>
        <img src="Leather web page/DSC_1595_edited-1.jpg"/>
        <img src="Leather web page/DSC_1821.jpg"/>
        </div>
    Any help would be greatly appreciated.

    1. You can use a constructor to change the defaults. The default values can be seen in jquery.cycle2.js starting at line 659 as per the following. As you can see at the bottom, the code automatically runs the slideshow(s)
    // @see: http://jquery.malsup.com/cycle2/api
    $.fn.cycle.defaults = {
        allowWrap:        true,
        autoSelector:     '.cycle-slideshow[data-cycle-auto-init!=false]',
        delay:            0,
        easing:           null,
        fx:              'fade',
        hideNonActive:    true,
        loop:             0,
        manualFx:         undefined,
        manualSpeed:      undefined,
        manualTrump:      true,
        maxZ:             100,
        pauseOnHover:     false,
        reverse:          false,
        slideActiveClass: 'cycle-slide-active',
        slideClass:       'cycle-slide',
        slideCss:         { position: 'absolute', top: 0, left: 0 },
        slides:          '> img',
        speed:            500,
        startingSlide:    0,
        sync:             true,
        timeout:          4000,
        updateView:       0
    // automatically find and run slideshows
    $(document).ready(function() {
        $( $.fn.cycle.defaults.autoSelector ).cycle();
    2. To center the slideshow, merely center the container as in
    div.cycle-slideshow {
        width: 1000px;
        margin: auto;

  • IPCC Enterprise and PeopleSoft CRM

    Could somebody give me a hint how I can intergrate them - what I have to install and confugure in order both applications to talk each other.
    We would like on incoming calls on agent desktops to show information about client and this information have to be retrieved from PeopleSoft CRM.
    Do you have some check list or document how we could make integration between IPCC Enterprise and PeopleSoft CRM

    Hi Svetlin,
    If you are interested in a buy vs build approach check out;
    http://www.netelligent.com/products/interact/default.aspx
    Good Luck

  • Need to automize : application integrating siebel and peoplesoft data bases

    Hi All,
    I really need help of you guys.
    The scene is, I need to automise soemthing like my exisiting appliation runs on AquaLogicDSP which interacts with Siebel and PeopleSoft DB.
    I need to automize one thing say,
    1. To send mail through AquaLogic [Preferrably using BEA Messaging API] else Java API.
    2. Getting connected to DB, fire some queries and again send out a mail.
    3. I need this everything to be done in existing aqualogicc code.
    Can you please lemme know how to proceed with this.
    I will be highly thankful to you.
    Many thanks,
    Naveen Dutt.

    Hi All,
    I really need help of you guys.
    The scene is, I need to automise soemthing like my exisiting appliation runs on AquaLogicDSP which interacts with Siebel and PeopleSoft DB.
    I need to automize one thing say,
    1. To send mail through AquaLogic [Preferrably using BEA Messaging API] else Java API.
    2. Getting connected to DB, fire some queries and again send out a mail.
    3. I need this everything to be done in existing aqualogicc code.
    Can you please lemme know how to proceed with this.
    I will be highly thankful to you.
    Many thanks,
    Naveen Dutt.

  • Weblogic and PeopleSoft

    Hi
    We are looking to link weblogic and PeopleSoft. I have noticed that
    there is an eLink product for PeopleSoft, but that only talks about
    linking it with Tuxedo.
    Does anyone know how we would go about accessing the data in PeopleSoft
    from within our weblogic application?
    Any Help appreciated.
    Peter

    Peter,
    If what you want is to get at the Peoplesoft services from , say , a java
    client, you could use Weblogic Server to Manage Jolt Session pools that
    allow you to access Peoplesoft Services. Peoplesoft Services are really
    Tuxedo Services. Jolt lets you access these services. Weblogic Server
    managers Jolt connection pools.
    Hope this helps.
    Chaminda Peries
    Peter Allday wrote in message <[email protected]>...
    Hi
    We are looking to link weblogic and PeopleSoft. I have noticed that
    there is an eLink product for PeopleSoft, but that only talks about
    linking it with Tuxedo.
    Does anyone know how we would go about accessing the data in PeopleSoft
    from within our weblogic application?
    Any Help appreciated.
    Peter

  • Jquery and form help

    <optioni,
    I am trying to do two things which as a noob im struggling with and I was hoping someone might be able to help me with.
    First issue;
    I have a text box in a form that I want some one to write there name in to, I then want to be able to call that name from the text box to display in questions below.
    Is this possible using jquery and if so how do I do it?
    Second issue
    I have the following
    <label>
    <select name='request'>
    <option value="request 1"> request 1 </option>
    <option value="request 1"> request 1 </option>
    </select>
    </label>
    Dependant on which option is selected I want it to display diffrent form elements below with diffrent options, is this possible?

    Pablo269 wrote:
    Second issue
    I have the following
    <label>
    <select name='request'>
    <option value="request 1"> request 1 </option>
    <option value="request 1"> request 1 </option>
    </select>
    </label>
    Dependant on which option is selected I want it to display diffrent form elements below with diffrent options, is this possible?
    Try this:
    <!DOCTYPE HTML>
    <html>
    <head>
    <meta charset="UTF-8">
    <title>Untitled Document</title>
    <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
    <script>
    $(document).ready(function() {
    $('#request_1 , #request_2').hide();
    $('#request').change(function() {
    var option = $('#request').val();
    if(option == 'request_1'){
        $('#request_1').show();
        $('#request_2').hide();
    else {
        if(option == 'request_2'){
        $('#request_2').show();
        $('#request_1').hide();
    </script>
    </head>
    <body>
    <form>
    <label>
    <select name="request"  id="request" >
    <option>Please Select</option>
    <option value="request_1">Request 1</option>
    <option value="request_2">Request 2</option>
    </select>
    </label>
    </form>
    <div id="request_1">
    Request 1
    </div>
    <div id="request_2">
    Request 2
    </div>
    </body>
    </html>

  • Tuxedo and Peoplesoft

    Need to know more info on the Tuxedo version bundled with Peoplesoft.
    1) What are the major differences in the regular Tuxedo product and Peoplesoft-Tuxedo
    2) What is the Tuxedo version bundled with Peoplesoft

    Just to add
    OS: Windows 2000 SP2.
    DB: MS SQL 2000 SP2
    Jolt: 1.2
    Thanks,
    -Meetul.
    "Meetul" <[email protected]> wrote:
    >
    I have installed Tuxedo 6.5 as part of Peoplesoft 8.4. While trying to create
    domain
    using PSADMIN. Tuxedo is giving following error!
    114035.LCLAB1R4A!tmloadcf.1684: 07052002: TUXEDO Version 6.5 32-bit Windows.
    114035.LCLAB1R4A!tmloadcf.1684: CMDTUX_CAT:879: INFO: A new file system
    has been
    created. (size = 422 512-byte blocks)
    114040.LCLAB1R4A!tmloadcf.1684: CMDTUX_CAT:871: INFO: TUXCONFIG file C:\PT8.40\appserv\HR810\PSTUXCFG
    has been created
    114200.LCLAB1R4A!PSADMIN.1588: Begin boot attempt on domain HR810
    114202.LCLAB1R4A!tmboot.1592: 07052002: TUXEDO Version 6.5 32-bit Windows.
    114202.LCLAB1R4A!tmboot.1592: LIBTUX_CAT:681: ERROR: Failure to create message
    queue
    114202.LCLAB1R4A!tmboot.1592: FATAL: internal error: CMDTUX_CAT:1098: ERROR:
    Can't
    create queue
    114202.LCLAB1R4A!PSADMIN.1588: End boot attempt on domain HR810
    Has anyone seen this
    Any help witll be appricaited!
    TIA
    -Meetul.

Maybe you are looking for

  • Open Letter to Adobe

    Dear Adobe In spring. I have been on creative cloud subscription for 2 years. for 2 years I have dealt with multiple sign ins before I can use the cloud. and several times a month the main updater gets updates requiring a sign in. I have to sign into

  • Existing Kompozer Website but Wish to Start Over W/CS4 Web Premium

    Hopefully, i am in the right place to ask these question. I'm a real novice but we needed a web presence and tried a hand at Kompozer. With no prior experience, or training actually managed to get something up. The site has only a single page at the

  • Converting a 6 char string to date

    Please help.. How can I convert a 6 char date (ddmmyy) to date format that can be passed as input to function module?

  • How do I change the name on sent e-mails?

    On my sent e-mails, imy name comes up as Chaltrow, whereas it should be Charlotte.  How do I change this? 

  • Can't open iSlo and notebook

    Hi, Please help -- The 1st problem is when I press the iSilo icon on the desktop, the screen turns to blank just for a little bit, then it came back to the same screen (desktop). It wouldn't take me to the contents which were stored within iSilo. The