Architect - Empty list of DefaulValueParameter for virtual field

A virtual field has an empty dropdown that should show a list of parameters for the DefaulValueParameter attribute. The parameters should be listed the same way they are for a database field.

Similar issue reported here:

This is what i see in the demo project:

Where can I reproduce the problem?

It is empty when you add a virtual field to a virtual entity.

I have created an empty virtual entity and a virtual field in it. When I clicked the DefaultValueParameter property, the drop down was empty.

Then I added a parameter and IOrigamEntity2 as an ancestor to the entity and all the parameters were shown in the dropdown.

Does this solve the problem?

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.

Yes, although with adding IOrigamEntity2 you also get the Id and RecordCreated/Update fields which are usually unnecessary in a virtual entity.