For more information, please refer to this announcement explaining best practices for getting answers to questions.
ElementEntry HDL file
Summary:
Content (required):
Hello experts;
we are loading element entries by HDL. If we launch the following HDL it works, but if I replace AssignmentNumber column with AssignmentId one, the loading is not successful.
Below the HDL I can successfully load
METADATA|ElementEntry|SourceSystemOwner|SourceSystemId|EffectiveStartDate|EffectiveEndDate|ElementName|LegislativeDataGroupName|AssignmentNumber|EntryType|CreatorType
MERGE|ElementEntry|AT|300000001838132_CCNL|2023/05/01||Totale Annuale CCNL|IT Legislative Data Group|70173_ACEGA_19880701_WT_AY|E|F
METADATA|ElementEntryValue|SourceSystemOwner|SourceSystemId|EffectiveStartDate|EffectiveEndDate|ElementEntryId(SourceSystemId)|LegislativeDataGroupName|AssignmentNumber|ElementName|InputValueName|ScreenEntryValue
MERGE|ElementEntryValue|AT|300000001838132_CCNL_AMT|2023/05/01||300000001838132_CCNL|IT Legislative Data Group|70173_ACEGA_19880701_WT_AY|Totale Annuale CCNL|Amount|36827.31
Have you ever experienced this case? We should use AssignmentId instead of AssignmentNumber for integration purposes.