<#ftl output_format="JSON"> <#import "/recipes/v2/triggers/triggerUtility_v2.ftl" as triggerUtility> <#-- The macro for generating trigger to update the parentUuid field in the Constant metadata --> <#macro updateParent recipeObjectId> <@triggerUtility.updateField recipeObjectId=recipeObjectId objectType="CONSTANT" fieldName="parentUuid"/> <#-- The macro for generating trigger to update the dataStoreUuid field in the Constant metadata --> <#macro updateDataStore recipeObjectId> <@triggerUtility.updateField recipeObjectId=recipeObjectId objectType="CONSTANT" fieldName="dataStoreUuid"/>