Update relation cascade on standard objects favorite, attachment, activityTargets (#4227)
This commit is contained in:
@ -22,6 +22,11 @@ export function generateDefaultValue(
|
||||
url: '',
|
||||
label: '',
|
||||
};
|
||||
case FieldMetadataType.CURRENCY:
|
||||
return {
|
||||
amountMicros: null,
|
||||
currencyCode: '',
|
||||
};
|
||||
default:
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user