The user defined datatype fields are not showing in Designer.
BO Designer 12.1.0.882
BO XI 3.1
SQL Server 2008
For example, in SQL Server, the Address table contains following fields:
Address_1 (char(20) , null)
Address_2 (char(20) , null)
City (char(20) , null)
State_Abbreviation (not null)
Postal_Code (not null)
Country_Code (not null)
Last three fields are user defined datatype and these three fields are not available to Designer. Means these three fields do not show in the Table Browser.
Is this due to the user defined datatype are not explicitly defined to the database?
Any help or hints would be appreciated. Thanks
dondon (BOB member since 2008-04-18)