Dynamic dropdown

Is there a way to create a dynamic dropdown field? Dropdown that lists all users/pricelist etc.

Or how to add custom value to POINTER?

Did read the creating a custom field type but i get an error

vid Litium.Web.Administration.WebApi.Common.EditorHandlers.FieldsEditorHandlerBase1.GetFieldSchema(String fieldDefinitonId, MultiCultureFieldContainer fields, String ownerId)
vid System.Linq.Enumerable.WhereSelectEnumerableIterator2.MoveNext()
vid System.Linq.Enumerable.WhereEnumerableIterator1.MoveNext()
vid System.Linq.Buffer1..ctor(IEnumerable1 source)
vid System.Linq.Enumerable.ToArray[TSource](IEnumerable1 source)
vid Litium.Web.Administration.WebApi.Common.EditorHandlers.FieldsEditorHandlerBase1.<>c__DisplayClass20_0.<GetSchemaComponents>b__0(FieldTemplateFieldGroup group)
vid System.Linq.Enumerable.WhereSelectEnumerableIterator2.MoveNext()
vid System.Linq.Buffer1..ctor(IEnumerable1 source)
vid System.Linq.Enumerable.ToArray[TSource](IEnumerable1 source)
vid Litium.Web.Administration.WebApi.Common.EditorHandlers.FieldsEditorHandlerBase1.AddChildren(SchemaComponent parentSchema, TypeInfo instanceType, Object value, String ownerId)
vid Litium.Web.Administration.EditorHandlers.EditorHandler.GetSchema(String name, Object value, String ownerId)
vid Litium.Web.Administration.EditorHandlers.EditorHandler.ToSchema(SchemaComponent parentSchema, PropertyInfo p, Object[] attributes, Object propertyValue, String ownerId)
vid Litium.Web.Administration.EditorHandlers.EditorHandler.ToSchema(SchemaComponent parentSchema, PropertyInfo p, Object propertyValue, String ownerId)
vid Litium.Web.Administration.EditorHandlers.EditorHandler.AddChildren(SchemaComponent parentSchema, TypeInfo instanceType, Object ownerValue, String ownerId)
vid Litium.Web.Administration.EditorHandlers.EditorHandler.GetSchema(String name, Object value, String ownerId)
vid Litium.Web.Administration.WebApi.Common.Controllers.ObjectSchemaController.GetSchema(ObjectSchemaModel model)
vid lambda_method(Closure , Object , Object[] )
vid System.Web.Http.Controllers.ReflectedHttpActionDescriptor.ActionExecutor.<>c__DisplayClass6_2.<GetExecutor>b__2(Object instance, Object[] methodParameters)
vid System.Web.Http.Controllers.ReflectedHttpActionDescriptor.ExecuteAsync(HttpControllerContext controllerContext, IDictionary2 arguments, CancellationToken cancellationToken)

Litium version: 7.*

You need to create a custom field type for such need. What was the error? I can see only the callstack.

To list users, you can use Pointer with Persons as the entity type. However, pricelist is not available for Pointer.