Import, set actual supported things we want to import
This commit is contained in:
@@ -3,6 +3,8 @@
|
|||||||
|
|
||||||
|
|
||||||
Import feature
|
Import feature
|
||||||
|
currently imports in the format as exporting,
|
||||||
|
|
||||||
test recent code change for "importable" attribute back and front then test the items to see if they work
|
test recent code change for "importable" attribute back and front then test the items to see if they work
|
||||||
hasn't been tested in a while, confirm what works and what doesn't, remove anything that doesn't work, look at an import path for inventory
|
hasn't been tested in a while, confirm what works and what doesn't, remove anything that doesn't work, look at an import path for inventory
|
||||||
most important to test in order are:
|
most important to test in order are:
|
||||||
@@ -11,6 +13,7 @@ Import feature
|
|||||||
to only the essential, working items for now.
|
to only the essential, working items for now.
|
||||||
We may need a full blown inventory import feature of it's own, perhaps an item on the list that opens a different set of features in the form?
|
We may need a full blown inventory import feature of it's own, perhaps an item on the list that opens a different set of features in the form?
|
||||||
|
|
||||||
|
Importer maybe for inventory has match to field setting in source data as ID or name or whatever so match field in import "Part" to field in ayanova "Name"?
|
||||||
|
|
||||||
|
|
||||||
get back to docs completion
|
get back to docs completion
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ namespace AyaNova.Biz
|
|||||||
NoType = 0,
|
NoType = 0,
|
||||||
Global = 1,
|
Global = 1,
|
||||||
FormUserOptions = 2,
|
FormUserOptions = 2,
|
||||||
[CoreBizObject, ReportableBizObject, ImportableBizObject]
|
[CoreBizObject, ReportableBizObject]
|
||||||
User = 3,
|
User = 3,
|
||||||
ServerState = 4,
|
ServerState = 4,
|
||||||
License = 5,
|
License = 5,
|
||||||
@@ -41,7 +41,7 @@ namespace AyaNova.Biz
|
|||||||
UserOptions = 14,
|
UserOptions = 14,
|
||||||
[CoreBizObject, ReportableBizObject, ImportableBizObject]
|
[CoreBizObject, ReportableBizObject, ImportableBizObject]
|
||||||
HeadOffice = 15,
|
HeadOffice = 15,
|
||||||
[CoreBizObject, ReportableBizObject, ImportableBizObject]
|
[CoreBizObject, ReportableBizObject]
|
||||||
LoanUnit = 16,
|
LoanUnit = 16,
|
||||||
FileAttachment = 17,
|
FileAttachment = 17,
|
||||||
DataListSavedFilter = 18,
|
DataListSavedFilter = 18,
|
||||||
@@ -107,11 +107,11 @@ namespace AyaNova.Biz
|
|||||||
Backup = 49,
|
Backup = 49,
|
||||||
Notification = 50,
|
Notification = 50,
|
||||||
NotifySubscription = 51,
|
NotifySubscription = 51,
|
||||||
[CoreBizObject, ReportableBizObject, ImportableBizObject]
|
[CoreBizObject, ReportableBizObject]
|
||||||
Reminder = 52,
|
Reminder = 52,
|
||||||
[ReportableBizObject]
|
[ReportableBizObject]
|
||||||
UnitMeterReading = 53,
|
UnitMeterReading = 53,
|
||||||
[CoreBizObject, ReportableBizObject, ImportableBizObject]
|
[CoreBizObject, ReportableBizObject]
|
||||||
CustomerServiceRequest = 54,
|
CustomerServiceRequest = 54,
|
||||||
// ServiceBank = 55,
|
// ServiceBank = 55,
|
||||||
OpsNotificationSettings = 56,
|
OpsNotificationSettings = 56,
|
||||||
@@ -119,15 +119,15 @@ namespace AyaNova.Biz
|
|||||||
DashboardView = 58,
|
DashboardView = 58,
|
||||||
[CoreBizObject, ReportableBizObject]
|
[CoreBizObject, ReportableBizObject]
|
||||||
CustomerNote = 59,
|
CustomerNote = 59,
|
||||||
[CoreBizObject, ReportableBizObject, ImportableBizObject]
|
[CoreBizObject, ReportableBizObject]
|
||||||
Memo = 60,
|
Memo = 60,
|
||||||
[CoreBizObject, ReportableBizObject, ImportableBizObject]
|
[CoreBizObject, ReportableBizObject]
|
||||||
Review = 61,
|
Review = 61,
|
||||||
[CoreBizObject, ReportableBizObject, ImportableBizObject]
|
[CoreBizObject, ReportableBizObject, ImportableBizObject]
|
||||||
ServiceRate = 62,
|
ServiceRate = 62,
|
||||||
[CoreBizObject, ReportableBizObject, ImportableBizObject]
|
[CoreBizObject, ReportableBizObject, ImportableBizObject]
|
||||||
TravelRate = 63,
|
TravelRate = 63,
|
||||||
[CoreBizObject, ReportableBizObject, ImportableBizObject]
|
[CoreBizObject, ReportableBizObject]
|
||||||
TaxCode = 64,
|
TaxCode = 64,
|
||||||
[CoreBizObject, ReportableBizObject, ImportableBizObject]
|
[CoreBizObject, ReportableBizObject, ImportableBizObject]
|
||||||
PartAssembly = 65,
|
PartAssembly = 65,
|
||||||
|
|||||||
Reference in New Issue
Block a user