Hyperion Financial Data Quality Management (FDM/FDMEE) (MOSC)

MOSC Banner

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

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center