How to change the default 'null' value of a boolean ?
Best Answer
M
Matthieu DE PILLOT DE COLIGNY
said
4 months ago
In the current version of xDM, the default value of a boolean attribute is NULL, which can be confusing at first and create some issues when working on your model.
If you need False as a default value, the best way to do so is to create an enricher for that attribute, with the following syntax :
In the current version of xDM, the default value of a boolean attribute is NULL, which can be confusing at first and create some issues when working on your model.
If you need False as a default value, the best way to do so is to create an enricher for that attribute, with the following syntax :
Case
when Entity.Attribute = 1 then 1
else 0
end
T
Toshish Chauhan
said
4 months ago
This is a know bug bug id is : - MDM- 13158 and to achieve this there is a Workaround :- We need to Trigger the enricher as a Step Trigger with the action of Step Trigger Pre- Validation ( as shown in image ) this will work.
Matthieu DE PILLOT DE COLIGNY
How to change the default 'null' value of a boolean ?
In the current version of xDM, the default value of a boolean attribute is NULL, which can be confusing at first and create some issues when working on your model.
If you need False as a default value, the best way to do so is to create an enricher for that attribute, with the following syntax :
- Oldest First
- Popular
- Newest First
Sorted by Oldest FirstMatthieu DE PILLOT DE COLIGNY
In the current version of xDM, the default value of a boolean attribute is NULL, which can be confusing at first and create some issues when working on your model.
If you need False as a default value, the best way to do so is to create an enricher for that attribute, with the following syntax :
Toshish Chauhan
-
Import Data Into Entities via Azure Data Lake
-
Recover Deleted(soft Delete) Record and Configure in Application
-
Data Quality in batch mode and real-time integration
-
Integration with analytics tools
-
Query/Load/Delete data with the REST API
-
Does the Done Tab in Inbox have a limit?
-
How Can I Trigger Enricher or Sql Procedure when deleting?
-
Matching Rules But Only The Latest Record Creates a Golden Record
-
Unstructured and Semi Structured Data in Semarchy?
-
Read CSV files from AWS S3
See all 71 topics