Progress with Redwood: Redwood Resources for Oracle Cloud HCM - Go Here
Changing an Element Input Value Default using HDL
Hi
I’m trying to change the default value on some Element Input Values via HDL, example of the HDL used below:
METADATA|InputValue|EffectiveStartDate|EffectiveEndDate|InputValueCode|DefaultValue|ApplyDefaultAtRuntimeFlag|ValueRequiredFlag|MaximumValue|MinimumValue|CreateDatabaseItemFlag|UOM|DisplayFlag|AllowUserEntryFlag|ElementCode|RateFormulaCode|DisplaySequence|SpecialPurpose|WarningOrError|LookupType|ValueSet|ValidationFormulaCode|ReferenceCode|LegislativeDataGroupName|ValidationSource|Name
MERGE|InputValue|2025/05/01|4712/12/31|Proration Conversion Rule|Standard Rate Annualized|N|N|||Y|C|N|N|Basic Spinal Salary||25|||||||GB Legislative Data Group||Proration Conversion Rule
MERGE|InputValue|2025/05/01|4712/12/31|Proration Unit|Daily|N|Y|||Y|C|N|N|Basic Spinal Salary||36|||||||GB Legislative Data Group||Proration Unit
The HDL completes without error, but the default field is now blank. Should this be possible to change via HDL?