You are viewing the documentation for Blueriq 17. Documentation for other versions is available in our documentation directory.

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

If you want to experiment with a BAAS that includes a data mapping, you can start with the steps as described in the visual Call to BAAS.

Once you have that working, you can "step it up a notch" by separating the web service (interface) module and the interaction module where the actual calculation is done:

Close your project to edit your project structure, and add a new Interaction module. Now make this new module your entry point, instead of the web service module. Open your project again and go to this new module, and create a domain model, the required logic elements and optionally a flow.

 

  • No labels