RECIPEIDFROMNAME function

Synopsis
This function returns the recipe ID that corresponds to the specified recipe name.
Variations
RECIPEIDFROMNAME(RecipeName)
Returns the recipe ID that corresponds to the specified recipe name.
Parameters
RecipeName

Specifies the name of the recipe.

Supported types: String.
Returns
Returned types: Numeric.
Examples
1.

The following example returns the ID of the recipe named RecipeA.

RECIPEIDFROMNAME("RecipeA")