J
John Miller
Guest
Hi Branden, You are doing everything correctly. ADC.write is designed to do a discrete SQL statement for each Entity that is in the Decision Service’s working memory. The idea is that you want to update/insert/delete a discrete database record with the values from each discrete Entity instance…maintain this one-to-one mapping. This allows us to keep database data in sync with the values in the in-memory Entities. In your example, you are updating values in the database with hard coded values instead of what is inside each Entity. Even though you are allowed to update values with hard-coded values in this way, this is the exception and not the rule. I hope this makes sense. Regards, John
Continue reading...
Continue reading...