Custom Scripts - not showing Location or Period
We are on 11.1.2.4.000 FDMEE
When trying to get the period or the location in Custom scripts, it return NULL (None)
Is this a bug or am I doing something wrong (Event scripts are working). Lockey shows the correct Location Key though
Using fdmContext["PERIODKEY"] will return None.
For example:
Script:
fdmAPI.logDebug(str(fdmContext["LOCKEY"]))
fdmAPI.logDebug(str(fdmContext["LOCNAME"]))
fdmAPI.logDebug(str(fdmContext["PERIODKEY"]))
fdmAPI.logDebug(str(fdmContext["PERIODNAME"]))
Process Details:
2016-05-10 15:08:13,146 DEBUG [AIF]: 6
2016-05-10 15:08:13,146 DEBUG [AIF]: None
2016-05-10 15:08:13,146 DEBUG [AIF]: None
2016-05-10 15:08:13,146 DEBUG [AIF]: None