case 1690
This commit is contained in:
@@ -22,7 +22,7 @@ namespace AyaNova.Util
|
||||
//!!!!WARNING: BE SURE TO UPDATE THE DbUtil::EmptyBizDataFromDatabaseForSeedingOrImportingAsync WHEN NEW TABLES ADDED!!!!
|
||||
private const int DESIRED_SCHEMA_LEVEL = 1;
|
||||
|
||||
internal const long EXPECTED_COLUMN_COUNT = 1322;
|
||||
internal const long EXPECTED_COLUMN_COUNT = 1324;
|
||||
internal const long EXPECTED_INDEX_COUNT = 153;
|
||||
internal const long EXPECTED_CHECK_CONSTRAINTS = 519;
|
||||
internal const long EXPECTED_FOREIGN_KEY_CONSTRAINTS = 198;
|
||||
@@ -31,7 +31,7 @@ namespace AyaNova.Util
|
||||
|
||||
//!!!!WARNING: BE SURE TO UPDATE THE DbUtil::EmptyBizDataFromDatabaseForSeedingOrImportingAsync WHEN NEW TABLES ADDED!!!!
|
||||
|
||||
///////////////////////////////////////////////////////////////// C1322:I153:CC519:FC198:V11:R2
|
||||
///////////////////////////////////////// C1324:I153:CC519:FC198:V11:R2
|
||||
|
||||
|
||||
|
||||
@@ -265,6 +265,7 @@ namespace AyaNova.Util
|
||||
+ "signaturefooter TEXT, "
|
||||
+ "customerservicerequestinfotext TEXT, "
|
||||
+ "customerallowcsr BOOL DEFAULT FALSE, customerallowcsrintags VARCHAR(255) ARRAY, "
|
||||
+ "customerallowcreateunit BOOL DEFAULT FALSE, customerallowcreateunitintags VARCHAR(255) ARRAY, "
|
||||
+ "customerallowviewwo BOOL DEFAULT FALSE, customerallowviewwointags VARCHAR(255) ARRAY, "
|
||||
+ "customerworkorderreport1tags VARCHAR(255) ARRAY, customerworkorderreport2tags VARCHAR(255) ARRAY, "
|
||||
+ "customerworkorderreport3tags VARCHAR(255) ARRAY, customerworkorderreport4tags VARCHAR(255) ARRAY, customerworkorderreport5tags VARCHAR(255) ARRAY, "
|
||||
|
||||
@@ -1680,6 +1680,7 @@ namespace AyaNova.Util
|
||||
gbiz.TaxPartSaleId = TCGoods;
|
||||
gbiz.TaxRateSaleId = TCServices;
|
||||
gbiz.CustomerAllowCSR = true;
|
||||
gbiz.CustomerAllowCreateUnit=true;
|
||||
gbiz.CustomerAllowNotifyCSRAccepted = true;
|
||||
gbiz.CustomerAllowNotifyCSRRejected = true;
|
||||
gbiz.CustomerAllowNotifyServiceImminent = true;
|
||||
|
||||
Reference in New Issue
Block a user