|
Hi guys! I want to know if there are any other way to update the local System Of Record without using Activity rule. If so, pls give me the steps to implement. |
@ESAKKIMUTHU R I believe I already provided you with guidance and the relevant documentation in your duplicate question Updating Local SOR.
Did you check the Documentation site I provided?
Did the PSC search not help you find posts such as this one?
REST Service Vs Direct Update to External DB Table
Also see:
Updating data records by using SQL
Creating and updating external database instances with JDBC URLs
Populating properties by using a direct connection to the database
@MarijeSchillern Yes Sir I did, but all the documentation contains usage of activity rule. I want to know any other rules to be used for updating the local database.
@ESAKKIMUTHU R
You can do this by using savable datapages. In savable datapages there is a saveoption with datasave. You can set the propertis of the datapage in data transform by using the update page method. After setting then refer the datapage in the flow action post processing or you can save this using the savedatapage flowrule.
Thank you for your input sir @P.Siva.Praveen . I will implement it and get back to you!
@P.Siva.Praveen Thank You Sir.. It’s Working awesome.