Oracle WebCenter Content (MOSC)

MOSC Banner

How to get Index value on ODC - RS macro ?

edited Oct 14, 2013 11:30AM in Oracle WebCenter Content (MOSC) 5 commentsAnswered
 How to get Index value on ODC - RS macro ?

 Hi to all, 

In trying to create a Marco in the recognition server of oracle and I need access the values of several index fields. I have tried with some codes as the ones below but with not much success


 Public Sub ecAutoFile_SaveFieldValues(ByRef IndexFields As Object)

Dim oIndex AS OBJECT

    ' Loop through the Index fields

    For Each oIndex In IndexFields

        MsgBox oIndex.Name & "/" & oIndex.Value

    Next oIndex

End Sub


Public Sub ecAutoFile_StartBatch(ByRef Batch As Object, ByRef Cancel As Boolean)

    'Obtiene la referencia del batch

    Set moBatch = Batch

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