Blog Network Home > 2008 > October

From the monthly archives:

October 2008

What is the best way of identifying UNUSED panels /Pages in the Application / Database.
Currently , Present scenario at my end I am filtering the pages which are created But Not used in Components .

Still is there best way of identifying unused pages from PeopleTools Tables .

The next step after ‘Object Consolidation’ is Impact Assessment.
What is Impact Assessment? The process in which, we try to determine the variations or gaps in the existing objects/reports by comparing against the target platform.

· Execute the short cut placed on desktop by double clicking. (Blog – Integration Testing – Send Master utility)
· There will be a blank command window blinking for a while and then you will have the screen below.
· You now need to enter the values marked as required field. Source and designation node names [...]

This can be achieved by adding the try catch block to catch the exception in the people code. You can catch the exception and do desired processing or log the error. eg:

The below code is useful to create XML and XSD file.  Create Application engine program with below code and run the AE program in App designer to get a file in local. You can get the same in server without specifying any path and give it as relative path instead of file absolute.

Objects Security – Object Security is used to restrict the People Tools objects that specific developers can access.

Hi,
We have upgraded our Financials system from 8.8 to 9.0.
I’m working on uploading vouchers into PS System from spreadsheet using the delivered ExcelUploadforVoucher.xls functionality which uploads the data into the staging tables PS_VCHR_HDR_STG, PS_VCHR_LINE_STG, and PS_VCHR_DIST_STG using the IB Message VOUCHER_BUILD and then into the original tables PS_VOUCHER, PS_VOUCHER_LINE, and PS_DISTRIB_LINE using the AE process [...]

Every business software system has an economic life. This essentially means that a software application exists for a period of time to accomplish its intended business functionality after which it has to be replaced or re-engineered. This is a fundamental truth that has to be taken into account when a product is bought or for a system that is developed from scratch.

Hi,
We are implementing PS Financials 9.0. I want to secure certain pages (make them display only) of a component based on a value in a field on the main page of the component along with the users’ role. How can I do so via PeopleCode.