Write to multiple datastore entity

Hi Everyone,

Is it possible to update the certain columns only and not all columns of a data store entity using write to multiple datastore entity smart service.

Thank you!

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Lead Developer
    in reply to Rahul009

     - You can create another CDT with only the required columns you intend to write (steps - download the current CDT XSD, remove the unwanted column definitions, change the name of the CDT and create a new one with this file). Create a data store entity for this CDT.

    When you try writing using this new entity, only the required columns of the existing row will be updated.

    Note: Use this approach only when it is extremely necessary(when you don't want to bring unwanted columns with huge data into process models).

Children