Hi,
My component X does not have a search page. It has a field which has a prompt attached.
Once I click on the prompt, a search page opens on which 3 keys ans 3 alternate search keys open.
I want to default the value of one of these search keys to "abc" (existing value for this field).
Approaches:
1) Default the value on the record field properties of this record. Tries this bus does not work. Even after setting this, the prompt table field does not get defaulted on the search page.
2) Somehow access the prompt field in Peoplecode and enforce the default value over it.
Problem : Prompt tables are not a part of the running components hence we cannot write code on record searchinit/save.
How do we default this field value on the page?
Thx
| Title | Under | Posted on |
|---|---|---|
| how to create application status in peoplesoft campus solutions 8.9 version | PeopleSoft Functional | 05/17/2012 - 4:09am |
| horizantal text in charts | PeopleSoft Technical | 05/10/2012 - 4:57am |
| no current buffer context error | PeopleSoft Technical | 05/10/2012 - 1:19am |
| Integration Broker : Operating Instance/Pub Contracts/Sub Contracts | PeopleSoft Technical | 04/24/2012 - 11:05am |
I am not able to get exact requirement, but you can try Field Default PeopleCode or Page activiate PeopleCode to assign the value.
Post new comment