Sunday, November 10, 2013

JDev/ADF sample - ADF Controller Save Points - Save For Later Implementation with PS_TXN

  • ADF Controller Save Points - Save For Later Implementation with PS_TXN. This blog post will be based on ADF Developer Guide section - 24.7 Using Save Points in Task Flows. I will be describing out of the box 'save for later' functionality provided by ADF BC (Model) and ADF Task Flows (Controller). This will be especially useful for complex forms, where users would prefer to save their work in progress and come back to it later, to finish with the remaining details. We could split transaction and allow to complete that transaction later, even during next login. Such functionality can be achieved with ADF out of the box feature - Save Points (see link to the documentation provided above). In the background Save Point functionality is based on passivation/activation process handled in PS_TXN table. Save point is creating labels and associating these labels with temporary data stored in PS_TXN.
    Download - ADFTaskFlowSavePointsApp.zip

No comments: