Create a block
Collapse
X
-
1. Entity Manager > Create Entity. Name it 'Address Entry'.
2. Entity Manager > Address Entry > Fields > Add Field. Select 'Address'. Name it 'Address'.
3. Entity Manager > Address Entry > Layouts > Detail. Drag and Drop the Address field to the layout. Optionally, remove the Name field from the layout. Do the same for Detail (small) layout.
4. Entity Manager > Address Entry > Layouts > List. Drag and Drop the Address field to the layout. Optionally, remove the Name field from the layout.
5. Entity Manager > {Entity Type} > Relationship > Create Link. Select One-to-Many type, select the Address Entry as a foreign entity. Check Link-Multiple.
6. Entity Manager > {Entity Type} > Layouts > Detail. Drag and drop the 'Address Entries' field to the layout.
7. Entity Manager > {Entity Type} > Fields > Address Entries. Check 'Create Button'.
8. Entity Manager > Address Entry > Formula > Before Save Custom Script. Specify code:
---Code:name = string\concatenate(addressCity, ' ', addressCountry, ' ', addressStreet);
{Entity Type} is your entity type in question.Leave a comment:
-
There's no such a feature.
An alternative, is to create a custom entity type with an Address field there. Then, create related records, each one will have their address.Leave a comment:
-
-
Create a block
How can I create a block like the one in Accounts - Billing Address with Street, City, etc?
thanksTags: None

Leave a comment: