Error: Duplicate Element Name in the Same Package

Hi Community,

I'm trying to add a new package(CrtCoreBase) in depend on package of certain package(my custom package), but I’m encountering the following error:

[SchemaData] [SysDetail_Activity]: Duplicate element name in the same package   [SchemaData] [SysImage_SectionIcon_Activity]: Duplicate element name in the same package [SchemaData] [SysModule_Activity]: Duplicate element name in the same package 

I have two list pages for the Activity object (one for incoming activities and another for outgoing activities). Could this setup be causing the issue?

Any suggestions on how to resolve this would be appreciated.

Thanks!

Like 0

Like

4 comments
Best reply

Hello,

Since both sections are tied to the Activity object, it's likely that the error comes from duplicated data bindings in the same package.

You can check the "Data Bound" tab to see which bindings are actually needed. If both are, consider slightly renaming the duplicates (e.g., SysModule_Activity_Incoming, ..._Outgoing) to avoid conflicts.

Alternatively, you could remove or move one of the bindings to another package, depending on your setup.

Best regards,
Ivan

Hello,

Based on the provided information, the error message suggests that there are duplicate element names within the same package. This issue typically occurs when multiple elements in the package share the same name.

To resolve this, we recommend checking the package that contains the Activity object to ensure there are no duplicate element names. Review the elements within the package and confirm that each one has a unique name.

If you identify any duplicates, you will need to rename one of the elements to make it unique within the package. Once the duplicate element names are resolved, you should be able to add the CrtCoreBase package as a dependency without encountering the error.

Best regards,
Ivan

Ivan Savenko,

Hi, 

I confirm that i have duplicate element like

 

But it  is safe to rename them because one is being used in incoming email message and other in outgoing email message (both section are connected to activity object).

 

Hello,

Since both sections are tied to the Activity object, it's likely that the error comes from duplicated data bindings in the same package.

You can check the "Data Bound" tab to see which bindings are actually needed. If both are, consider slightly renaming the duplicates (e.g., SysModule_Activity_Incoming, ..._Outgoing) to avoid conflicts.

Alternatively, you could remove or move one of the bindings to another package, depending on your setup.

Best regards,
Ivan

Ivan Savenko,

Hi,

I moved those duplicate elements to other package and now i am able to add new packages in depend on package.

Thanks

Show all comments