Homepage Layouts

A homepage layout for a record type provides the most relevant information to different users for that record type. Most homepage layouts display the tasks related to the types of records that correspond to that page, for example, account-related tasks for the Accounts homepage. Generally, they also display filtered lists that have been defined by your administrator, and an analytic chart relevant to your work. Homepage layouts can also contain Web widgets, RSS feeds, and other Web content, depending on what your company administrator has set up. From the homepage for a record type, you can drill down to other pages to manage the various types of information as required.

The following table describes the Oracle Migration Tool On Demand client commands used with homepage layouts. For more information about running these commands, see Extracting All Homepage Layouts.

Table Commands Used with Homepage Layouts in Oracle Migration Tool On Demand

Command Description

[-sortspec "sectiontype.fieldname [sortorder][, sectiontype.fieldname [sortorder]]" ReadAll HomepageLayout

This command exports all custom homepage layouts for all objects.

The optional sortspec parameter allows you to sort the sections within the lists of available sections and the lists of selected sections in the output from the command. You can sort the sections by section name or section layout name.

In the syntax:

  • sectiontype is the type of section (available or selected) that you want to sort. Valid values are AvailableSection and SelectedSection.

  • fieldname is the sort field (section name or section layout name) for the sections. Valid values are SectionName and SectionLayoutName.

  • sortorder is the sort order (ascending or descending). Valid values are Asc, ASC, Ascending, or ascending, for sorting in ascending order, and Desc, DESC, Descending, or descending, for sorting in descending order.

If you specify a sort field but you do not specify a sort order, then the sort order is ascending by default.

If you do not specify a section type (AvailableSection or SelectedSection) and sort field, or if you do not include the sortspec parameter, then the sections are listed in no specific order.

Upsert HomepageLayout HomepageLayoutXML

This command updates or inserts a homepage layout, as required.