Digging into the tables of our CRM in order to access the log information on the records history, I finally stepped on the right table but can't interprete the data.The crucial information is stored in a column of type 'image' and contains this kind of hexadecimal strings:"0x07FD0707FD0102F00100004D00410042004F000000004D00410042004F000000FF0707FD0100F0010006720B0308202B00000000000006720B0308202A000000000000FF0707FD010AF00100011AADA60801F5362E46FF0707FD019E4E01000033003000000000310030000000FFFF"Because of the other readable columns I can exactly relate this to a log entry and therefore know what the coded info is supposed to be:(there are 4 columns in the log that do not vary and therfore most likely aren't coded)Field label Value Previous value Field name----------------------------------------------------------------------------------BS 30 10 WK_SSModified date and time 04/12/2014 09:32:43 04/12/2014 09:32:42 modifiedDateTimeModified By MABO MABO modifiedBy
I give another example to show that the structure really is repetitive and that the first 98 characters of each lines are the same; therefore the core information is just a couple of characters long:"0x07FD0707FD0102F00100004D00410042004F000000004D00410042004F000000FF0707FD0100F0010006720B03081F3500000000000006720B03081F30000000000000FF0707FD010AF00100010E5095670101000000FF0707FD011200010002020000000000000002490200000000000000000000FF0707FD010E00010002010000000000000004980200000000000000000000FFFF"Field label Value Previous value Field name----------------------------------------------------------------------------------Unit Price 98,04 0,00 SalesPriceNet amount 490,20 0,00 LineAmountModified date and time 04/12/2014 09:31:53 04/12/2014 09:31:48 modifiedDateTimeModified By MABO MABO modifiedBy
Anybody can give me a hint about how to decode this?cheers, Martin