Defaulting Attachment in PO Form

Hi,
We have a requirement, where we capture some information in the PO Form - Attachments. We use the category as 'To Receiver' and data type as 'Short Text'.
Now most of the information entered is same all the time.
So user wants it to be defaulted to a template kinda, on opening of attachment form, and then he can make changes in that accordinly.
Can it be done?

Purchasing > setup > attachments > Define aTo Receiver attachment with a usage = TEMPLATE and data type = short text
Now, when you are adding an attachment to the PO, click on document catalog
enter
Category = TO RECEIVER
Usage = Template
data type = Short Text
and hit find
It will find the template. Click on attach and voila - you have the template attached to your PO.
Hope this is what you were looking for.

Similar Messages

  • How to used attached pll in form 10g

    I have install 10g form server & report server in redhat.and now I migrated my appl from win2k to redhat.
    I found a form which used attached plx, can't complited.
    Compiling WHEN-BUTTON-PRESSED trigger on ORG_UNIT_COST_BY_EMPLOYEE item in CONTROLS data block...
    No compilation errors.
    Compiling WHEN-BUTTON-PRESSED trigger on ORG_UNIT_MONTH_COST_BY_EMPLOYE item in CONTROLS data block...
    Compilation error on WHEN-BUTTON-PRESSED trigger on ORG_UNIT_MONTH_COST_BY_EMPLOYE item in CONTROLS data block:
    PL/SQL ERROR 201 at line 27, column 3
    identifier 'HR_SYS_F.CALL_DATE_SET' must be declared
    PL/SQL ERROR 0 at line 27, column 3
    Statement ignored
    Compiling WHEN-BUTTON-PRESSED trigger on ORG_JOB_ASSIGN_BY_UNIT item in CONTROLS data block...
    No compilation errors.
    Compiling WHEN-BUTTON-PRESSED trigger on ORG_JOB_MONTH_BY_UNIT item in CONTROLS data block...
    Compilation error on WHEN-BUTTON-PRESSED trigger on ORG_JOB_MONTH_BY_UNIT item in CONTROLS data block:
    PL/SQL ERROR 201 at line 11, column 3
    identifier 'HR_SYS_F.CALL_DATE_SET' must be declared
    PL/SQL ERROR 0 at line 11, column 3
    Statement ignored
    I complited attanched HR_SYS_F.pll to HR_SYS_F.plx at FORMS_PATH.
    I set FORMS_PATH in .bash_profile, frmcmp_batch.sh,default.env.But all no to work.
    It still error of : can't find the attached pll: HR_SYS_F.CALL_DATE_SET.
    but this form ,I can complited it normal in win.
    how can I skip this error?

    Have you double-checked the one Form to ensure the Library is still attached? Also, when the Library was attached - was it attached in such a way that it recorded the path to the library (typically, when you attach a library - Forms will ask if you want to record the path (Y/N))?
    Hope this helps.
    Craig...
    Edited by: CraigB on Apr 2, 2010 3:49 PM
    I forgot to add, sometimes, just simply deleting the attached library and re-attaching it will fix the issue.

  • How can I attach multiple filled-form PDFs to the same outgoing email on iPhone/iPad?

    How can I attach multiple filled-form PDFs to the same outgoing email on iPhone/ iPad?

    This isn't supported in the current version of Adobe Reader on iPhone/iPad.
    Shradha

  • How to: username as default value in a form

    How can I use the user_name (portal user: wwsec_person.user_name) as a default value in a form. When I use #USER I get the db_user value.

    Hi,
    You can use the api portalschema.wwctx_api.get_user. This will return you the logged in user.
    Thanks,
    Sharmila

  • How to tell if there is anything attached to the form

    I need a script to let me know if any other documents/pictures/etc. are attached to the form.
    I have a user who wants a message to appear "This form has items attached!" if anyone attaches documents to it. This way if they happen to not have the attachment window open, there is a visual telling them to check it.
    I tried to do it simply, but it doesn't seem to be working at all. I created a blank text input field, and put the following on the calculate event:
    var myDoc = event.target;
    var d = myDoc.dataObjects; //get the attachments
    if (d.length >= 0) { //if the length of the attachments is greater than or equal to zero then
            this.rawValue = "This document has attachments!"; //display message in text input field
    This doesn't display anything at all in my field. I'm drawing a blank and I can't seem to find much reference on the properties of attachments.

    willwritecodeforfood wrote:
    how about ?
    Fail!
    <a href='...'>Fail!
    <a class="linkbutton" href="...">Fail!
    <a href = "...">You must be famished, willwritecodeforfood.

  • Can users add an attachment & save the form?

    I am attempting to create a form that users can download, fill out & submit with an attachment. It appears that the only way to add an attachment is the use an online (web form). But I don't see how users can save the online (web form) prior to submitting it.
    Is there a workaround that will accomplish adding an attachment & saving the form?

    Basically you are correct. Web forms currently have no way of locally saving them prior to submission. You could turn on email notifications found in the options tab to allow the user to see the data they entered.
    Andrew Yarborough

  • Adding attachment to the form

    Hi Guys
    I have been trying to add an attachment to the form using a script but all i get is for the user to browse to the attachment , is it possible to add an attachment to the form using xml tag ???
    thank you

    Hey,
    Thanks a bunch, first one works like a charm!
    The attachmentbutton however. I'm currently using a totally different script (found it online);
          form1.#subform[0].Button1[1]::click - (JavaScript, client)
         var AttachmentDescription = this.name;
         AttachmentDescription.rawValue = "New Attachment" + AttachmentDescription.rawValue; 
         var strAttachmentName = AttachmentDescription.rawValue; 
         var myDoc = event.target; 
         myDoc.importDataObject(strAttachmentName); 
         var objDoc = myDoc.getDataObject(strAttachmentName); 
         var FileName = "";
         FileName.rawValue = objDoc.path; 
         //this.presence = "invisible"; 
         AttachmentDescription.access = "protected";
    This works perfectly for me, but perhaps it's not compatible with the second button I need?
    Btw, I do have LiveCycle Reader Extensions.
    Again, thanks, and thanks in advance!
    Anton B.

  • Is there a way to clear the default text in a form field onclick?

    I am trying to add javascript to clear the default text in a form field using onclick?  Any idea?
    Thanks!

    Instead of entering any default text in the field, get rid of any scripting you currently have for the field and use the following custom Format script:
    // Custom Format script
    if (!event.value) event.value = "Your default text goes here.";
    The string you specify here will be displayed when the field is blank, and the text that's entered in the fields otherwise. It will also go away when the field has the focus, which is what you want.

  • I need default values for APEX form fields. How do I do this?

    Hello,
    I am trying to set a default value in my form so that there will not get a null value. I have gone to the Column Defaults page and filled out the following fields in From Defaults:
    Default Value: 0
    Required: Yes
    Help Text: Please enter a number.
    When I add a record set or update a record and do not fill in the field, neither does it prompt me to fill it in or has a default value. It is blank.
    Can someone tell me what I am doing wrong?
    Thanks
    leh

    Hi leh,
    Defaults:
    Click on the page item, go to the Default section, enter your value into the Default value area.
    Validations:
    It's not quite as automatic as you are thinking.
    You'll need to add a Validation process for the item.
    First you go to the Page Processing section, then the Validations section, click the creation icon in the Validation section. You will first have the choice to create an item level or page level validation. Either will work. Next you will select the item you want to validate. Then, select Item Not Null. On one of the next pages you will be able to enter the error message. It's all pretty straightforward.
    Tony

  • Two default values in a form

    Two needs:
    1. I need to insert the userid as a default value in a form to know who made the entry.
    2. Second, on the same form I want to insert the date with seconds precision..mm-dd-yy hh:mi:ss..
    Can I just use sysdate and query my date format in seconds or does my date have to be inserted with seconds precision to be queried in seconds precision?

    Hi ,
    If you dont want data to be displayed in this report for this two values , then exclude this two values when you restrcit your characteristic to the variable.
    If you want not to display this values when user opens help for entering the values where he can see all the possible values for selection for the variable, then it wont be possible.
    Hope this will help.
    - Jaimin

  • Sql query to identify all the responsibilities attached to a form

    (oracle - apps) Can anyone help me by giving a sql query to identify all the responsibilities attached to a form and corresponding menu should not be in the menu exclusion.
    Thanks in advance
    Venki

    Bump

  • How to set default database selection in forms 11g

    Hello,
    In the past (Forms 10g), we could set the default database by setting userid=@dbname in formsweb.cfg.
    We have migrated to Forms 11g.
    When we set this parameter, we have the message ORA-01017 Invalid Username but the dbname is well set in the connection windows.
    Unfortunately, it generates an error message.
    How can we set the default database setting in forms 11g?
    Thanks in advance for your answer.

    If the middle tier platform is Windows set LOCAL to the db name in the Forms default.env. If the platform is Unix based, set TWO_TASK to the db name in the default.env. This will not prefill the db name field, but with this in place that field can be left empty. Alternatively, you need to create your own custom logon dialog.
    Example:
    LOCAL=dbname
    Or on Unix
    TWO_TASK=dbname
    Edited by: Michael Ferrante (Oracle) on Aug 7, 2012 12:05 PM

  • What libraries are attached to my form?

    Is there a Forms built-in that will help me determine which libraries are attached to my form at runtime?

    There is no way to do this natively.
    You could build your own scheme where every package sets a flag. Then at any point you could check the flags and that will tell you what's attached.
    Regards,
    Robin Zimmermann
    Forms Product Management

  • How to attached OLM core form in other button (Enter& Maintain form)

    Dear All,
    i want to attached OLM core form in Enter & Maintain "Other Button".
    Please give me detail on urgent basis.
    Thanks
    MBS-HRMS

    For displaying the PDF, you have to develop the custom app using the GRT/RFW framework.
    Here is the wiki on developing the apps in this framework.
    http://wiki.sdn.sap.com/wiki/display/WDJava/HowtodevelopcustomWebDynproESSapplicationsusingGenericReportingTool%28GRT%29
    Regards
    Yugandhar Reddy

  • Attaching files to forms, can anyone help me?

    I would like the ability to give our clients the ability to attach documents to forms.  I am by no means a developer, so the easier the better
    Can anyone assit me in the process.
    Thank you,

    As it stands, the free Adobe Reader doesn't have this capability (Acrobat does, but its not free).  With the LiveCycle Reader Extensions server product you can add this capability on a document by document bases so users with free Reader can do it.  Basically you pay for it at the server end so the users don't have to pay for it at the client end.
    The Acrobat product has the ability to add some reader extensions (not as many as the LiveCycle product), but there are limits in the EULA on how may Reader users can use the Acrobat extended documents.
    I don't believe Adobe allows plugins to circumvent the Reader restrictions.  There is no patch because it is not a bug - its the way the software was designed.

Maybe you are looking for