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 |
>> 1) how to hide the 'Apply' and 'Refresh' buttons when launching a component by using DoModalComponent function?
These could be controlled on the Component Properties "Internet" tab. The are located inside the "Toolbar" group box. Uncheck the ones you don't need to disable all.
>> 2) how to rename the label of 'Ok' button to 'Save' when launching a component by using DoModalComponent function?
These are Built-in OK or Cancel button for the DoModalComponent function and I don't think you can change them.
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
hi
What lepa mentioned is correct.
However you could hide the ok and cancel buttons. I think its a page property and add your own buttons to the page. Add the necessary peoplecode behind the buttons.