Hi,
I am trying to understand domodal and request some inputs.
Per Peoplebooks, the syntax is:
DoModal(PAGE.pagename, title, xpos, ypos, [level, scrollpath, target_row])
If you call DoModal without specifying a level number or any record parameters, the function uses the
current context as the parent.
Thus, one could call domodal with and without specifying level.
1. When would one call domodal without specifying the level and when would one specify the level.
2. what should be the relationship between the record on the secondary page with the page from which the domodal is called in terms of key structure ?
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 |
Great question! This is how I understand it and please correct me if I'm wrong. You specify the level and scroll path to target a specific row on a scroll.
The scroll path you specify in the function is the targeted scroll level in the component buffer and the "level" is the scroll level on the main or parent page that relates to level 0 on the secondary page the DoModal function is opening. As far as your 2nd question, wouldn't this relationship be the same as any parent child relationship?
Give back to the community and help it grow!
* Help with unanswered forum questions and issues
* Register or login to share your knowledge at your own blog
Got a very clear explanation from another board:
Sharing it with the board.
Thank you for doing that - I really appreciate it. Have a good day!
Give back to the community and help it grow!
* Help with unanswered forum questions and issues
* Register or login to share your knowledge at your own blog