0
STATUS DETAILS
Comments
Hi,I'm not sure, but I think this can help: This function will convert (even translated)Text and numbers into a option or enum value and will give you the right OptionNo.var ValidationManagement: Codeunit "Config. Validate Management";begin Result := ValidationManagement.GetOptionNo(NewValueText, FldRef);end;
