Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards
SOLVED

Resource Field definition - Default value type

Avatar

Level 2

Field definition - Default value type

 

Can someone provide a detailed explanation for the Default value type options at the Field definition screen for a resource element?

 

For our example, the element type is 'Text'. Also, there is a list of authorised values.

I couldn't locate anything within the documentation explaining the differences between the three options: 'No default value', 'Constant default value' and 'Dynamic default value'.

I am interested in the best practice, potential implications to data loads, screen definition etc.  

 

Thanks

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

@abount 

No default value: Field value will be empty until it is set or comes through data load.

Constant default value: Assigned with a constant value of a string/number/date for all the records. For example, the dataSource value is CRM.

Dynamic default value: Populated automatically by a rule or system value at runtime. For example, if you want to assign a current date to the records.

Thanks, Sathees

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

@abount 

No default value: Field value will be empty until it is set or comes through data load.

Constant default value: Assigned with a constant value of a string/number/date for all the records. For example, the dataSource value is CRM.

Dynamic default value: Populated automatically by a rule or system value at runtime. For example, if you want to assign a current date to the records.

Thanks, Sathees