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

MOSC Banner

Help in Using FDM Script

Hi,

I want to create an FDM Script to get a status of a POV.

In the fdm_api.pdf document, there are examples. However, when I follow

the examples, it come up with error.

For example:

'Declare Global instance of the FDM application server Public GobjAS As clsAppServerDM --> Error: 1002 - Syntax error'Declare local variables Dim objStatus As objProcessStatus --> Error: 1025 - Expected end of statementSet objStatus = API.MaintenanceMgr.fProcessStatus("LocName","CategoryName", "P05-2013")If objStatus.intLockState = enmLockState.UpFullLock Then
MsgBox "Locked"
Else
MsgBox = "Open"
End If
--> Error: 424 - Object required: 'enmLockState'Any idea, how to properly use the above objects or API in FDM Script?

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