PeopleTools and Lifecycle Management - PSFT (MOSC)
MOSC Banner

How to add dynamic prompt table without adding a hidden field DERIVED EDITTABLE on the page..?

edited Nov 11, 2013 4:31AM in PeopleTools and Lifecycle Management - PSFT (MOSC) 8 commentsAnswered

Hello PSFT Community Members,

I am trying to add dynamic prompt table without adding DERVIED EDITTABLE field on the page but does not work. According to peoplebook(Link below), if we use SetEdittable method with ExecuteEdits() then we don't need to add the hidden field on the page, but however it doesn't seems to be working

http://docs.oracle.com/cd/E38689_01/pt853pbr0/eng/pt/tpcr/langref_RecordClassMethods-c07c93.html#SetEditTable-c07c82__pt0065f48

Below is a snip of my code

&RS_DST = GetLevel0()(1).GetRowset(Scroll.PAY_MISC_DST);
   For &S = 1 To &RS_DST.ActiveRowCount
      &ROW_DST = &RS_DST.GetRow(&S);

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center