This commit is contained in:
@@ -25,6 +25,7 @@ Overall plan for now: anything standing in the way of making the initial client
|
|||||||
- Then test
|
- Then test
|
||||||
- V7 import tags and other objects make sure the proper attribution and dates are set in the event log,
|
- V7 import tags and other objects make sure the proper attribution and dates are set in the event log,
|
||||||
- Right now it looks like it just defaults to manager and today and created and that's it.
|
- Right now it looks like it just defaults to manager and today and created and that's it.
|
||||||
|
- Is 35char long enough for tags? Why is there a limit? Can it be 50?
|
||||||
- Why are inactive users allowed to login?
|
- Why are inactive users allowed to login?
|
||||||
- Seed data is seeding users inactive, sb active
|
- Seed data is seeding users inactive, sb active
|
||||||
- Event log make sure can set the date and time to prior values for importing
|
- Event log make sure can set the date and time to prior values for importing
|
||||||
|
|||||||
@@ -264,31 +264,31 @@ namespace AyaNova.Biz
|
|||||||
switch (SourceType)
|
switch (SourceType)
|
||||||
{
|
{
|
||||||
case "GZTW.AyaNova.BLL.Region":
|
case "GZTW.AyaNova.BLL.Region":
|
||||||
ShortTypeName = "region";
|
ShortTypeName = "rgn";
|
||||||
break;
|
break;
|
||||||
case "GZTW.AyaNova.BLL.UnitModelCategory":
|
case "GZTW.AyaNova.BLL.UnitModelCategory":
|
||||||
ShortTypeName = "unit-mdl-ctgry";
|
ShortTypeName = "unitmdlctgry";
|
||||||
break;
|
break;
|
||||||
case "GZTW.AyaNova.BLL.UnitServiceType":
|
case "GZTW.AyaNova.BLL.UnitServiceType":
|
||||||
ShortTypeName = "unit-svc-typ";
|
ShortTypeName = "unitsvtyp";
|
||||||
break;
|
break;
|
||||||
case "GZTW.AyaNova.BLL.WorkorderItemType":
|
case "GZTW.AyaNova.BLL.WorkorderItemType":
|
||||||
ShortTypeName = "wo-item-typ";
|
ShortTypeName = "woitemtyp";
|
||||||
break;
|
break;
|
||||||
case "GZTW.AyaNova.BLL.ClientGroup":
|
case "GZTW.AyaNova.BLL.ClientGroup":
|
||||||
ShortTypeName = "clnt-grp";
|
ShortTypeName = "clntgrp";
|
||||||
break;
|
break;
|
||||||
case "GZTW.AyaNova.BLL.WorkorderCategory":
|
case "GZTW.AyaNova.BLL.WorkorderCategory":
|
||||||
ShortTypeName = "wo-ctgry";
|
ShortTypeName = "woctgry";
|
||||||
break;
|
break;
|
||||||
case "GZTW.AyaNova.BLL.PartCategory":
|
case "GZTW.AyaNova.BLL.PartCategory":
|
||||||
ShortTypeName = "prt-ctgry";
|
ShortTypeName = "prtctgry";
|
||||||
break;
|
break;
|
||||||
case "GZTW.AyaNova.BLL.DispatchZone":
|
case "GZTW.AyaNova.BLL.DispatchZone":
|
||||||
ShortTypeName = "dspch-zn";
|
ShortTypeName = "dspchzn";
|
||||||
break;
|
break;
|
||||||
case "GZTW.AyaNova.BLL.ScheduleableUserGroup":
|
case "GZTW.AyaNova.BLL.ScheduleableUserGroup":
|
||||||
ShortTypeName = "schd-usr-grp";
|
ShortTypeName = "schdusrgrp";
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user