Oracle WebCenter Content (MOSC)

MOSC Banner

querying a Table in WCC through idoc script

edited Aug 24, 2016 10:52PM in Oracle WebCenter Content (MOSC) 3 commentsAnswered

Hi,

i need some help with finding an example of idoc script in WCC which return data from a database table based on certain filter

We have a requirement to store a large number of category ids in a lookup Table in WCC. we are aiming to write an idoc script in WCC rules to retrieve the desired value from this table as:

select category id from lookup table

where document type = ?

and document class =?

is it possible to achieve the above logic in idoc -

i have seen few examples such as:

<$getViewValuesResultSet("doctagsView", "", "")$>

           <$loop SchemaData$>

                <$fieldValueName = getValue("SchemaData", "dDocName")$>

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