Terms and Conditions in PDF PO with RTF Template

Hi Gurus,
We have a custom RTF template for the PDF PO. I want to add the Terms and Conditions into this RTF template that should start after the last page of each PO I looked into the Oracle standard template also but it is in XSL-FO format. I tried the way the Terms and Conditions are added into the Oracle Standard template into my custom RTF template but it didn't work for me. Can any of please help. Need your assistance.
Regards,
KM

Just before the end of your for-each loop make a call to a sub-template
Your sub-template will have the terms and conditions.
regards
Jorge

Similar Messages

  • Attach Terms and Condition in PDF to Script

    Hi Experts,
    I have a requirement to include the Terms and conditons ( 4 pages  -  2 columnwise ) in PDF document. Now they want to include it to already existing script.
    I just first thought of inlcuding the Terms and conditions using Include Text. But later my Functional asked me a possiblilty of attaching the whole document to the already existing script itself. But i am not sure how to proceed with that.
    Can you guys guide me, which one is good,
    1. Including in Include text (so10) or
    2. attaching as PDF itself.
    Also let me know how to proceed with that.
    Regards,
    Sakthi.

    Hi,
    Better to creat the Standard Text(So10) and assign the same into form using include text.
    This is the better way.
    Regards,
    Mahender

  • Terms and Conditions in pdf output but not printing

    Hello all,
    I had this similar issue with my cover letter, but I could move the call to xml control file and that resolved the issue. But with T&C, I need to print them on back of every page and I've used the logic from Tim's blog (http://blogs.oracle.com/xmlpublisher/2007/10/here_are_my_terms_conditions.html, thanks Tim!). It works great if I have a simple call to the T&C subtemplate. I have to check for the conditions though, and that's when my printed/emailed output contains blank for T&C. Output of the report has alternate pages of T&C. Here's my call to the subtemplate:
    <?if:(//DCRD_OKSQUOTE_GROUPED/CS_PRINT_ARTICLES=’Y’) and (//DCRD_OKSQUOTE_GROUPED/LIST_G_CONTRACT/G_CONTRACT/CF_ARTICLE_TYPE=’ONCALL’)?><?call:OnCallArticle?><?end if?><?section:force-page-count;'end-on-even-layout'?><?section:xdofo:blank-on;'even-skip-page-count'?>
    The version that works is:
    <?call:OnCallArticle?><?section:force-page-count;'end-on-even-layout'?><?section:xdofo:blank-on;'even-skip-page-count'?>
    Appreciate all the help.
    TIA,
    Alka

    Just before the end of your for-each loop make a call to a sub-template
    Your sub-template will have the terms and conditions.
    regards
    Jorge

  • How to add Terms and Conditions in Standard PO XSL-FO template

    Hi all,
    I want to add terms and conditions in PO_STANDARD_XSLFO template....
    anyone has idea how to do it...
    In the template one place is given to add Terms and Conditions, but i am not able to use it.....
    Regards
    Ravi

    You are not getting my question Vicha... I am explaining you.....
    For POrelated work....
    Like SQL,PL/SQL file we keep it in PO_TOP/SQL directory
    Shell Scripts file in PO_TOP/bin directory
    RDF in PO_TOP/report...directory
    Now i am confused here that we have to keep this Terms and Condition file in specific directory under PO_TOP
    OR
    we can keep it anywhere on Server in any directory.
    Regards
    Ravi

  • Blank Page in PDF output with RTF Template

    Hi, In RTF template; I am printing static text based on certain conditions optionally. I am getting a blank page at the end of the report if the static text is ending in the last 3 lines of the page. Does anyone had this issue before?

    Hello,
    Please upload the RTF file and the XML data file so we can test it and find out what is wrong there.
    You will have to zip the XML file in order to upload it.
    Bogdan

  • Ios 8.1.2 install does not get past terms and conditions

    I have a new iPhone 6 Plus and have been able to get it successfully get to updating to iOS 8.1 but after that, I can never get it to get past the 8.1.1 or the 8.1.2 update terms and conditions. I agree with the first screen and then it has the pop-up second smaller question, I agree to that and then the first screen just stays locked in view. If I touch on the first agree highlighted text again it fades on and off but never changes.
    Would trying to do the update via iTunes solve this problem or is there something else I can reset on the iPhone 6 Plus itself to not have to do so?
    Please advise. There are some corrections made by Apple in 8.1.2 that I really need and my 128GB model depends upon!
    Take care,
    Robert

    Hey r-engineer,
    That definitely sounds frustrating! If you haven’t already done so, let’s try restarting/resetting your device when the Terms & Conditions are unresponsive:
    Restart or reset your iPhone, iPad, or iPod touch - Apple Support
    http://support.apple.com/en-us/HT201559
    If the issue persists, let’s definitely go with your next idea to restore the device with iTunes:
    Use iTunes to restore your iOS device to factory settings - Apple Support
    http://support.apple.com/en-us/HT201252
    Thanks,
    Matt M.

  • Where to store the PO: Terms and Condition file For printing it in PO

    Hi All,
    I want to add Terms and condition in my PO: Print output which is coming in PDF. I got the Profile name, which is --PO: Terms and Conditions filename. But i am not getting where i have to store the file on server and what i need to give the value for this profile. I had customized the PO_STANDARD_XSLFO template. Now only remaining thing is that i want to add the Terms and Conditions.
    Should I hardcode it in the XSL-FO Template???
    OR what value i should give to this profile option?
    Regards
    Ravi

    Ravi
    Check the thread
    How to add Terms and Conditions in Standard PO XSL-FO template
    Vicha

  • Printing Procurement Terms and Conditions in custom BIP report

    We are developing a custom BIP report for printing Purchase Agreements. We created new Data model and a new report template that matches the customer's requirements. However, we are not able to print the Terms and conditions in this custom report.
    The custom report is placed in the Shared Folders/Custom/Procurement/Purchasing folder and we included the following code at the beginning of the custom report template -
    <?import: xdoxsl:///Procurement/Purchasing/prc_po_terms_and_conditions_sub.xsb?loc=${_XDOLOCALE}?>
    And at the end, where we want to print the Terms and Conditions, the following code -
    <xsl:apply-templates select=".//TermsAndConditions"/>
    But the Terms and conditions are not printed. Can someone please help out and point to me where the mistake is?
    Thanks
    Lakshmi

    I am not an expert on BIP and will ask a colleague to comment. Took a look at the documentation and noticed some small differences, not sure if these have any impact, but you could try them while waiting to triage the issue:
    The documentation does not have space in the import statement i.e. "import:xdoxsl" while your example has a space "import: xdoxsl"
    To render the content the documentation states to use "<?call-template:template_name?>"
    Jani Rautiainen
    Fusion Applications Developer Relations
    https://blogs.oracle.com/fadevrel/

  • How do I "Launch" Adobe Reader in order to accept the Terms and Conditions in order to view PDF documents? ....Somers

    How do I "Launch" Adobe Reader in order to accept the Terms and Conditions in order to view PDF documents? ....Somers  I'm using a MAC with up to date software.

    Launching is just the normal word in Apple's word for "run an app". You can launch an app from the Applications folder, or in recent versions of Mac OS using the LaunchPad (rocket icon). You can't assume all your apps appear on the dock (bottom strip), it's only the ones Apple put there or you added.

  • Tried purchasing iTunes music. Put in my apple id and password then i was directed to a 'Terms and Conditions' page. I checked the box then clicked the 'accept' button next page read 'your Session has timed out '  try again  with a Done button to click on

    Tried purchasing music from the iTunes Store. When the window popped up I put in my apple id and password. Then I was directed to a 'Terms and Conditions' page. I checked the box next to the 'Yes I agree to these terms and conditions' - then clicked the 'accept' button next page read 'Your Session has timed out. Try again.'  with a 'Done' button to click on. Oh the same thing happens when i try to download  free iTunes. Yes I have tried & tried it again I even logged off and singed back in-- no joy 
    After accessing my iTunes account I was not able to change anything like my credit card number when I tried and was sent right to the 'Your session has timed out. Try again.'
    The last time I purchased any anything was on September 25th 2011 and the 'terms & conditions' page was last updated on October 12, 2011
    Does anyone have an idea to what is going on with my iTunes version 9.2.1 (5) and I can not upgrade to a higher version my iMac does not have the intel processor chip.Thank you for your time and help with this matter. You are greatly appreciated 

    I am having the same problem also! I posted on here about it, but no one has responded with ideas. I called technical support and e-mailed them, the only suggestions they gave was for the to turn off my firewall. But I didn't change anything, so it shouldn't suddenly stop working. Maybe this is just an iTunes issue? But it doesn't even recognize my account anymore, and I cannot log in now.
    If you happen to get an answer, will you please let me know what works for you?
    Thanks!

  • Terms and Conditions change on 10/15/2014 negatively affecting people with multiple Apple IDs

    I have two Apple IDs and purchased songs and videos through iTunes using both IDs.  Apparently, Apple has changed the Terms and Conditions for iTunes presumably at 12:01am on 10/15/2014.  The most notable change affecting me is related to people with more than one Apple ID.  I downloaded some songs on 10/14/2014 from the iCloud to my MacBook Pro which had been purchased a long time ago with my first Apple ID.  Early the morning of 10/15/2014, I tried to download songs and videos from the cloud to my MacBook Pro this time using a different Apple ID.  When I clicked on the cloud icon by the song or video in iTunes for Mac, I received a pop up message in iTunes stating that I can download past purchases on this computer with just one Apple ID every 90 days.  It continues by saying that my computer can be used to download past purchases with a different Apple ID that user cannot download purchases made using a different Apple ID in 90 days.
    I have a real problem with this change in Terms and Conditions because Apple is telling me that I'm not allowed to have access to purchases I made until 90 days have passed.  These purchases were made prior to Apple's most recent change made to their Terms and Conditions, so they have retroactively restricted my use of media that I purchased legitimately.  I've posted on the support page because I would like to have Apple respond to my post and explain their rationale behind making this change.  Apple?  the floor is yours.

    Ed.  Thanks for your response.  I made the assumption that the 90 day restriction had just been put into place because I was working with Apple support earlier on the 14th and was attempting to download content from my original Apple ID so I could back up everything to my computer and overcome the issue caused by having two Apple IDs.  During the support call, I was able to log in to iTunes and download previous purchases from the cloud for both of my Apple IDs.  When I attempted to do so early this morning, I received the message described above when I logged in to my primary Apple ID and attempted to download the songs I ran out of time to download while on the phone with Apple support.  Thanks for the clarification about the policy.
    The goal of the Apple support person was to overcome the problem of having two Apple IDs.  It would be terrific if Apple came up with a solution for this problem as they have customers like me that would very much like to consolidate all of their purchases under one Apple ID.  Restricting access to legitimate purchases for 90 days is a pretty terrible policy to inflict on people that have paid for the use of these songs and videos.
    I have to give you a hard time about part of your answer (in good fun).  Your answer could be summarized as saying "The best solution to your problem is not to have your problem in the first place."  What it means is that the problem is a legitimate problem that doesn't have a good solution.

  • In the icloud settings, i am told i need to accept the terms and conditions to use icloud, but when i try to do so, i get a message "unable to connect to server". This has been going on for a week. There is no problem with either my wifi or cellular conne

    In the icloud settings, I am told I need to accept the terms and conditions to use icloud. However, when I click on "Terms and conditions", I get a message "unable to connect to server". This has been happening for a week now since I upgraded to iOS 7.06. There is no problem with my wifi or cellular connectivity, all other applications work perfectly. P.S.I have never used icloud before, but wish to do so now. How do I overcome this problem?

    Have you turned the iPad off then back on? That often helps with problems.

  • HT201304 I want to buy new level from candy crush, but unfortunately apple required to accept terms and condition first before I can buy. But once I click yes no more option to click I agree with the condition. what should I do?

    I want to buy new level from candy crush, but unfortunately apple required to accept terms and condition first before I can buy. But once I click yes no more option to click I agree with the condition. what should I do?

    Perform a Reset... Try again...
    Reset  ( No Data will be Lost )
    Press and hold the Sleep/Wake button and the Home button at the same time for at least ten seconds, until the Apple logo appears. Release the Buttons.
    http://support.apple.com/kb/ht1430

  • When i try to upgrade iPad, i cannot proceed with terms and conditions page

    i forgot my apple ID password when i after i upgrade my ipad. So i changed reset my password online. After i entered new password, terms and conditions page appeared, however there was no response no matter what option i choose be it agree, disagree or A and B.
    maybe i accidentally disconnected my ipad with my Mac air at that time? I was not paying attention to that. now i dont konw what i can do.
    i do not know the version of the previous system. however i updated as it pompted up that there is a new update.

    Reset iPad and continue with update.
    Hold down the Sleep/Wake button and the Home button at the same time for at least ten seconds, until the Apple logo appears
    Note: Data will not be affected.

  • I have an Ipad2, I didnt have problems to connect wifi in general , except at one library where they asked me to accept terms and conditions and then re start the browser. I tried to close safari with the close gesture but didnt work, wouldnt connect.

    I want to use my ipad in a public library.
    How can I re start a browser session with safari? I need to do this to use wifi in the library. After accepting terms and conditions it ask me to restart all the browser sessions. But with Ipad it doesnt seem to close totally the application.
    Please, help!

    Try a force quit, I don't know if it closes the sessions but it's worth a try...
    When in the app, press on the sleep/wake button until the shutdown screen appears, then press the home button until the app quits.

Maybe you are looking for