Table of Contents

Enum DefaultTypes

Namespace
Sage
Assembly
SageCRMNet.dll

Values to be used as DefaultType property on an Entry object.

public enum DefaultTypes

Fields

CurrentDatePlus30 = 14

For entrys that are DateTime, default to current date and time plus 30 mins (for the current user).

CurrentDateTime = 6

For entrys that are DateTime, default to current date and time (for the current user).

CurrentUserId = 2

For entrys that are UserSelects, default to the currently logged-on user.

DefaultValue = 1

The Entry will use the value set in the DefaultValue property.

NoDefault = 0

The Entry has no default.