Instructions
-
Create a sub-folder named Labs on your local machine. Within the Labs folder, create a folder named ‘Blackbaud.CustomFx.FoodBank’.
Ex: E:\Training Class Support Material\SDK\UIModel\My Code\Labs\Blackbaud.CustomFx.FoodBank
-
Within this folder, create a Visual Studio solution named Blackbaud.CustomFx.FoodBank and save the solution to the Blackbaud.CustomFx.FoodBank folder.
-
Create a Visual Basic project named Blackbaud.CustomFx.FoodBank.Catalog containing 5 completed TableSpec catalog items used to create the following tables:
-
USR_FOODBANKTYPECODE (CodeTableSpec)
-
USR_FOODITEM (TableSpec)
-
USR_FOODBANK (TableSpec)
-
USR_FOODBANKTXHEADER (TableSpec)
-
USR_FOODBANKTXDETAIL (TableSpec)
-
-
After the specs have been created, load the spec into the catalog using the LoadSpec.exe utility. Load the spec’s in the following order:
-
USR_FOODBANKTYPECODE
-
USR_FOODITEM
-
USR_FOODBANK
-
USR_FOODBANKTXHEADER
-
USR_FOODBANKTXDETAIL
-
