Skip to main content

Types of fields in D365 SDK(C#) corresponding to D365 Fields

D365Types of fields in D365 SDK(C#) corresponding to D365 Fields


String---------------1.)Single Line of text

Picklist-------------2.)Option Set

Memo-----------------3.)Multi Select OptionSet

Boolean--------------4.)Two OptionSet

Integer--------------6.)Whole Number

Double---------------7.)Floting Point Number

Decimal--------------8.)Decimal Number

Money----------------9.)Currency

Memo----------------10.)Multipal Line of Text

DateTime------------11.)Date and Time

Lookup--------------12.)Loopkup

Customer------------13.)Customer


Comments