Oracle® Fusion Middleware Idoc Script Reference Guide 11g Release 1 (11.1.1) E10726-01 |
|
Previous |
Next |
Home > Idoc Script Reference Guide > Feature and Product Variabl... > incDynamicConversionByRule
Returns the results of converting the LatestReleased revision of a document using the template and layout associated with a particular Dynamic Converter conversion rule.
Fragments created through forced conversions can be referenced directly using this function.
Type and Usage
Parameters
Takes two parameters:
The first parameter is the Content ID of a document.
The second parameter is the name of a conversion rule.
Output
Retrieves the specified document converted according to the template and layout defined for the specified conversion rule.
Example
Retrieves the converted rendition of the content item with a Content ID of PhoneList, converted according to conversion rule RuleA:
<$incDynamicConversionByRule("PhoneList","RuleA")$>
See Also