Help in Using FDM Script
edited Apr 4, 2013 5:52AM in Hyperion Financial Data Quality Management (FDM/FDMEE) (MOSC) 1 commentAnswered
Hi,
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?
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 ThenMsgBox "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?
0