This PeopleCode statement appears in a PreBuild program:&Object = GetLevel10();Which two statements are true? (Choose two.)
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?
Which statement is correct about developing, modifying, and deploying PeopleSoft fluid applications?
When registering fluid components, assume you usually create the content references so that they reside in the My Fluid Applications folder as shown in the exhibit.However, for your Fluid Billing component, you register the component so the content reference resides in a folder outside the Fluid Pages folder in the Billing folder (Root>Billling).What effect does this have on users accessing this component?
Which event or events should you use for PeopleCode to autogenerate the purchase order number, the high-level key for the orders page?
This exhibit shows the Structure tab of the component definition.The following PeopleCode program has been placed on the RowInit event for the Level 2 component record (PSU_TASK_EFFORT)Which three changes are required to move this program to the RowInit event for the Level 1 component record (PSU_TASK_RSRC)? (Choose three.)