Page tree


Contents:

Our documentation site is moving!

For up-to-date documentation of Dataprep, please visit us at https://help.alteryx.com/Dataprep/.

   

Through the User Defined Function Details Page, you can review details about an individual UDF. In the User Defined Functions page, click the name of the UDF to review.

Feature Availability: This feature may not be available in all product editions. For more information on available features, see Compare Editions.

For more information on authoring UDFs, see JavaScript UDFs.

Actions:

To modify the UDF, click Edit

Context menu:

  • Rename: Rename your user-defined function.

    NOTE: UDF names must be unique within the project or workspace. Name changes are propagated to the recipe steps where they are referenced.

  • Duplicate: Create a copy of the user-defined function.

  • Transfer ownership: (Available to owner or admin only) Transfer ownership of this asset to another user. See Transfer Asset Ownership. 
  • Delete: Delete the UDF. 

    NOTE: When a UDF is deleted, any recipe steps that reference it are broken. You should review the Used In tab before deleting.

    Deleting a UDF cannot be undone.

Overview Tab

In the Overview tab, you can review the signature and function definitions of your UDF.   

Figure: UDF Details Page - Overview tab

Click Edit to modify the code. 

You can review creation and update timestamps.

Used In Tab

In the Used In tab, you can review all of the recipes and flows where the UDF is referenced.

Figure: UDF Details Page - Used In tab

  • Click the name of the recipe or flow to open the flow containing the reference.

    Tip: Click the name of the recipe to select the recipe in the opened flow.

    See Flow View Page.

See Also for User Defined Function Details Page:

This page has no comments.