A colleague needs to update a custom cascading style sheet (CSS) style for your team's fluid application. She has the style definition shown in this exhibit open in Application Designer, but isn't sure if she has opened the correct style definition and asks for your advice.
How do you know she does not have a fluid CSS style open?
A. The fluid user interface does not use the Arial or the sans-serif fonts. The fluid user interface uses only the Lucida Grande and Helvetica Neue fonts
B. In the fluid user interface, font color is not set on the style definition. The current branding theme is what determines the font color for the fluid user interface display
C. The fluid user interface does not use absolute font sizes. Only relative font sizes apply to the dynamic nature of the fluid user interface
D. The fluid user interface uses only free form style sheets, and this style sheet is a fixed from style sheet
E. Fluid style sheets all have _FL appended to the style name
Consider the following three scenarios and six tools or techniques. For each scenario, identify the most appropriate tool or technique for updating the portal registry.
A. S1-T2, S2-T1, S3-T3
B. S1-T2, S2-T6, S3-T4
C. S1-T5, S2-T4, S3-T3
D. S1-T5, S2-T3, S3-T4
E. S1-T5, S2-T1, S3-T4
Select three elements that must be present before registering a component. (Choose three.)
A. Permission list
B. Folder
C. Content reference definition
D. Primary table
E. Menu definition
Your client has asked you to update their PeopleCode programs to replace outdated system variables with current system variables. Which system variable replaces %OperatorId?
A. %Session
B. %CurrentUser
C. %UserId
D. %SessionUser
E. %SessionId
F. %SignonUserId
You begin to register a component using the Registration Wizard. What should you do based on the values that appear in the dialog box?
A. Select the Always use default local node? Check box and then continue the registration
B. Continue registering the component as is
C. Stop the registration process to investigate why this component is already registered
D. Change the user-facing fields to mixed case and make them less technical, and then continue registering the component
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
Identify three true statements describing PeopleTools tables. (Choose three.)
A. PeopleTools tables can be updated equally using PeopleTools, such as Application Designer, or the SQL editing tool for your database platform
B. PeopleTools tables use the naming convention of having the prefix PD*, as in PSRECDEFN
C. PeopleTools tables store metadata that defines the elements of a PeopleSoft application
D. PeopleTools tables contain the same content, regardless of the PeopleSoft application installed on the database
E. PeopleTools tables have a consistent structure, regardless of the PeopleSoft application installed on the database
F. PeopleTools tables are empty until the implementation team has loaded the application's transactional data
Which two statements indicate the actions that need to be taken before changing the default field label on a field definition? (Choose two.)
A. Check if the default label is used in any page definitions
B. Check if the default label is used in any record definitions
C. Check if the default label is used in any component definitions
D. Check if the default label is used in any PeopleCode
E. Check if the default label is active
Instructors have complained that they do not have access to a newly registered component and page. The Instructor role that includes the Instructor permission list already exists; both are available for your use. Select the two correct methods that add access for just this user group. (Choose two.)
A. Modify the content reference (CREF) definition in the portal registry and enable the Author Access option
B. Re-run the Registration Wizard. Select the option to modify only a permission list, and add the Instructor permission list to this component
C. Modify the CREF definition in the portal registry and add the Instructor role
D. Modify the Instructor permission list definition and add access to the new component and page
E. Modify the CREF definition in the portal registry and add the Instructor permission list
F. Modify the CREF definition in the portal registry and enable the Public Access option
This SQL definition uses effective-date logic to return the current row from PSXLATITEM.
Which meta-SQL element should be substituted for date so the SQL correctly returns the current row as of the run date for all supported database platforms?
A. %CurretnDateIn
B. %CurrentDateOut
C. %Date
D. %DateTime
E. %EffDtCheck