Quantcast
Channel: Webkul Blog
Viewing all articles
Browse latest Browse all 5556

Akeneo UI Reference Entity

$
0
0

Introduction

The Akeneo UI Reference entity bundle provides the UI interface to create the entity and manage the entities’ value with the UI. It helps to manage reference data and related views inside the Akeneo PIM.

Please Note –

  • Akeneo UI Reference entity is compatible with Community Edition, Enterprise Edition, and Cloud (PaaS/Flexibility) Edition of Akeneo.


Basic Requirement

Before you begin, please see the minimum requirements for using this module:

  • This module works with Akeneo 2.0.x, 2.1.x, 2.2.x, 2.3.x, 3.0.x, 3.1.x and 3.2.x. Download Akeneo from here

Features

  • Create a Reference Entity of Type Simple and Multiple in Akeneo.
  •  Delete Reference Entity from UI.
  • You can add 5 types of fields text, number, boolean, Json, and date.
  • All the 5 Fileds are validated within the required criteria
  •  Create fields in a particular Reference Entity from UI.
  •  Remove fields from a particular Reference Entity from UI.
  • Create multiple fields in one entity.
  • You can add multiple entities.
  •  Add values of Reference Entity fields from UI.
  •  Delete values of Reference Entity fields from UI.
  •  Update values of Reference Entity fields from UI. 

Installation

Please follow these steps for installing Akeneo UI Reference Entity in your Akeneo PIM platform.

  • Unzip the respective extension zip and then merge the “src” folder into the Akeneo project root directory.
  • Goto app/AppKernel.php and add the following line in function registerProjectBundles(),
new Webkul\ReferanceEntityUiBundle\ReferanceEntityUiBundle(),
  • Now goto app/config/routing.yml and add these lines at top of the file
wk_referance_entity_ui:
    resource: "@ReferanceEntityUiBundle/Resources/config/routing.yml"
    prefix: /
  • Goto app/config/config.yml and add these lines under the import section.

For Akeneo Version 2.x

- { resource: "@ReferanceEntityUiBundle/Resources/config/2.x/config.yml" }

For Akeneo Version 3.x

- { resource: "@ReferanceEntityUiBundle/Resources/config/3.x/config.yml" }
  • Run this command after ssh to your Akeneo server by terminal
rm -rf ./var/cache/** && php bin/console pim:install:asset --env=prod && php bin/console assets:install web --symlink && yarn run webpack && php bin/console d:s:u --force

Create Reference Entity

To create a new entity you have to navigate to UI Reference entity>>Entity mapping>>Create Mapping.

After clicking on Create Entity fill the Entity Name.

Now, click to Save Button. The entity will be created you can edit and delete the entity.

Now after creating the click to the edit option.

Then click to Reference Entity and create new fields fill details like fields:

  • Name – In this, you have to fill the field name.
  • Type – In this you can add 5 types of the field like Boolean, Text, Date, Number, and Json.
  • Length – In this, you have to add the length.
  • Required – In this, you have to select whether the field is required or not.

You can add multiple fields with different validation in one single entity.

After creating the entity click to Save Button. You can filter the field value.

Then, click to Add Field Values.

Then after filling the details click to the Save Button.

After that, you can select the entity in both Reference data multi-select and Reference data simple select.

Add Entity in Reference data multi-select:

For this, you have to navigate Setting>>Attribute>>Create Attribute>>Reference data multi-select.

After that, fill the code, label and select the reference data type.

If the entity is selected for Multi-select then multi-word will be added to that entity.

Then click to the Save button.

Add Entity in Reference data Simple-select:

For this, you have to navigate Setting>>Attribute>>Create Attribute>>Reference data simple – select.

Then fill the code, label, and then select the reference data type.

If the entity is selected for Simple-select then simple-word will be added to that entity.

Then, click to the Save button.

Now you can add these attributes in the product. After that, to create a product you have to navigate Product>>Create Product.

After that, to create a Simple product click to product. Then fill the code and family.

Then, fill the product Detail and Entity.

Support

Thank you for reading this documentation. In case you have an issue with this module, please create a support ticket at – https://webkul.uvdesk.com/en/customer/create-ticket. For further queries or customization discussions, please send an email to support@webkul.com


Viewing all articles
Browse latest Browse all 5556

Latest Images

Trending Articles



Latest Images