Progress with Redwood: Redwood Resources for Oracle Cloud HCM - Go Here
For more information, please refer to this announcement explaining best practices for getting answers to questions.
Cannot load element periodicity by HDL
Content
Hello experts,
I am using the following format to assign an element entry by HDL for a specific worker:
METADATA|ElementEntry|CreatorType|EffectiveEndDate|EffectiveStartDate|ElementName|LegislativeDataGroupName|EntryType|AssignmentNumber|MultipleEntryCount|SourceSystemOwner|SourceSystemId
MERGE|ElementEntry|H|2020/03/31|2020/01/01|Bonus US|US Legislative Data Group|E|AS_9000000_1991_07_10||FUSION|AS_9000000_1991_07_1011
METADATA|ElementEntryValue|ElementEntryId(SourceSystemId)|EffectiveEndDate|EffectiveStartDate|InputValueName|ScreenEntryValue|AssignmentNumber|ElementName|LegislativeDataGroupName|SourceSystemOwner|SourceSystemId|MultipleEntryCount
MERGE|ElementEntryValue|AS_9000000_1991_07_1011|2020/03/31|2020/01/01|Amount|5000|AS_9000000_1991_07_10|Bonus US|US Legislative Data Group|FUSION|AS_9000000_1991_07_1021|
MERGE|ElementEntryValue|AS_9000000_1991_07_1011|2020/03/31|2020/01/01|Periodicity|Quarterly|AS_9000000_1991_07_10|Bonus US|US Legislative Data Group|FUSION|AS_9000000_1991_07_1023|
The amount Input value is successfully loaded while I get an error message for Periodicity record. The system says that the Quarterly value doesn't exist within the lookup value; but the value is visible in UI. WHat does it depend on? What kind of lookup value the errror message refers to?