| 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 |
Can u be alittle more specific about ypur requirement?
Yes you easily can. You are not very clear but still what i got from the information supplied the prompt is the dynamic view. If i am right, then u can create the dynamic view based on your prompt field(fieldlev0) and give it as the prompt of the field(fieldlev0). And then write
fieldlev0.sqltext=expandsqlbinds("ur sql fr prompt req with binds :1, :2,...",value1,value2...);
whereever required.(ie. fieldchange, prebuild...)
and then (if req on fieldchange of fieldlev0) u can write
&row= getlevel0()(1).getrowset(scroll.level1record)(1);
&row.level1record.field1.value=fieldlev0.value;
&row.level1record.field2.value=getfield(level0record.fieldlev0).getrelated(level1record.field2);
thn u can use sqlexec to fill in other values. Hope that was of some use.
getfield(level0record.fieldlev0).getrelated(level1record.field2);
level0record.fieldlev0 : can be from record as u need.
Post new comment