Table of Contents

Class EntryCustom

Namespace
Sage.CRM.Controls
Assembly
SageCRMNet.dll

Class to represent a Custom Entry.

public class EntryCustom : Entry
Inheritance
EntryCustom
Inherited Members

Constructors

EntryCustom(string, UIEntry)

Initializes a new instance of EntryCustom.

public EntryCustom(string fieldName, UIEntry body)

Parameters

fieldName string

Metadata Field Name.

body UIEntry

UIEntry to encapsulate the HTML.

Fields

_body

Class to represent the custom .NET HTML body.

protected UIEntry _body

Field Value

UIEntry

iCrmEntryDotNet

Interface to represent the EntryCustom on Unmanaged Code. This should be used only for inherited classes

protected ICrmEntryDotNet iCrmEntryDotNet

Field Value

ICrmEntryDotNet

Properties

Body

Gets or sets the EntryCustom Body.

public UIEntry Body { get; set; }

Property Value

UIEntry

OnChangeScript

Specifies the JavaScript to be executed when the value in the field is edited.

public override string OnChangeScript { get; set; }

Property Value

string