accessing mappings (parent location) from import script
Hi,
I'm using a Jython import script that access the mappings using sintax mDimensionName[String]... just like below:
def AccountType(sField,sRecord): try: sAccount=str(mAccount[sField]) ...
Account is a field from import file that has a mapping...
I use m letter concatenated with field name (Account)... sintax to get results from my mappings.
m + Account = mAccount
It's working like a charm when using a "normal" location where mappings exist. Let's say Location X.
The same import script doesn't work for a location Y configured with Parent location (pointing to Location Y)
I got the error: 2019-06-17 12:35:55,921 DEBUG [AIF]: EPMFDM-140274:Message - Error Evaluating scriptnullorg.python.core.PyException.fillInStackTrace(PyException.java:70)