Skip to main content

Notifications

Business Central forum
Suggested answer

Error AL0383: The option value 'Blanket' is not defined on field 'Document Type'

Posted on by 55

Hi,

I am facing the error "error AL0383: The option value 'Blanket' is not defined on field 'Document Type'" while publishing the extension.

I have reviewed in the respective table, It has the "Blanket" in option member for the Document Type field.

alcode.png

Further I have reviewed by running the tabledata. I have seen the "Blanket" in drop down. But it filtered the empty value rather than the "Blanket"

BC_5F00_issue.jpg

Could you please advise me to understand this issue.

Thank you.

Regards

Revanth

Categories:
  • Suggested answer
    Nitin Verma Profile Picture
    Nitin Verma 21,023 Moderator on at
    RE: Error AL0383: The option value 'Blanket' is not defined on field 'Document Type'

    Hi,

    Please declare the option type fields with define their property, You are missing that,

    OptionMemebers

    learn.microsoft.com/.../option-data-type

  • Suggested answer
    Inge M. Bruvik Profile Picture
    Inge M. Bruvik 32,744 Moderator on at
    RE: Error AL0383: The option value 'Blanket' is not defined on field 'Document Type'

    Please follow this pattern for defining your option membera:

    field(0; PreferredContactMethodCode; Option)

    {

       Caption = 'Preferred Method of Contact';

       // The OptionMembers property must be defined on an option field. It specifies which values can the field take.

       OptionMembers = Any,Email,Phone,Fax,Mail;

    }

    learn.microsoft.com/.../option-data-type

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Anton Venter – Community Spotlight

Kudos to our October Community Star of the month!

Announcing Our 2024 Season 2 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Dynamics 365 Community Newsletter - September 2024

Check out the latest community news

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 290,524 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 228,469 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,148

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans