Skip to main content
Workday User Guide
Last Updated: 2023-06-23
EXTRACT_CODE

EXTRACT_CODE

Description

EXTRACT_CODE
is a row function that takes a Currency value and extracts the currency code as an Instance value.

Syntax

EXTRACT_CODE
(
currency_expression
)

Return Value

Returns a value of type
INSTANCE
.

Input Parameters

currency_expression
Required. A field or expression of type
CURRENCY
.

Examples

Get the currency code information from the Salary field (Currency field type) as an Instance field:
EXTRACT_CODE([Salary])