Can any one explain me please
I am new in peoplesoft so can any one explain me about the scenario, that I have create a page in component and on that page I have created a button, when I write a code
&Level0 = GetLevel0();
&MyRowset = CreateRowset(&Level0);
its works fine but when I write and compile
&Level0 = GetLevel0();
&MyRowset = GetRowset(&Level0);
an error has been returned saying that "field is required (2,26)"
please explain me why is this happening
Regards
Kamran chagani