Hello Community,
When using an SQL type Business Service, it may happen that we need to replay certain rows from the source table.
Let's take as an example the Business Service "from customer SQL" using the generic class EnsLib.SQL.Service.GenericService
Different cases arise, depending on the settings used on this Business Service.
First case :
If the Business Service only uses a KeyFieldName
In this case, to reprocess IDs 123, 456 and 789, it will be enough to delete them from the global ^Ens.AppData for the Business Service concerned on the "adaptor.sqlrow" reference:
kill.png)

.png)
.png)

.png)




