Tuesday, October 24, 2017

Types of Items in a OAF Page

Regions act like a container for multiple items(Region is nothing but Portion of a Page). There are a variety of items that canbe created in a page. For example if a user wants to enter some data in the page then we make use of the messageTextInput item type, when you want to display only the text and the user should not be able to edit the text then we use the messageStyledText. Similarly for various actions we have different items as shown below.
  • messageStyledText
  • messageTextInput
  • messageRadioGroup
  • messageCheckBox
  • messageLovInput
  • messageChoice
  • messageDownload
  • messageFileUpload
  • button
  • submitButton
  • Link
  • formValue
  • spacer
  • urlInclude
  • tip
  • seperator
  • Flex

No comments:

Post a Comment

How To Populate the Phone Number Field in Oracle Loans? (Doc ID 2990762.1)

SELECT party.party_name Borrower_Name       ,org.name operating_unit   ,loan.loan_number   ,contact_person.party_name contact_person_nam...