Adding to the Dataset

Once you have configured the Page Flows, Pages, Actions and Rules, you can export this data in CSV format and easily add it to your dataset. Navigate to the JMX Console and click Admin=DTB Admin to open the Admin MBeans page. Then invoke the dumpPageDefs() function and it should display all data related to the User-Defined Pages framework, organized by inbound interface. Add each section of data to your dataset. For example, for this section:

// PLT.PageFlow_IB //
#* Model Level,* Name,* Create And Add Another
ZBKS.Book,Default ZBKS.Book,0

Create a file called PLT.PageFlow_IB.csv in your dataset and copy the CSV data into it (exclude the line // PLT.PageFlow_IB //), and then add the following to your LoadData.xml file (and do the same for all the other models):

<InboundInterfaceFile inboundInterfaceVersion="1.0" inboundInterface="PLT.PageFlow_IB">data/PLT.PageFlow_IB.csv</InboundInterfaceFile>