This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Last modified in Fully automated workflow?

In my case all transitions are automatic based on different criteria. Now in every case last modified is M-Files server. I have user that could be used stored in property.

fUser = CurrentUserID
Dim oCurrentUserTypedValue : Set oCurrentUserTypedValue = CreateObject( "MFilesAPI.TypedValue" )
oCurrentUserTypedValue.SetValue MFDataTypeLookup, fUser
Vault.ObjectPropertyOperations.SetLastModificationInfoAdmin ObjVer, True, oCurrentUserTypedValue, False, Nothing

-> M-Files Server

fUser = 1322

-> M-Files Server

I have to use code in every transition so that M-Files accepts it. If M-Files would allow "infinite loops" I would not need code and I probably would get right Last modified.

So how do I get that code to work or some other way?

PJ

Parents Reply
  • In the described situation I would expect the "Review" state version to be caused by M-Files Server (it was the one who moved it back), but I would expect "Rejected" to be caused by the correct user.  The only way in which it would not is if you have some code altering the version as it is created (either an event handler or a state action).

    Do you?

Children