For more information, please refer to this announcement explaining best practices for getting answers to questions.
Unable to add (SourceSystemId) in METADATA line in HDL file created from HDL transformation Formula
Summary:
METADATA8[5] = 'DirCardId(SourceSystemId)'
This prints only DirCardId in the transformed HDL file
Content (required):
Unable to add (SourceSystemId) in METADATA line in HDL file created from HDL transformation Formula
We need to print this meta data line using HDL transformation Formula:
METADATA|CardComponent|AssignmentNumber|DirCardDefinitionName|LegislativeDataGroupName|CardSequence|DirCardCompDefName|ComponentSequence|ParentDirCardCompDefName|ParentComponentSequence|PayrollStatutoryUnitName|TaxRepUnitName|EffectiveStartDate|EffectiveEndDate|DisplaySequence|Subpriority|Context1|Context2|Context3|Context4|Context5|Context6|DirCardCompDefId|DirCardCompId|DirCardId(SourceSystemId)|SourceId|LegislativeDataGroupId|AssignmentId|GUID|ParentDirCardCompId|SourceSystemOwner|SourceSystemId
But the METADATA line coming in HDL file doesn't contain "(SourceSystemId)" but rest everything is there.
Has anyone faced this issue?
Any workaround/ideas will be very much appreciated.