Does anybody know how to overwrite the “$UpdatedBy” field in design elements? Any tool available?
thx
Does anybody know how to overwrite the “$UpdatedBy” field in design elements? Any tool available?
thx
Subject: How to overwrite $UpdatedBy in design elements
I think you can just delete the field, you will probably get one entry in it showing the deletion time. Design elements are “documents” too.
set desdoc=db.getdocumentbyid(“0138”)
desdoc.~$UpdatedBy=“”
You can find design element’s ID in it’s properties box. In sandbox there was a database with example script where you could eterate through database’s design elements. It was called “db design” or something. There was also an article “Fun with $FormulaClass” where there was described how to show design elements in normal views so they can be processed as documents.