DynamicLayoutReadAll

Extracts all of the dynamic page layout configuration data for a company.

Usage

Use the DynamicLayoutReadAll method to read all of the dynamic page layout data.

The input argument <SortSpecification> allows you to sort the output from the DynamicLayoutReadAll method. You can:

  • Sort the output by object name.

  • Sort the dynamic layouts for each object by dynamic layout name.

  • Sort the picklist values for each dynamic layout by picklist value name.

The format for the <SortSpecification> input argument is:

ObjectName sortorder,Name sortorder,Value sortorder

where sortorder can be ASC for sorting in ascending order, or DESC for sorting in descending order. If sortorder is not specified, then the sort order is ascending by default.

If you do not specify ObjectName, or if <SortSpecification> has a blank value, then the objects are listed in no specific order in the output. If you do not specify Name, or if <SortSpecification> has a blank value, then the dynamic layouts for an object are listed in no specific order. If you do not specify Value, or if <SortSpecification> has a blank value, then the picklist values for each dynamic layout are listed in no specific order.

See DynamicLayoutUpsert for information about the dynamic page layout data specified in apData:ListOfDynamicLayoutSet.

Arguments

The following table describes the arguments taken by the DynamicLayoutReadAll method.

Table Arguments Taken by the DynamicLayoutReadAll Method

Name Description Required Default I/O

SortSpecification

A sort specification.

No

None

Input

apData:ListOfDynamicLayoutSet

The extracted dynamic page layout data.

Not applicable

Not applicable

Output

Return Value of the Call

The dynamic page layouts are returned.