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
The smart service is used in a process model, where you find the smart services on the palette to drag onto your model. The function is used in an interface or a webAPI. You can check the documentation for any smart service regarding the errors provided, whether an error occurred and the specific error text.
I cant find any error parameter for Write to Data Store Entity smart service. Is there any way to configure that smart service to catch errors occuring while storing in DB?? Is there any plugin related to that???