Last updated
Was this helpful?
Last updated
Was this helpful?
This code block has no upstream dependencies but requires the Loop Returns extractor to be installed
The following code should be added to the main workflow in the appropriate position, after Life-Time Value and before Product and Inventory per the page
Add this code to enable analysis of returns and exchanges by creating the following tables:
[drp.loop_return_lines
]
This page provides detailed instructions on the Returns Code transform code block and what should be added to the Script Manifest file in order to execute the code
#--------------------------------------------------------------------------------------------------------------------
# SECTION: 5800_RETURNS
# DEPENDENCIES:
# - Integration: Loop Returns
# REQUIRED: No
# PURPOSE: This code the DRP tables for Loop Returns and should be enabled when Loop Returns is added and enabled
#--------------------------------------------------------------------------------------------------------------------
loop_returns:
integrations:
- loop_returns
scripts:
- "github://platform-sql-shared/scripts/base/5800_returns/5810_RET_BAS_loop_return_lines.sql"