Welcome Guest. Sign in or Signup

1 Answers

Dynamic Prompt Table

Asked by: 4289 views Application Designer

What is a Dynamic Prompt table? How can you implement this on a PeopleSoft page?

Related Questions

1 Answers



  1. srinu on Aug 08, 2012 Reply

    Dynamic Prompt table means change prompt values at run time. You can achieve this in two ways.
    1. Using %edittable and
    2.Using sql views
    better %editable
    Ex:

    Take an example we have two field in a page like state and district.
    In state field change event u can write this peoplecode
    sqlexec(“select district from table where district=state”)

    +5 Votes Thumb up 0 Votes Thumb down 0 Votes


Answer Question