OnDemand Users Group

Support Forums => ODWEK, Java and REST APIs => Topic started by: pankaj.puranik on December 21, 2011, 06:12:56 AM

Title: Modify output using ODWEK
Post by: pankaj.puranik on December 21, 2011, 06:12:56 AM
Hi

Is it possible to modify the document retrieved from CMOD using ODWEK before presenting it to the user.
For example, if I want to delete/hide some lines (first 3 lines in every logical group) from the retrieved document before presenting it to the user.

I know that this can also be achieved while loading the document using the USER EXITS. But for doing this I should know C language.
So I am looking for an alternative.

Thanks
Pankaj.
Title: Re: Modify output using ODWEK
Post by: Justin Derrick on December 21, 2011, 11:52:21 AM
Hi Pankaj.

You should be able to accomplish what you're asking for with an Output exit.  And as far as I know, it must be written in C.  C may be complicated, but it results in an extremely fast finished product.

-JD.