Hi all,
I have created an importer for a custom type.
At this custom type we have associated a form with our custom attributes.
Now I have to check for unique object_name when creating the document.
By default the importer shows the following properties:
File,Name,Type and Format.
In order to use an adaptor for checking unique name,I'd have to retrieve the Name of the document shown by the importer
and copy it for example in a textfiled as shown in the attached file in order to manage the adaptor.
How can I retrieve this information?
Regards