Adding Attachment Description

Hi, 
I have a list where users will be attaching files, is it possible to add "Description" to each attachment using Javascript in CEWP
Thanks in advance. 
Praveen Teja

Hi,
We can add the "Description" column or create a new column in the list in order to describe the attachment.
If you want to add the value into the "Description" column using JavaScript in Content Editor Web Part, the following link for your reference:
http://chakradhar5465.blogspot.com/2013/06/assign-sharepoint-list-field-values.html
We can also use a document library to store the attachment files, then we can comment the document easily.
If I misunderstand you question, I suggest you provide more information for further research.
Best Regards
Dennis Guo
TechNet Community Support

Similar Messages

  • Javascript errors while adding attachment to list on ribbon sp 2013

    Hi All,
    Javascript errors while adding attachment to list sp 2013
    Webpage error details
    User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET4.0C; .NET4.0E; InfoPath.3)
    Timestamp: Mon, 20 Oct 2014 09:49:13 UTC
    Message: Object required
    Line: 1
    Char: 122565
    Code: 0
    URI:
    https://server.com/_layouts/15/form.js?rev=PxBF2F2E04Ut1YUooXDAbg%3D%3D
    Screen become blank and nothing is dosplayed  when attach item is clicked for custom list
    Ravi

    Hi Ravi,
    According to your description, my understanding is that you encountered the error "Object required" when you try to add attachment to list in SharePoint 2013.
    For your issue, you can refer to the blog:
    http://kiran-kakanur.blogspot.com/2010/02/how-to-resolve-object-required-error-in.html
    Best Regards,
    Eric
    Eric Tao
    TechNet Community Support

  • [svn] 2153: build.xml: Adding a description to the 'asc-tests' task to match the other *-tests tasks.

    Revision: 2153
    Author: [email protected]
    Date: 2008-06-19 18:34:42 -0700 (Thu, 19 Jun 2008)
    Log Message:
    build.xml: Adding a description to the 'asc-tests' task to match the other *-tests tasks.
    Modified Paths:
    flex/sdk/trunk/build.xml

    Thats good news.

  • Adding a description to a user when user creating

    Hi All,
    Is there any possibility of adding a Description to a user at the time of creation
    Thanks

    No - there is no COMMENT capability for users.
    See the SQL Language doc for CREATE USER.
    http://docs.oracle.com/cd/B28359_01/server.111/b28286/statements_8003.htm

  • Adding attachment via File browse not working

    Hi, I'm using Apex 4.1.1 through GlassFish server 3.1.1. Recently I've imported my database application and after running my app, adding of an attachment isn't working anymore. Before I used Apex via Emb. PL/SQL Gateway(from which I've exported app sql) and everything worked just fine. My code for adding attachment is like this:
    IF (:P2_ATTACHMENT IS NOT NULL)
    THEN
    INSERT INTO ATTACHS
    (ID_ATACHMENT,NAME_ATTACH, TYPE_ATTACH, ATTACHMENT, DATE_ATTACH)
    SELECT ID,NAME, mime_type,blob_content, sysdate
    FROM wwv_flow_files
    WHERE NAME = :P2_ATTACHMENT;
    DELETE wwv_flow_files
    WHERE NAME = :P2_ATTACHMENT;
    :P2_ATTACHMENT := NULL;
    END IF;
    If I skip this piece of code, and try to submit page(where is also couple of other insert statements), then is ok.
    What is the problem of this, GlassFish, wwv_flow_files table, apex listener...?
    Thanks.

    Hi,
    >
    isn't working anymore.
    >
    Do you get an error? What diagnostic details do you have? E.g. what do see in View Debug if you run the page in Debug mode?
    Prima facie, there is nothing wrong in the code or in the infrastructure.
    Regards,
    PS: Please post code in {code} tags.
    Edited by: Prabodh on Jun 21, 2012 5:00 PM

  • Mavericks mail default location option for adding attachment

    When I am writing an email and want to add an attachment, I have always used the paperclip icon to do so, and my desktop would appear as the default option as a place to select the attachment. Recently this has changed so that the default option still says 'desktop' on the side panel but instead displays my itunes library. If I go to my home then back to desktop my actual desktop is displayed, but I'm wondering why itunes is appearing as my desktop, and how I can fix this so that my default option for adding an attachment is my actual desktop.
    Thanks!

    I partially agree and disagree.
    I agree with concerns but disagree as it is causing a bottleneck for agility and effectiveness addressing user needs.
    "A picture is worth a thousand words" (and pictures come in a file).
    If we are concerned about disk space, then I feel we need to provision hard disk space and nourish the SAP Community Network to be effective and improved.
    For example:  Business Objects products often deals with reports and users often enquiry ways to cleverly use our tools.
    Imagine how unproductive users find the forum messages when everyone is trying to describe what they see in their screens.  And how much misunderstanding happened among all those involved in the discussion of the thread.
    It didnt' take me more than a few months to realize that users are all crying out for ways to add a descriptive image into their forum message.
    Some are clever and add a link to an external location, some leave their email addresses and some leave their phone numbers!
    The other challenge is for Chinese,Korean and Japanese language users.  An Asian user seeking for help is unable to describe properly in a foreign language to gain visibility for wider audience, often they are not familiar with the naming of the functionality in english because he/she may never have seen the menus in English.
    I recently observed a user describing a problem there were 14 notes back and forth for a very simple matter, it took 3 days.  I believe a screenshot with a red circle would have helped in one shot.
    I suggest files to be allowed and filters put in place distinguishing file formats to allow right content.

  • Problem while adding attachment in a custom page

    Hi,
    I have a custom page with a standard attachment table item. On adding an attachment the attachment fails to upload and the blue status bar continues to grow. This is happening only in one particular environment. I am not able to replicate this problem any in other environment. Error Stack shows the following Exception.
    ## Detail 0 ## java.io.EOFException at oracle.cabo.share.util.MultipartFormHandler._readLine(Unknown Source) at
    oracle.cabo.share.util.MultipartFormHandler._readLine(Unknown Source) at oracle.cabo.share.util.MultipartFormHandler._skipBoundary(Unknown Source) at
    oracle.cabo.share.util.MultipartFormHandler.(Unknown Source) at oracle.cabo.share.util.MultipartFormHandler.(Unknown Source) at
    oracle.apps.fnd.framework.webui.OAPageContextImpl.parseMultipartForm(OAPageContextImpl.java) at oracle.apps.fnd.framework.webui.OAPageContextImpl.
    (OAPageContextImpl.java:555) at oracle.apps.fnd.framework.webui.OAPageBean.createPageContext(OAPageBean.java:4458) at
    oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1224) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage
    (OAPageBean.java:509) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:430) at oa_html._OA._jspService(_OA.java:84) at
    oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119) at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417) at oracle.jsp.JspServlet.doDispatch
    (JspServlet.java:267) at oracle.jsp.JspServlet.internalService(JspServlet.java:186) at oracle.jsp.JspServlet.service(JspServlet.java:156) at
    javax.servlet.http.HttpServlet.service(HttpServlet.java:588) at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456) at
    org.apache.jserv.JServConnection.run(JServConnection.java:294) at java.lang.Thread.run(Thread.java:595) java.io.EOFException at
    oracle.cabo.share.util.MultipartFormHandler._readLine(Unknown Source) at oracle.cabo.share.util.MultipartFormHandler._readLine(Unknown Source) at
    oracle.cabo.share.util.MultipartFormHandler._skipBoundary(Unknown Source) at oracle.cabo.share.util.MultipartFormHandler.(Unknown Source) at
    oracle.cabo.share.util.MultipartFormHandler.(Unknown Source) at oracle.apps.fnd.framework.webui.OAPageContextImpl.parseMultipartForm
    (OAPageContextImpl.java) at oracle.apps.fnd.framework.webui.OAPageContextImpl.(OAPageContextImpl.java:555) at
    oracle.apps.fnd.framework.webui.OAPageBean.createPageContext(OAPageBean.java:4458) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage
    (OAPageBean.java:1224) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:509) at
    oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:430) at oa_html._OA._jspService(_OA.java:84) at
    oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119) at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417) at oracle.jsp.JspServlet.doDispatch
    (JspServlet.java:267) at oracle.jsp.JspServlet.internalService(JspServlet.java:186) at oracle.jsp.JspServlet.service(JspServlet.java:156) at
    javax.servlet.http.HttpServlet.service(HttpServlet.java:588) at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456) at
    org.apache.jserv.JServConnection.run(JServConnection.java:294) at java.lang.Thread.run(Thread.java:595)
    Could anyone tell why is this exception raised and what is the solution to this problem?

    The first step to the solution would be for you to post your question to the OA Framework forum; you won't get the specialized help you need in this forum.
    Regards,
    John

  • Error in adding attachment

    Hello Experts,
    We are facing a strange issue after reverse proxy migration,  as of now external users are not able to attach file in a custom transaction iview from external facing portal , flow is from reverse proxy to ITS server to backend FILO box.
    When ever user try to attach a Java applet runs and when user selects the file and try to attach the file after selecting it nothing happens. ITS  server version  is 6.20
    We did some JVM tracing and found nothing useful.Also
    if any of you encounter such kind of issues then please share your experiences any help or suggestions are very helpful.
    Regards,
    Siddharth
    Edited by: Siddharth Jain on Feb 1, 2012 11:16 AM

    PFB the JVM trace
    below is the JVM trace:
    Java Plug-in 1.6.0_30
    Using JRE version 1.6.0_30-b12 Java HotSpot(TM) Client VM
    User home directory = C:\Documents and Settings\user
    c:   clear console window
    f:   finalize objects on finalization queue
    g:   garbage collect
    h:   display this help message
    l:   dump classloader list
    m:   print memory usage
    o:   trigger logging
    q:   hide console
    r:   reload policy configuration
    s:   dump system and deployment properties
    t:   dump thread list
    v:   dump thread stack
    x:   clear classloader cache
    0-5: set trace level to <n>
    basic: Added progress listener: sun.plugin.util.GrayBoxPainter$GrayBoxProgressListener@9ed927
    basic: Plugin2ClassLoader.addURL parent called for https://xx.xx.com:443/sap/its/mimes/webgui/2002/applets/ws.jar
    basic: Plugin2ClassLoader.addURL parent called for https://xx.xx.com:443/sap/its/mimes/webgui/2002/applets/ws.jar
    network: Cache entry found [url: https://xx.xx.com:443/sap/its/mimes/webgui/2002/applets/ws.jar, version: null] prevalidated=false/0
    network: Connecting https://xx.xx.com:443/sap/its/mimes/webgui/2002/applets/ws.jar with proxy=DIRECT
    network: Connecting http://xx.xx.com:443/ with proxy=DIRECT
    security: Loading Root CA certificates from C:\Program Files\Java\jre6\lib\security\cacerts
    security: Loaded Root CA certificates from C:\Program Files\Java\jre6\lib\security\cacerts
    security: Loading SSL Root CA certificates from C:\Program Files\Java\jre6\lib\security\cacerts
    security: Loaded SSL Root CA certificates from C:\Program Files\Java\jre6\lib\security\cacerts
    security: Loading Deployment SSL certificates from C:\Documents and Settings\user\Application Data\Sun\Java\Deployment\security\trusted.jssecerts
    security: Loaded Deployment SSL certificates from C:\Documents and Settings\user\Application Data\Sun\Java\Deployment\security\trusted.jssecerts
    security: Loading certificates from Deployment session certificate store
    security: Loaded certificates from Deployment session certificate store
    security: Loading certificates from Internet Explorer ROOT certificate store
    security: Loaded certificates from Internet Explorer ROOT certificate store
    security: Checking if certificate is in Deployment denied certificate store
    security: Checking if certificate is in Deployment session certificate store
    security: Checking if SSL certificate is in Deployment permanent certificate store
    network: Connecting https://xx.xx.com:443/sap/its/mimes/webgui/2002/applets/ws.jar with cookie "WT_FPC=id=203.45.104.37-2647279312.30174678:lv=1326842066988:ss=1326842066988; SAPWP_active=1; REASON=4; SMSESSION=uOUh/4UkaoDH9C0v4FL2fzbBoExqK1WancESqUkDfWQQnd6zckmpAgSMw1fbTh/mhszFio1f284swIktGgtWpQYWHPGnhyzS7ixbOynGD6BcfunI0JMfpp17BuMgHkFiPRk7UfnMAFxvjQdC4BWsJRxCndHrAhOixL6cZNJNQYp/pVqiEsmWIqvwoyGC5ZTSjHBH0bcRJUqEHcNAlJBgYRKf1m50jWVUZV9SMynx4PxkdPc8z6PxwbYHf5IgRcXWYK9xY6phpy/7cf3zoPW9JLtsYTLmkL6Jw7SKFBtVCxV5kQENyjR7Nzoey5f6rw9XSCJyVB61mAMPMxQ9xs/jt1i/qfBTim9gqwzhs9dVEaiWbtdBu/lguaWSo0XX2axDiKu4FtvlvpuYfHMdBZx7dEeNE08zZcXFeDMR2VGVHwHbw9Z/uHdiIawHGDffzFB1DqN8Yctkul3AWBhb8eb4xyiGc5NaRcCTMHRpglDYPKK5X5wNhSWOgcicehuUZieGt7wa3Le67UnsiI9Ey1bcigwzx1Zpt45Yue8VSxurI/4W7coI5VxyAbXJ3tMS/AlPIe64lS6L4Gae4XBhpgJLXpTdUnnWBD3vX4/2jdZdmP802/Bs1pFrN8N3uEnWlbO1np3RiCk4si57d8V60ZtFJh8al9NebaFOPU5NQUY/0Ozah1hwEhMG4Z8v3Y2mmbZb7nTFbkFztOI7zt9st4/XOWiFH1aPZ9eu1qmButQ50yXIAvp9eMMcKFbs65o3yI0e/1GZSJSpDnGEnxqlyFfj2hOIL/itPCiajihozztorcNqgZ3/EeolbSe13Tn1fNGGl5Lfk1q1beQodHCPvuC4pPoT7CKI/4QlWAf3s9YTYILGk8I0WcV9FxEtpx4LAa2cX86gP2Xu7/iCDEiRKR5eNWpWIQgBLC2bA2YO9eZiDoLlfpG0X354BkYRZoSfsZYievESyuz4Tr9HZ+QdItyCeJ8Cm4/pjHDYitew==; ~wguStatusbarVisible=yes"
    network: ResponseCode for https://xx.xx.com:443/sap/its/mimes/webgui/2002/applets/ws.jar : 304
    network: Encoding for https://xx.xx.com:443/sap/its/mimes/webgui/2002/applets/ws.jar : null
    network: Disconnect connection to https://xx.xx.com:443/sap/its/mimes/webgui/2002/applets/ws.jar
    cache: Reading Signers from 2825 https://xx.xx.com:443/sap/its/mimes/webgui/2002/applets/ws.jar | C:\Documents and Settings\user\Application Data\Sun\Java\Deployment\cache\6.0\51\9d8aff3-7598e756.idx
    cache:  Read manifest for https://xx.xx.com:443/sap/its/mimes/webgui/2002/applets/ws.jar: read=113 full=1137
    security: Loading Root CA certificates from C:\Program Files\Java\jre6\lib\security\cacerts
    security: Loaded Root CA certificates from C:\Program Files\Java\jre6\lib\security\cacerts
    security: Loading Deployment certificates from C:\Documents and Settings\user\Application Data\Sun\Java\Deployment\security\trusted.certs
    security: Loaded Deployment certificates from C:\Documents and Settings\user\Application Data\Sun\Java\Deployment\security\trusted.certs
    security: Loading certificates from Deployment session certificate store
    security: Loaded certificates from Deployment session certificate store
    security: Loading certificates from Internet Explorer ROOT certificate store
    security: Loaded certificates from Internet Explorer ROOT certificate store
    security: Loading certificates from Internet Explorer TrustedPublisher certificate store
    security: Loaded certificates from Internet Explorer TrustedPublisher certificate store
    security: Validate the certificate chain using CertPath API
    security: Obtain certificate collection in Root CA certificate store
    security: Obtain certificate collection in Root CA certificate store
    security: No timestamping info available
    security: Cannot find jurisdiction list file
    security: The CRL support is disabled
    security: The OCSP support is disabled
    security: This OCSP End Entity validation is disabled
    security: Checking if certificate is in Deployment denied certificate store
    security: Checking if certificate is in Deployment permanent certificate store
    security: Checking if certificate is in Deployment permanent certificate store
    basic: updateValidationResultsForApplet update
    cache: Mark prevalidated: https://xx.xx.com:443/sap/its/mimes/webgui/2002/applets/ws.jar true tm=1326864543551 cert=1237161599000
    security: Loading certificates from Deployment session certificate store
    security: Loaded certificates from Deployment session certificate store
    security: Loading certificates from Internet Explorer TrustedPublisher certificate store
    security: Loaded certificates from Internet Explorer TrustedPublisher certificate store
    security: Validate the certificate chain using CertPath API
    security: Obtain certificate collection in Root CA certificate store
    security: Obtain certificate collection in Root CA certificate store
    security: No timestamping info available
    security: Cannot find jurisdiction list file
    security: The CRL support is disabled
    security: The OCSP support is disabled
    security: This OCSP End Entity validation is disabled
    security: Checking if certificate is in Deployment denied certificate store
    security: Checking if certificate is in Deployment permanent certificate store
    security: Checking if certificate is in Deployment permanent certificate store
    basic: updateValidationResultsForApplet update
    cache: Mark prevalidated: https://xx.xx.com:443/sap/its/mimes/webgui/2002/applets/ws.jar true tm=1326864543551 cert=1237161599000
    basic: Plugin2ClassLoader.getPermissions CeilingPolicy allPerms
    security: Loading certificates from Deployment session certificate store
    security: Loaded certificates from Deployment session certificate store
    security: Loading certificates from Internet Explorer TrustedPublisher certificate store
    security: Loaded certificates from Internet Explorer TrustedPublisher certificate store
    security: Validate the certificate chain using CertPath API
    security: Obtain certificate collection in Root CA certificate store
    security: Obtain certificate collection in Root CA certificate store
    security: No timestamping info available
    security: Cannot find jurisdiction list file
    security: The CRL support is disabled
    security: The OCSP support is disabled
    security: This OCSP End Entity validation is disabled
    security: Checking if certificate is in Deployment denied certificate store
    security: Checking if certificate is in Deployment permanent certificate store
    security: Checking if certificate is in Deployment permanent certificate store
    basic: Applet loaded.
    basic: Applet resized and added to parent container
    basic: PERF: AppletExecutionRunnable - applet.init() BEGIN ; jvmLaunch dt 79520 us, pluginInit dt 3923807 us, TotalTime: 4003327 us
    basic: Applet initialized
    basic: Removed progress listener: sun.plugin.util.GrayBoxPainter$GrayBoxProgressListener@9ed927
    basic: Applet made visible
    basic: Starting applet
    basic: completed perf rollup
    network: Connecting https://xx.xx.com:443/scripts/wgate/webgui1049627d/~flN0YXRlPTI5MTU1LjAwMy4wNC4wNA==/-1217761914.101/data/hash?Hash=jnwqvsewdhhxuqxhmrkhkehrprlwguen with proxy=DIRECT
    network: Connecting https://xx.xx.com:443/scripts/wgate/webgui1049627d/flN0YXRlPTI5MTU1LjAwMy4wNC4wNA==/-1217761914.101/data/hash?Hash=jnwqvsewdhhxuqxhmrkhkehrprlwguen with cookie "session=Backend100:server:0000.0003.1e234c40.58ea; ~http_content_charset=iso-8859-1; WT_FPC=id=203.45.104.37-2647279312.30174678:lv=1326842066988:ss=1326842066988; SAPWP_active=1; REASON=4; SMSESSION=uOUh/4UkaoDH9C0v4FL2fzbBoExqK1WancESqUkDfWQQnd6zckmpAgSMw1fbTh/mhszFio1f284swIktGgtWpQYWHPGnhyzS7ixbOynGD6BcfunI0JMfpp17BuMgHkFiPRk7UfnMAFxvjQdC4BWsJRxCndHrAhOixL6cZNJNQYp/pVqiEsmWIqvwoyGC5ZTSjHBH0bcRJUqEHcNAlJBgYRKf1m50jWVUZV9SMynx4PxkdPc8z6PxwbYHf5IgRcXWYK9xY6phpy/7cf3zoPW9JLtsYTLmkL6Jw7SKFBtVCxV5kQENyjR7Nzoey5f6rw9XSCJyVB61mAMPMxQ9xs/jt1i/qfBTim9gqwzhs9dVEaiWbtdBu/lguaWSo0XX2axDiKu4FtvlvpuYfHMdBZx7dEeNE08zZcXFeDMR2VGVHwHbw9Z/uHdiIawHGDffzFB1DqN8Yctkul3AWBhb8eb4xyiGc5NaRcCTMHRpglDYPKK5X5wNhSWOgcicehuUZieGt7wa3Le67UnsiI9Ey1bcigwzx1Zpt45Yue8VSxurI/4W7coI5VxyAbXJ3tMS/AlPIe64lS6L4Gae4XBhpgJLXpTdUnnWBD3vX4/2jdZdmP802/Bs1pFrN8N3uEnWlbO1np3RiCk4si57d8V60ZtFJh8al9NebaFOPU5NQUY/0Ozah1hwEhMG4Z8v3Y2mmbZb7nTFbkFztOI7zt9st4/XOWiFH1aPZ9eu1qmButQ50yXIAvp9eMMcKFbs65o3yI0e/1GZSJSpDnGEnxqlyFfj2hOIL/itPCiajihozztorcNqgZ3/EeolbSe13Tn1fNGGl5Lfk1q1beQodHCPvuC4pPoT7CKI/4QlWAf3s9YTYILGk8I0WcV9FxEtpx4LAa2cX86gP2Xu7/iCDEiRKR5eNWpWIQgBLC2bA2YO9eZiDoLlfpG0X354BkYRZoSfsZYievESyuz4Tr9HZ+QdItyCeJ8Cm4/pjHDYitew==; ~wguStatusbarVisible=yes"
    network: Server https://xx.xx.com:443/scripts/wgate/webgui1049627d/flN0YXRlPTI5MTU1LjAwMy4wNC4wNA==/-1217761914.101/data/hash?Hash=jnwqvsewdhhxuqxhmrkhkehrprlwguen requesting to set-cookie with "http_content_charset=iso-8859-1; path=/scripts/wgate/webgui1049627d/"

  • Adding attachment to the post

    How can i add a word document while posting a new thread?
    What types of attahment can be added.?
    Yogesh

    Up towards the right corner of the page you are looking at should be a link marked 'FAQ'.
    I encourage you to click on that link, search for the work 'attach' and read the official statement about attachments.
    If you can't find the link, try http://wiki.oracle.com/page/Oracle+Discussion+Forums+FAQ

  • Adding attachment​s to e-mails pictures

    I'm having a problem with adding attachments to my e-mails like pictures,I click on the paper clip ,pick my pictures and click to download but it just keeps spinning and doesn't download the pictures,.It did about a month ago ,it worked but now it doesn't I think my husband did something clicked on something  and now it won't work. can someone tell me what to do to be able to download pictures to my e-mails . Even if I have to change the reader,thing,I have Foxit Reader now,I think .I'm will to change anything to be able to download pictures. I know nothing about computers so I really need help here. Mrs. Peggy Failing I'm 62 and so computer dumb.
    This question was solved.
    View Solution.

    If I understand correctly, you want to attach a photo to an e-mail as opposed to downloading one from an e-mail.  Is that correct?  If not, let me know.  
    Are you using a web browser to use your e-mail?  If so, what web browser are you using (e.g. Internet Explorer, Firefox, Chrome, Safari, etc.)?
    At the top of the program, do you get a message about it not responding?  This is usually in the title bar of the program if it is present. 
    Do you get any error messages?  If so, what are they?
    Approximately, how large is the photo?  If it's a large photo, it may be too large or might be taking too long to attach it.    The size can be found by going to the photo on the PC, right-clicking the photo, and selecting properties.
    What is the product number?
    NOTE: Do NOT provide the serial number.
    Who is the e-mail provider (@yahoo.com, @gmail.com, etc.)?  Have you tried contacting them to verify the issue isn't on their side?
    ↙-----------How do I give Kudos?| How do I mark a post as Solved? ----------------↓

  • Adding Attachment Link

    Hi
    I'm trying to add an attachment link to an iRecruitment page. Does anyone know the proper steps to follow as the documentation is vague. It's the first time that I'm doing this and need a guide on what information to populate in the fields e.g Link Text, Scope, View Instance etc. when creating the item.
    Thanks
    Sujen

    Read the devguide on Attachments to learn how to set the mandatory properties. Ofcourse the devhuide will tell you adding these as part of new development, the steps will be the same for specifying properties when you do it through personalization.

  • Adding item description in Goods receipt list

    hi gurus,
                      my company needs item description in the goods receipt slip.Can anyone suggest me how we can achieve this .I think  it;s a simple change.I am a beginner please help me.
    chris

    Hi Chris
    A goods receipt slip will be created/triggered within a goods movement via Inventory output messages.
    There are lots of these available in the standard system and they can be determined by different configuration, such as movement, doc type etc.
    See IMG > Materials Management > Inventory Management > Output Determination > Maintain Output Types (E.G. Type WA03)
    Each one of these outputs has a standard SAPScript assigned, whch determines what the print looks like etc. In WA03 it is WESCHEINVERS1
    A developer can review the sapscript and identify if the material description is there, if it is not then it can be added and positioned as required.
    Please remember that this is classed as customer development
    Regards
    Steve

  • Adding attachment while ordering in CPSC 10.1

    We are doing study on 10.1 with Service Catalog module turned on. We noticed that when adding the service to the cart, before ordering it, you cannot easily add attachment to the order. You would have to go to the other module (Order Management) and then find your un-submitted requisition and then add the attachment. This is very user unfriendly. In older versions (My Services module), you would have Add & Review Order button where you could add attachment.
    Does anyone know if there is an easy way to add attachment to the order in Service Catalog module?

    We have also come across this issue, unfortunately there is no 'Add and Review' button anymore which is what allowed one to do this in the past. It seems attachments cannot be added until a requisition exists for that request (i.e. a valid requisition number exists).
    There were some small changes we did to make the flow a little simpler though, we modified the order confirmation page to included a hyper link to navigate back to the request without having to go back to ongoing orders, this was done by modifying the handlebar templates and scripts so it can be a complex change.

  • Mail slow/hangs when adding attachment

    Recently Mail hangs or takes a long time, showing the spinning beachball, when adding an attachment. For instance it took over two minutes to add a 44k Word document - previously it would be seconds.
    This happens with all user accounts on this Mac.
    I've not added any software recenttly that may have caused this.
    Any suggestions?
    Thanks
    Bruce

    Go to Apple Menu > System Preferences > Network, choose Network Port Configurations from the Show popup menu, and make sure that the configuration used to connect to Internet appears at the top of the list. Leave checked (enabled) only the port configuration needed to connect to Internet and Built-in Ethernet (in that order if not the same), uncheck (disable) the rest of network port configurations (Parallels in particular, if you have that installed) and see whether that helps — if it doesn’t, turn ON again the ones you want enabled.
    I've not added any software recenttly that may have caused this.
    Not sure what you mean. Are you saying that you haven’t installed any software recently, or that you have installed something but you know for sure it cannot have a bearing on this? If the latter, how do you know?

  • Email attachment description issue

    Hi Gurus,
    Our issue is not really BI but we're not sure which other forum to post it under:
    We're broadcasting to burst PDF reports to an internal web portal (not BI Portal).  The portal has Sharepoint as backend, which is having problems parsing the attachment file because SAP's email service is appending a description tag to the email.  This tag has the name of the file without the .pdf.  Sharepoint reads this tag and thinks the file has no extension. 
    This description field can be seen in SAP Business Workplace (SBWP) /New Message/Create Attachment../Attachments tab.  Does anyone know how to modify this field so it includes the file extension, or remove this field altogether when the email is sent?
    Thanks in advance!

    HI,
    From the Safari Menu Bar click Safari/Preferences then select the Security tab. Click: Show Cookies
    Delete all AT&T cookies. Relaunch Safari. Try sending an e-mail w/attachment. If you still have problems, go to the Safari Menu Bar, click Safari/Reset Safari. Select the first 7 buttons, click Reset.
    Now try again. If you still can't send an attachment, Go to the Safari Menu Bar, click Safari/Preferences. Make note of all the preferences under each tab. Quit Safari. Now go to ~/Library/Preferences and move this file com.apple.safari.plist to the Desktop.
    Relaunch Safari and see if that makes a difference. If not, move the .plist file back to the Preferences folder. If Safari functions as it should, move that .plist file to the Trash.
    And repair disk permissions...
    Launch Disk Utility. (Applications/Utilities) Select MacintoshHD in the panel on the left, select the FirstAid tab. Click: Repair Disk Permissions. When it's finished from the Menu Bar, Quit Disk Utility and restart your Mac. If you see a long list of "messages" in the permissions window, it's ok. That can be ignored. As long as you see, "Permissions Repair Complete" when it's finished... you're done. Quit Disk Utility and restart your Mac.
    Carolyn

Maybe you are looking for

  • Event Receiver:Item is Being Adding Event Recevier Issue

    Hi All,  * I had written Simple event receviers(Item is Being Adding) to a site at FarmLevel(Farm Solution) and below is the code for it. * In below code I am adding the List name to a Column called "Name" ,when Item is being adding the code is getti

  • Suddenly can't create dirs or files!? "Bad file descriptor"

    Tearing my hair out... Suddenly, neither root nor users can create files or directories in directories under /home. Attempting to do so gets: Error -51 in Finder, "Bad file descriptor" from command line, and "Invalid file handle" via SMB. However, fi

  • Contact Person for One Time Account Customer?

    We have set up a One Time Account Customer for use in Sales Orders, using a separate Account Group to normal customers. However when creating our sales orders, we normally put in the customer contact person in the partner tab, having created the cont

  • Dreamweaver CS4 - How do I get widgets?

    OK, this is going to sound very stupid, but I can't figure out how to get any widgets.  I have gone to the Widget Browser, chosen a couple of widgets, clicked Save Widget Files.  Of course, there is no indication anywhere as to where I need to save t

  • Help needed: Canon 5D Mark II video to Apple TV conversion

    I'm new to Apple TV and would appreciate any advice. I have been taking Full HD video 1920 x 1080 using my Canon 5D Mark II. Would like to play these files through Apple TV. What do I need to do? Do I need any conversion tool? If so, any recommendati