STUB remaining v7 corebizobjects
This commit is contained in:
@@ -18,10 +18,11 @@ namespace AyaNova.PickList
|
||||
return new WidgetPickList() as IAyaPickList;
|
||||
case AyaType.User:
|
||||
return new UserPickList() as IAyaPickList;
|
||||
case AyaType.Customer:
|
||||
default:
|
||||
throw new System.NotImplementedException("PICKLIST NOT IMPLEMENTED");
|
||||
|
||||
}
|
||||
return null;
|
||||
//return null;
|
||||
}
|
||||
|
||||
//List all the PickList-able object types available
|
||||
|
||||
Reference in New Issue
Block a user