Hello,
My apologies if this question is covered elsewhere. I searched but could not find any information.
Is it possible to access entity data from within a type converter? I need to read the value of another field to control how my type converter compresses/decompresses some data. The value of the second field will contain the type of compression used and thus be needed to decompress the data.
My guess is that the answer is no. In that case I will need to figure out another way to handle my requirements.
Thank you.
Rick