Skip to Main Content
Return to Navigation

Defining Mobile Data Distribution

Use datasets to define the data distributed to mobile devices running the PeopleTools Mobile Agent.

Important! PeopleSoft Mobile Agent is a deprecated product. The information in this section exists for backward compatibility only.

This section provides an overview of mobile data distribution and discusses how to:

Pages Used to Define Mobile Data Distribution

Page Name

Definition Name

Navigation

Usage

Mobile Data Distribution

EOEC_MP_RULE

select Enterprise Components, then select Component Configurations, then select Mobile, then select Mobile Data Distribution

Define data distribution rules for mobile devices based on datasets.

Mobile User Rules

EOEC_MP_USRRULE

select Enterprise Components, then select Component Configurations, then select Mobile, then select Mobile User Rules

Preview the effect of mobile data distribution.

Understanding Mobile Data Distribution

Mobile devices can have limited processing power, storage capacity, and display space. You can limit the range and quantity of data passed to the mobile device by associating dataset rules with synchronizable component interfaces. Mobile data distribution rules define the selection of data from network servers for download to a mobile device. The result of data distribution rules is a set of data appropriate to the user’s roles. The set of data may differ depending on the mobile device.

Data distribution for mobile applications implements security and filters the data downloaded to the mobile device. You define data distribution for mobile devices based on datasets by selecting dataset rules assigned to the mobile device user’s dataset roles.

Implementing Mobile Data Distribution

To filter data defined by dataset rules to mobile devices, developers must include the function DistributeDataByRules() in the synchronizable component interface's OnSelect PeopleCode method.

For example:

Declare Function DistributeDataByRules PeopleCode 
FUNCLIB_ECMOBIL.EOEC_ONSELECT FieldFormula;
DistributeDataByRules();

See Also

Enterprise PeopleTools 8.49 PeopleBook: Mobile Agent

PeopleTools: PeopleCode Language Reference

Mobile Data Distribution Page

Use the Mobile Data Distribution page (EOEC_MP_RULE) to define data distribution rules for mobile devices based on datasets.

Image: Mobile Data Distribution page

This example illustrates the fields and controls on the Mobile Data Distribution page. You can find definitions for the fields and controls later on this page.

Mobile Data Distribution page

Note: Component interfaces selected for mobile data distribution must be synchronizable; only synchronizable component interfaces are available from the prompt.

The Dataset Rules grid lists rules for the specified dataset.

Mobile User Rules Page

Use the Mobile User Rules page (EOEC_MP_USRRULE) to preview the effect of mobile data distribution.

A mobile user can specify whether a selected data distribution rule returns data to a selected mobile device. The user must be signed in with a user ID, not as an administrator, to define mobile user rules.