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.
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"
Could you please advise me to understand this issue.
Thank you.
Regards
Revanth
Hi,
Please declare the option type fields with define their property, You are missing that,
OptionMemebers
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;
}
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 290,524 Super User 2024 Season 2
Martin Dráb 228,469 Most Valuable Professional
nmaenpaa 101,148