Data store Entity

Certified Senior Developer

Hi,

Can anyone tell the difference between Write to Data Store Entity Smart Service and a!writeToDataStoreEntity() function??

I am asking in the context of place of usage. As best practices, what are the specific places we can use the above mentioned?

And is there a way to catch the error occuring while writing to DB using Write to Data store entity smart service???

Thanks in advance

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Associate Developer

    Write to Data Store Entity Smart Service is used in Process model to write the data in DB whereas a!writeToDataStoreEntity() function is used in Interface to directly send the data from the interface to the DB, also if you want to check errors in Write to Datastore entity Smart services you can check it in Process details in that Errors, You can only see this when you execute your Process model  

Reply
  • 0
    Certified Associate Developer

    Write to Data Store Entity Smart Service is used in Process model to write the data in DB whereas a!writeToDataStoreEntity() function is used in Interface to directly send the data from the interface to the DB, also if you want to check errors in Write to Datastore entity Smart services you can check it in Process details in that Errors, You can only see this when you execute your Process model  

Children