Mapping |
|
Mapping
Description
Copies a common property value from a mapping line to a mapping line.
Arguments
1.Mapping - Name of the Macro.
2.Name - The property value to be copied.
3.Default Value - The value to be used if the property cannot be found or is blank.
4.Search Value - If the returned value matches the search value, the specified default will be returned. The search value and returned value will use casing to determine a match.
Examples
[Mapping|Department]
If Department is available this will return the Department value.
If Department is not available this will return a blank value.
[Mapping|Department|No department available.]
If Department is available this will return the Department value.
If Department is not available this will return the value "No department available."
[Mapping|Department|None|9999]
If Department is available and does not equal 9999 this will return the Department value.
If Department is available and equals 9999 this will return the value "None".
If Department is not available this will return the value "None".
Copyright © 2025 pasUNITY, Inc.
Send comments on this topic.