Grid Class Methods - Oracle In this section, we discuss each Grid class method Use this method to enable or disable one or more columns in a grid When a column is enabled, it is editable; when it’s disabled, it is un-editable
PeopleSoft Grid PeopleCode - PSoftSearch In this article we explore how to populate a PeopleSoft dynamically using PeopleCode Sample PeopleCode has also been provided
Trigger Peoplecode from a grid when a row is selected But how we can trigger peoplecode if a row in a grid is selected ? There is any field in a grid that represent the CheckBock Select, it is added just by making in Grid properties Multiple Row ( check box) in Row selection Indicator
Enterprise PeopleTools 8. 46 PeopleBook: PeopleCode API Reference The grid class enables you to instantiate only GridColumn objects, which in turn enables you to change grid column attributes without having to write PeopleCode that loops through every row of the grid
How to populate grid dynamically using peoplecode In this article we would see how to populate a Grid dynamically using PeopleCode Here we use a Dynamic View SGK_VCHR_DVW as the main record of the Grid The grid is placed on level 1 of a secondary page and is populated using Peoplecode written in the Activate event of the secondary page
Data Being Added Confl. . . | PeopleSoft Wiki Be sure to fix up the occurs level in your scroll bar, scroll area or grid This error may also be happening because keys are not propagating correctly from parent to child records Check the rows in your child record and ensure that it has the same high level keys as its parents
Tip 042: Dynamic SQL Prompts - BareFoot PeopleSoft Firstly, create your record in App Designer as normal, setting the record type to ‘Dynamic View’ Because this record type does not require SQL text, it can be saved immediately once the fields have been configured No record ‘build’ is required Next, add code to the page to set the ‘real’ SQL text at run-time