Hi supratim320, thanks for the response. Unfortunately, that is not the
answer I was looking for. I'm aware I can specify keys, but they must be
exact keys. In the case of the sequence number, that does not work,
because the previous sequence number is unknown. Instead, the record
should be updated if new sequence number is greater than previous, so
the request should look something like this:
xtk.session.WriteCollection(
) Obviously, that is not the right
syntax, so I'm looking for a corre...