I want to create a new Lookup Field including entity using the Action wizard but it seems I can only run it when right-clicking on an existing entity. It does not allow to run it on my application folder.
The goal of the wizard is to create a “field” on the current entity (that’s what it is trying to say in its name). That means it needs an entity to which the field would be added.
Let’s say you have an AddressBook entity and you want add a Category field, so the user could specify each contact’s category. As the category should be a drop-down from which the user would pick an item, we need all the lookup stuff.
You right-click on the AddressBook entity and select Create Lookup Field (incl. entity)…
You name it Category.
These are the manual steps the wizard will save you:
It first creates the Category entity with fields Id, Name and some other standard fields