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
Select two true statements about translate values. (Select two.)
A. You can assign translate values to any character field that is four characters long or less
B. The default label for a page field is the translate long name
C. You can inactivate any translate value by changing the value of the effective status field to "I"
D. You must maintain translate values through Application Designer
E. You must enter a translate short name
The following PeopleCode program compares two editable fields on a component.
On which event or events should the program be placed?
A. FieldEdit and RowInit
B. SaveEdit and SavePreChange
C. SaveEdit
D. FieldChange and SavePreChange
E. SaveEdit and RowInit
F. FieldEdit
View the exhibits. Based on this page layout and page order, select two true statements about this page definition.
A. The TS_EMP_REVIEW page is saved without error
B. The TS_EMP_REVIEW page contains a parent/child design error
C. The TS_EMP_REVIEW page is saved with a related field error
D. The TS_EMP_REVIEW page is saved with a duplicate record field warning
You are testing the Course Session Details page. You click the Lookup button for the Instructor field and select a name. When you tab off the field, a message is displayed.
What caused this issue and how do you fix it?
A. The menu definition associated with this page has the wrong search record; examine the menu definition
B. The page field definition has the wrong prompt table assigned; examine the page definition
C. The component definition associated with this page has the wrong search record; examine the component definition
D. The record field definition has the wrong prompt table assigned; examine the record definition
E. You selected an incorrect value from the prompt; select a different value
Which statement is correct about developing, modifying, and deploying PeopleSoft fluid applications?
A. When developing fluid applications, there is a decreased usage and reliance on cascading style sheets (CSS) when compared to classic applications
B. To develop fluid applications, you will continue to use the same PeopleTools, such as Application Designer, that have been used to develop PeopleSoft applications for decades
C. For your end users, you will need to implement a separate server infrastructure to deploy fluid applications, keeping it completely separate from the server infrastructure used to deploy classic applications
D. Any previous application logic you want to port from a classic application to a fluid application will need to be rewritten in Java
Examine the following code:
Which two statements are correct? (Choose two.)
A. ABSENCE_SQL contains an INSERT clause
B. ABSENCE_SQL contains a DELETE clause
C. ABSENCE_SQL is a SQL object
D. ABSENCE_SQL is a SQL definition name
E. ABSENCE_SQL contains a SELECT clause
F. ABSENCE_SQL is a SQL method
Here is a partial list of steps in the component processor flow.
What is the correct order?
A. 2, 4, 5, 1, 3, 6
B. 2, 1, 4, 3, 6, 5
C. 2, 1, 3, 4, 5, 6
D. 1, 2, 3, 4, 5, 6
E. 6, 2, 1, 4, 3, 5
An end user is accessing your field application for the first time using her smartphone. What will the end user notice based on the settings shown in this example?
A. The end user will not be able to navigate back to pages previously accessed
B. The end user will need to navigate to the classic homepage to access this component because it is an activity guide
C. To save screen space on the small screen and to send less data to the phone, only the layout outline of the page elements will be visible
D. The Notifications button will not appear in the fluid header for smartphones
E. The end user will not see a tile on the fluid homepage to tap for accessing for the component