Thursday, April 24, 2014

Disabling Peoplesoft radio button using JavaScript

  From a development standpoint, I need to disable one of three radio buttons based on a condition. The dilemma here is that a radio button is using the same field, so using field property displayonly = True or enabled = False won't work in this sense.

 How do I do this:
 

To something like this (note: catch up below is grayed out):



Here is a step by step work around to disable one radio button using a simple javascript.

  1. We need to set a page field name from the radio button properties.  I named this one "ADJ_CATCHUP".
  2. Place HTML area to the bottom of the page to make sure that the page had been fully rendered before the javascript being called)
  3. Assign Record and Field into the HTML area properties

  4. Create a new HTML definition
    Note: (I use bind variable so I can reuse this HTML code with a different field name or property(true/false)

  5. Place the peoplecode below where you need it.  In my case, I put it in the page activate.
    If &_has_paid_amounts  is True, then it will disable catch up radio button.  Otherwise, enable it.

  6. That should be it.
Kudos to Mr. Putra for providing insite into how this is accomplished. (http://eliandokp.blogspot.com/2013/01/disable-peopesoft-radio-button-using.html)

1 comment:

  1. People Soft HRMS Technical/Functional http://www.21cssindia.com/courses/people-soft-hrms-technical-funcational-online-training-129.html People Soft HRMS Technical/Functional People Soft HRMS Technical/Functional People Soft HRMS Technical/Functional People Soft HRMS Technical/Functional People Soft HRMS Technical/Functional People Soft HRMS Technical/Functional "Courses at 21st Century Software Solutions
    Talend Online Training -Hyperion Online Training - IBM Unica Online Training - Siteminder Online Training - SharePoint Online Training - Informatica Online Training - SalesForce Online Training - Many more… | Call Us +917386622889 - +919000444287 - contact@21cssindia.com
    Visit: http://www.21cssindia.com/courses.html"
    Peoplesoft Finance AP, AR, and GL http://www.21cssindia.com/courses/peoplesoft-finance-ap-ar-and-gl-online-training-130.html Peoplesoft Finance AP, AR, and GL Peoplesoft Finance AP, AR, and GL Peoplesoft Finance AP, AR, and GL Peoplesoft Finance AP| AR| and GL Peoplesoft Finance AP| AR| and GL Peoplesoft Finance AP| AR| and GL "Courses at 21st Century Software Solutions
    Talend Online Training -Hyperion Online Training - IBM Unica Online Training - Siteminder Online Training - SharePoint Online Training - Informatica Online Training - SalesForce Online Training - Many more… | Call Us +917386622889 - +919000444287 - contact@21cssindia.com
    Visit: http://www.21cssindia.com/courses.html"

    ReplyDelete