Describe the bug
When a table contains two image-type attributes (one set as primaryimage = true), the Customizations.xml produced by pac solution unpack does not match the Customizations.xml inside the exported solution archive. Specifically, the unpacked file is missing the populated and elements—they appear only as empty definitions instead of containing their actual configuration. As a result, re-importing the solution from the unpacked source fails.
To Reproduce
Steps to reproduce the behavior:
- create new table with 2 image type attributes, set one to primaryimge = true
- pac export unmanaged + managed
- pac solution unpack both
- check Customizations.xml
- compare Customizations.xml from exported solution archive to exported file - missing fulfilled and elements, only empty definition
- pac solution pac and check logs
Expected behavior
Customizations.xml is without differences, and solution pack and import does not fail.
Screenshots
commited
Additional context
pac solution pack log:
Following root components are not defined in customizations:
Type='AttributeImageConfiguration', Id (or schema name)='AttributeImageConfiguration-<> <>'.
Type='AttributeImageConfiguration', Id (or schema name)='AttributeImageConfiguration-<> <>'.
Type='EntityImageConfiguration', Id (or schema name)='EntityImageConfiguration-<>
Import solution error: Cannot add a Root Component <> <> of type 431 because it is not in the target system.
Describe the bug
When a table contains two image-type attributes (one set as primaryimage = true), the Customizations.xml produced by pac solution unpack does not match the Customizations.xml inside the exported solution archive. Specifically, the unpacked file is missing the populated and elements—they appear only as empty definitions instead of containing their actual configuration. As a result, re-importing the solution from the unpacked source fails.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Customizations.xml is without differences, and solution pack and import does not fail.
Screenshots
commited
Additional context
pac solution pack log:
Following root components are not defined in customizations:
Type='AttributeImageConfiguration', Id (or schema name)='AttributeImageConfiguration-<> <>'.
Type='AttributeImageConfiguration', Id (or schema name)='AttributeImageConfiguration-<> <>'.
Type='EntityImageConfiguration', Id (or schema name)='EntityImageConfiguration-<>
Import solution error: Cannot add a Root Component <> <> of type 431 because it is not in the target system.