Data Integration
- Data Integration
- All Products
Output Field
| Expression
|
---|---|
in_sales_group
| IIF(ISNULL(sales_group_code),' ',sales_group_code)
|
in_sales_office
| IIF(ISNULL(sales_office_code),' ',sales_office_code)
|
Lookup Field
| Operator
| Incoming Field
|
---|---|---|
domain_name
| =
| in_domain_name
|
language_code
| =
| in_language
|
lookup_code
| =
| in_lookup_code
|
Output Field
| Expression
|
---|---|
sales_group
| :LKP.lkp_Descriptions('sales_group','en',in_sales_group)
|
sales_office
| :LKP.lkp_Descriptions('sales_office','en',in_sales_office)
|
Target Field
| Mapped Field
|
---|---|
SALES_GROUP
| sales_group
|
SALES_OFFICE
| sales_office
|