salesliteratureitem.createdby Field
Specifies the ID of the user who created the document.
Syntax
[Visual Basic .NET]
Public Field createdby As Lookup
[C#]
public Lookup createdby;
[JScript]
public var createdby : 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