Hi Lewatle, By default, import from ORCID will only appear for the Entity Types "Publication" and "Person". See the configurations here: https://github.com/DSpace/DSpace/blob/dspace-8_x/dspace/config/spring/api/external-services.xml#L127-L149
My guess is you might be trying to import into a traditional Item (rather than an Entity) or don't have Entities enabled. If you'd like to enable ORCID for traditional items, you can add "<value>none</value>" to the list of "supportedEntityTypes" for that "orcidWorks" bean here: https://github.com/DSpace/DSpace/blob/dspace-8_x/dspace/config/spring/api/external-services.xml#L127-L135 The "none" value means that feature is enabled also for traditional Items (which are "non-Entities" hence the "none" categorization). Hopefully that helps! Tim On Monday, November 24, 2025 at 5:30:28 AM UTC-6 [email protected] wrote: > Hi All, > > On DSpace 8.0, import metadata from an external source "ORCiD" is still > not available on the list after integration settings were set in local.cfg > and restarted Tomcat. ORCiD should be appearing on the list found on the > screen below, is there any settings needs to be done for ORCiD to appear on > the list? > > [image: import metadata external sourse.png] > > Regards, > Lewatle > -- All messages to this mailing list should adhere to the Code of Conduct: https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx --- You received this message because you are subscribed to the Google Groups "DSpace Technical Support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion visit https://groups.google.com/d/msgid/dspace-tech/a8d147bb-1985-4d4c-bcbe-6c909a8ea455n%40googlegroups.com.
