set username

If I don’t use the build-in security, but my own,
I would like to have a feature that I can SET the current username.

So I can use the auto-fill options of fields. (creation username, etc…)

After 1.2 we provide createUser in javascript security.

Oke that’s great!
But for simple solutions, if we don’t use the internal-security is it possible than to SET the currentusername?

not likely, it think it whould break audit trail(tracking)

Is it possible than to have an extra option in the auto-fill menu:
for example: that points to a global.

Now we have:
creation username
creation usernameid
modification username
modification userid

for example to have the extra option:
creation username (globalfield)
modification username (globalfield)

Is this possible?
It would give us a tremendous flexibility!

Not possible the column info (properties) are shared over all solutions, cannot reference to solution specific items.

The easiest would be to use the built-in Servoy security and enhance it with your whatever you want to.