Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Is there a way to scramble fields automatically post reload?
can this be done in the module? can someone post some code I could use?
Thanks
What are you trying to scramble? Instead of scrambling, why not try to use a mapping load and an apply map to put in different descriptions on the field you are trying to scramble?
You can use
HASH128(YourField)
or
HASH160(YourField)
or
HASH256(YourField)
Go to document properties and the scrambling tab. Select which field you want to scramble.
Good Luck