Title | Under | Posted on |
---|---|---|
Component interface Error: no rows exist for the specified keys | PeopleSoft Technical | 03/15/2019 - 3:54am |
ADD 24 months starting from current month.(peoplesoft) | PeopleSoft Functional | 07/29/2018 - 8:44pm |
TRC values dropdown | PeopleSoft Technical | 04/04/2018 - 12:54am |
how to find missing sequence in GRID and print the mising sequence number while saving through peoplecode | PeopleSoft Technical | 09/11/2017 - 4:49am |
please answer it...
If the State field Prompt record has Country as a Key field then State should be displayed based on the Country selected. It should work automatically.
but ...
these are delivered tables .so it works
but for user defined tbales
how to do it?
i heard that we have use views.?
thanks
anitha n
Funda is..
If you have a fields A & B on the page, and you want to populate the prompt list of field B based on value of field A, then Prompt record for Field B should contain Field A as a high level key.
kkk
but
it not coming direclty we have to write dynamic sql view to populate the values in the send field(B)
I dont think you need to write dynamic view for this. An SQL table or view should work just fine.
Just make sure the Field A is before Field B in the page order. It might affect the processing.