Hello,
I need to move SysLastValue from one environment. to another.
Unfortunately, I can't move that via SQL, but I can read the source. It means, I can see a Hexadecimal value that is stored in DB.
The VALUE field that represents Container looks more or less like this:
"0x07FD0104000000011C00000001A606000001DE02000001D2000000017100000001FFFFFFFFFF"
How to transform this hex value in AX to be able to store that in SysLastValue.value field?