Simulating data
To avoid development delays, use simulated data when a data source is unavailable.
For example, your team is building a weather widget. The team members building the
UI might want to see how their design works with data in place before other team members
finish working on the connector to the data provider.
- Create some sample data for your application. For more information, refer to
Creating a data type in Dev Studio.You can provide the sample data from a lookup, a data transform, or a load activity. The sample data should include values to populate all the properties that the page, section, or other component referencing the data page requires.
- In the navigation pane of Dev Studio, click Records.
- Expand the Data Model category, and then click Data Page.
- Click the data page of interest that the application will reference.
- In the Definition tab, in the Data Sources section, select the Simulate data source check box.
- In the System name field, enter or select the name of the system to use for simulated data.
- Click Save.
- Replacing a simulated data source
To prepare your application for production, replace simulated data with the data from real data sources.
- Turning on data source simulation
If your data source is unavailable, you can continue to develop and test applications by turning on simulation for the data page.
- Turning off data source simulation
Turn off data source simulation when you are ready to use your actual system of record.
Previous topic Adding records to a data object Next topic Replacing a simulated data source