Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To sync the value of a custom column you will need to make a few modifications to your sync flow. Specifically you will want to cast the TaskCrud specialization to the previously your specialization created earlier to be able to access all the values of your CRUD object. In the example above this specialization is called TaskCrudExtended. After casting it the values of the custom columns will become available and can be used to modify the task in the database. For a more in depth example see our quick start application and specifically the microflow “TaskCrudExtended_Process_Advanced“.

...