DataTransformation__c
Label: Data Transformation A target value in a Data Transformation Table. Contains criteria to meet, as well as a target value when met.
DataTransformationTable__c |
Data Transformation Table |
Pre-Spring 2018 |
Looks up to: DataTransformationTable__c
|
MasterDetail |
|
RequiredSourceValues__c |
Required Source Values |
Pre-Spring 2018 |
Formula: IF( NOT(ISBLANK(SourceValue2__c)) , 2, 1)
|
Number(18,0) |
|
SourceValue1__c |
Source Value 1 |
Pre-Spring 2018 |
|
Text(255) |
|
SourceValue2__c |
Source Value 2 |
Pre-Spring 2018 |
|
Text(255) |
|
TargetValue__c |
Target Value |
Pre-Spring 2018 |
Value to return if the associated Data Table Criteria are met.
|
Text(255) |
|
UniquenessConstraint__c |
Uniqueness Constraint |
Pre-Spring 2018 |
|
Text(255) |
|
|