uom.modifiedby Field
Specifies the ID of the user who last modified the unit.
Syntax
[Visual Basic .NET]
Public Field modifiedby As Lookup
[C#]
public Lookup modifiedby;
[JScript]
public var modifiedby : Lookup;
Remarks
The value of this field is set by the system.
Represents a field of type Lookup.
The following table contains additional information about this attribute:
Platform required | No |
Application requirement level | Read only |
Valid for create | No |
Valid for retrieve | Yes |
Valid for update | No |
Related entity | systemuser |
See Also