Which three actions occur during the component build process? (Choose three.)
A. Component record RowInit PeopleCode runs
B. Record field FieldFormula PeopleCode runs
C. Component record RowInsert PeopleCode runs
D. All component-level PeopleCode runs
E. Record field RowInsert PeopleCode runs
F. Record field RowInit PeopleCode runs
G. All rows in the record are loaded into the component buffer
You have a CUSTOMER_CONTACT page that uses a subpage that groups commonly used fields. The subpage is also used on the VENDOR_CONTACT page and the EMPLOYEE_CONTACT page. Customers have unanimously requested that the fields in the subpage be displayed on a grid format on the CUSTOMER_CONTACT page, as opposed to the current display of individual edit boxes. Your product manager has asked you to identify a solution to this request that is the quickest, the most efficient, has the least impact on other pages, and is technically possible.
Which of these options best satisfies these requirements?
A. Organize an effort to seek agreement from the owners of the VENDOR_CONTACT page and the EMPLOYEE_CONTACT page regarding your proposed addition of the grid control to the subpage, in addition to a testing plan and deployment plan.
B. Modify just the CUSTOMER_CONTACT page by inserting a grid control and dragging the subpage onto the grid
C. Modify just the subpage by removing the edit boxes, adding a grid control, and then adding the equivalent fields to the grid control
D. Modify just the CUSTOMER_CONTACT page by removing the subpage, adding a grid control, and then adding the equivalent fields individually to the grid control
While in the office on his desktop computer, a user personalizes his fluid homepage by adding a tile for the
My contacts component. The next day at the airport, the user attempts the access the My Contacts
component using his smartphone.
Unfortunately, he cannot see the My Contacts tile on his field homepage.
Why is the user unable to find the My Contacts tile on his fluid homepage when using his smartphone?
A. The user does not have the Smartphone Access check box enabled in his personalization's
B. The smartphone does not have a supported version of its operating system
C. The style, ps_homepage-phone, has not been applied on the Fluid tab of the Component Properties dialog box
D. The Display on Small Form Factor Homepage check box has not been selected on the Fluid tab of the Component Properties dialog box
E. The component does not contain any pages of type Small Form Factor
When you attempt to drag a subrecord onto a page, the page definition displays an error. What is the reason for this?
A. The Use tab on the Page Properties dialog box does not have the Page Size field set to Auto-size so that the page automatically expands to facilitate all the fields in the subrecord
B. The subrecord definition does not have the Record Type value set to SubRecord
C. The Use tab on the Record Properties dialog box for the subrecord definition does not have the Parent record field set correctly in the Record Relationship settings
D. The Page Type Field is not set to be Subpage on the Use tab of the Page Properties dialog box
Which three statements are true regarding PeopleCert user-defined variables? (Select three.)
A. Explicitly declaring object type variables provides no benefit over allowing them to be auto-declared
B. All local variables must be declared at the beginning of the program
C. Local variables can be declared and instantiated in a single statement
D. All component variables must be declared before the first line of executable code
E. Local variables can be declared and assigned in a single statement
F. All variables of type Any must be explicitly declared
This exhibit shows the placement of fields on your fluid page definition in Application Designer.
What will you need to do so that these fields display in an orderly fashion for the end user in the browser?
A. Set the Input Type property on the Fluid tab for each page control to reflect the field type
B. Set the Alignment property on the Record tab for each page control to Auto
C. You don't need to do anything because default cascading style sheet (CSS) styling arranges the page controls as needed for the end user
D. Select Enable JavaScript on the Fluid tab of the Page Properties dialog box
E. Align them manually, using drag and drop, in Application Designer
Your client has stipulated that a bonus of greater than 10% requires prior approval. The following SaveEdit program was developed to issue a warning when the bonus exceeds that amount:
However, as written, this warning is reissued for previously approved and saved bonus amounts that exceed 10%. How should you revise the conditions in the If clause to display a warning for new or updates bonuses only?
A. Check the IsDirty property of the Field object
B. Check the IsNew property of the Row object
C. Check the IsChanged property of the Field object
D. Check the IsNew property of the Field object
E. Check the IsDirty property of the Row object
F. Check the IsNew property of the Record object
You are testing the new Customer Table page and notice that you are missing a Return to Search button on the page.
To add this button in Application Designer, open the Component Properties dialog box and ____.
A. On the Internet tab, select Return to Search
B. On the Internet tab, select Page Navigation in History
C. On the Use tab, select Update/Display
D. On the Internet tab, select Return to List
E. On the Use tab, select Return to Search
You created a new component and registered it in the portal registry. However, when you test it, the
content reference is not shown in the menu navigation.
To troubleshoot this issue, examine _______.
A. the component structure
B. the portal registry for component parameters
C. the portal registry for content reference security
D. the menu definition for the associated component
E. the component definition for assigned actions
What should you do to change the default fluid homepage after signing in to PeopleSoft?
A. Modify the Default Homepage setting in a PeopleTools security permission list
B. Rename your set of homepages on the Personalize Homepage
C. Make sure that the fluid homepage you want to appear first the next time you sign in is displaying when you sign out of the system
D. Reorder the homepage list on the Personalize Homepage page so that the homepage you want is at the top of the homepage list
Examine this PeopleCode program excerpt:
Select the option that correctly combines these four statements into one valid PeopleCode statement.
A. B. C. D. E.
What do you need to do to display the Add a New Value search page as shown in this exhibit?
A. Select the Add check box in the Toolbar group box on the Internet tab of the Component Properties dialog box
B. Select a Primary Action of New in the Search Page group box on the Internet tab of the Component Properties dialog box
C. Select a Default Search Action of Add in the Search Page group box on the Internet tab of the Component Properties dialog box
D. Select the Add check box in the Actions group box on the Use tab of the Component Properties dialog box.
E. Select a record from the Add search record drop-down list on the Use tab of the Component Properties dialog box
You have been asked to create a new record for student suggestion review, which includes a field for implemented Flag, which will be a check box on the page. Before creating a new field, you look for an existing field to reuse.
FLAG, as shown in the exhibit, is a PeopleSoft delivered field. You can use this field if which statement is true?
A. The field only requires adding translate values
B. The field only requires modifying it to be a Y/N table
C. The field only requires modifying the field format
D. The field does not require any modifications
E. The field only requires an additional field label
Which three statements are correct? (Choose three.)
A. Derived/work fields and variables can be displayed on the page
B. Derived/work fields and variables provide temporary storage of calculated values
C. Derived/work fields and record fields provide permanent storage of values
D. Derived/work fields and record fields can be displayed on the page
E. Derived/work fields and record fields can include executable PeopleCode programs
What are the required steps for using a PeopleCode application class? Arrange them in the correct order.
A. 1, 2, 5, 3
B. 1, 2, 4, 5, 3
C. 2, 1, 4, 3
D. 1, 2, 4, 3
E. 2, 1, 4, 5, 3