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

Where is user by assign to from worfklow?

Hello guys,

I cannot found the property with user which have assigned object by workflow.- not object type Assign to (10)

I try see "all" by this script in automatic value:

For i=-2000 To 2000
  If PropertyValues.IndexOf(i) > -1 Then
    If not PropertyValues.SearchForProperty(i).TypedValue.IsNULL() Then
      objFile.Write CStr(i) & " : " & CStr(PropertyValues.SearchForProperty(i).TypedValue.DisplayValue) & vbCrLf
    End If
  End If
Next

I thought, the property 44 (MFBuiltInPropertyDefAssignedTo) has the value, but it's empty - no in "objFile".

Where is info about assing to user?

Thanks,

O.