Control/set a limit for file attachment

Hello,
I would like to know if there is a way to control/set a limit for file attachment in Workbench ES. e.g. Assign Task > Attachments & Notes.
Can you please advise.
Thanks,
Han Dao

No. You would have to customize Workspace to do that.
Jasmin

Similar Messages

  • Can v set credit limit for a vendor? if so, how?

    can v set credit limit for a vendor? if so, how?

    Hello
    the two replies are correct that the redit limit is always used for customers. but i can give you the scenario as per the request and Amrita please correct me if i am making something wrong.
    as per vendors there are three to four vendors are available for buying a material. we are not using quota arrangement but we just distribute the order based on the situations. the order is given to a vendor who is quoting low price, giving the required quality and quantity and supplying as per our need. there is one more criteria for choosing this vendor. the outstanding balance for this vendor should not cross some limit.
    the limit may be based on negotiations and the some contracts' terms and conditions.
    the solution for this may be that there should be one report where you can see how much we owe to each vendor. this could be possible only when we know the Vendor g/l account and the corresponding balances.
    i think i have cleared the credit idea as well as given the solution. please reward if found it helpful.

  • Size limit for files uploaded to htmldb_application_files

    Hi,
    Is there any size limit for files which are to be uploaded to htmldb_application_files (and then stored as BLOB in db)?
    Regards,
    Tom

    Hi Tom,
    the only limitation is that the BLOB data type is 4GB
    large.
    So you can store max. 4 GB data in BLOB.Did you mean BFILE? Depending on the version, size limit is between 8TB and 128TB, as in the 10g2 documentation:
    PL/SQL LOB Types
    C.

  • Create application for file attachment as in ME22n.

    Hi all
    I want to develop an application in which I have to attach files and create a file attacment list for
    files attached from where i can read them.This type of activity is presented in ME22n-tcode.
    Can anyone tell me  the code required for such an application.
    Thank You.
    Regards.
    Abhinandan Kumar

    hi,
    u can attache file  me22n .goto user profile
    path
    in me21n
    systemuser profile--owndata --
    type mm_swc_acitivate
    -Regards
    Saurabh Goel

  • Setting archive attribute for files

    Hi,
    I've written a program to make backups from files. I'd like to set archive attributes for files so the program knows which files have changed since the last backup.
    Is there any way to do that?

    nope,
    unless you write your own dll with VB or C++ and call this through native methods.
    Try to find a workaround.

  • Why does the file Name for file attached with Annotations "Attach File" (paperclip) become Unknown when Comments are Published?

    Our company recently purchased Adobe Acrobat Pro XI for the purpose of using it for shared electronic reviews.  We are using Send for Shared Review created in Adobe Acrobat Pro XI, and all the Comment tools work as expectedexcept the paperclip in Annotations.
    When a Word or Excel or Image(png,jpeg) file is attached using the Annotations paperclip, the initiator can initially see and open it. But after Publish Comments is selected and the review file is closed, the file "Name" changes to "Unknown" (although the Description has the correct file name and extension).  The Modified information is Unknown, as is the Size and Compressed Size.
    When the review file is then re-opened, even the initiator cannot open the file, although:
    The file location is marked with the paperclip within the document.
    The file name is shown in the Comments List with the initiator's name.
    In the Attachments list (the paperclip beneath the Thumbnails and Bookmarks) the Name appears as Unknown, Description shows the file name, Modified is Unknown, Size is Unknown, and Compressed Size is Unknown.
    The file Name cannot be edited, although the file Description can be.
    We have followed the procedure described in the tutorials but cannot figure out how to troubleshoot this situation.  Since this feature was the reason for the purchase of Adobe Acrobat Pro IX, we would any help. Please don't leave out any basics since we are all new users.
    We have several people with Adobe Acrobat Pro XI and the rest have Adobe Reader XI and it is a Windows platform.  Can someone please give us some advice how to get this feature to work as described?

    FYI Rave,
    There are some other forum entries with this exact same issue...:
    Cannot Open Attachments in PDF
    Why does the file Name for file attached with Annotations "Attach File" (paperclip) become Unknown when Comments are Published?
    Can someone help us get the COMMENTS ATTACHMENT TOOL to work as described in Acrobat Pro XI?

  • Official limit for automatic attachment download

    Hello,
    I have read a lot here in the discussion forum about it, but I have not found any official and clear statement about it.
    When I receive an email with an attachment and when this attachment has a particular size, I have to tap on it download. I want to know what is this limit?
    It doesn't help me when people reply "something like 100k" - I need an official statement, if possible.
    By the way, I use email with Exchange ActiveSync. There we have no limit configured for attachments (for testing purposes). And if we set a limit, the iPhone seems to ignore it.
    If someone has information regarding attachments automatic downloading and Exchange ActiveSync, that would help me a lot.
    Regards,
    Michael

    Does your exchange server have unlimited for mobile devices? My understanding is that Exchange servers can be configured with different limits depending on whether it is a internet network connection or a mobile device conntection.
    Otherwise, everything I've ever read is that neither the iPhone nor AT&T impose hard limits on email - that is a server side configuration of the email service provider, not the iPhone itself.
    However, even over 3G, I can see the network conking out over a very large download - I'm not impressed with 3G for data (it's just too slow). With wifi, I know I have downloaded attached PDF files of up to 20+MB (I believe GMail's limit is still 25MB).

  • How to set default path for file open in SQL Developer

    Hi,
    I am new to Oracle SQL Developer. Everytime when I open a file, it will default to the install directory. It is hurtingmy hand because I have to click back to the folder where I put my sql statements.
    Is there any way to set the Home or Work button to point to the location I like? or add anther button to point to my folder? I just don't want to click 5 to 10 times to open a file.

    There are a few things. One is that you can set a working directory for any files you run in the SQL Worksheet i.e. @myfile.sql will pick up this directory.
    You can also set a preference for exporting files.
    Also if you use File -> Open, it should remember where you were the last time, so you hunt the first time, then it remembers for the next time. There is a bug for ctrl-O that always goes back to the original directory, but that has been fixed for the next patch release, so ctrl -O will also remember where you were last.
    The differences here are because we are dependent on the IDE from JDeveloper, and so we don't have full control over the Save and Open dialogs. We are aware of this frustration and are planning to change this for a future release.
    Regards
    Sue

  • How to set DEBUG severity for File adapter in J2SE AE

    Hi,
    Can anyone help me in setting the severity level to DEBUG for file adapter?
    I have tried to set in logging.properties file as given below,
    formatter[Trace]         = TraceFormatter
    formatter[Trace].pattern =%24d [%t] %-6s %l - %m
    log[Trace] = FileLog
    log[Trace].pattern     = swb_%g.log
    log[Trace].limit     = 2000000
    log[Trace].cnt          = 5
    log[Trace].formatter     = formatter[Trace]
    com.sap.aii.messaging.adapter.severity = DEBUG
    logging components
    #com.sap.aii.axis.logs = +log[Trace]
    #com.sap.aii.axis.severity = DEBUG
    #org.apache.axis.logs = +log[Trace]
    #org.apache.axis.severity = DEBUG
    Please correct me if I have did anything wrong and sugest me hot to set the DEBUG level as soon as possible.
    Best Regards,
    Soorya

    Hi Sejoon,
    when we changed the host of XI server in one of our projects one of the things we had to change was the exchange profile entries
    http://server:port/exchangeProfile/index.html
    to see how your adapter engine is configured
    http://server:port/sld
    SLD -> Content Maintenance
    then
    Subset: landscape description
    Class: XI Adapter Framework
    buth check the exchange profile entries first
    Regards,
    michal

  • Security for file attachment

    Hi,
    Is there is any API available to secure file attachment.
    Initially i used AVCryptDoStdSecurity() API, but it is securing entire document itself instead of attachment
    how to handle file atttachment security?
    Please throw ur ideas on it!!!!!!!
    Regards,
    Nethaji

    Hi Leo
    Thanks for ur response
    The actual problem what i am facing is,
    when i choose "file encrypt attachment only" option (it is a option in Adobe password window) through my application.the whole document is getting secured
    For eg: Consider a.pdf be the document, i am attaching 1.xls in the a.pdf document and i am opening the adobe password window through my application for a.pdf document and choosing the option "file encrypt attachment only" option
    EXPECTED RESULT:
    when opening a.pdf it should get opened and when opening the attacment in a.pdf ie.,1.pdf it should ask for password (this is behavior in Acrobat)
    OBSERVED RESULT:
    when i am opening the document a.pdf it is not getting opened instead it asks for password ie., the whole document is secured
    I have used AVCryptDoStdSecurity() API
    in order to display the acrobat password asking window after this what should i do in order to handle "file attachment encryption only"option (it is activated if compatibility Acrobat7.0 or later is choosed)
    There is a structure in my code which has "encryptattachementonly" field which sets to value "1" when the option "file attachment only" is choosed but after this i dont know how to handle this, in order to acheive the expected result
    if u want to have code details i ll give
    Please throw ur ideas
    Regards,
    Nethaji

  • Setting software preference for file types

    Hi all
    Can someone please tell me how you set a preference for different file types? For example, I want all .avi files to play using VLC player and not Quicktime. However, my computer automatically wants to use Quicktime. How do I change this? I have looked in Preferences and couldn't see an option.
    Thanks
    Steven

    Select an .avi file via the Finder and use Get Info for the file.
    At Open With, select the VCL player and below "use this application to open all documents like this", select Change All.

  • Setting "Open With" for files in specific folders?

    Hello -- I cannot figure out how to have some of my .html files open in DreamWeaver (for when I'm working on my website) while having other .html files open in my web browser (for normal viewing).
    I know I can set an individual file to open with a specific application or set all files with the .html extension to always open with a specific application, but I want to be able to select a folder of files (such as the folders that contain my website files, 600+ of them) and set those to open with DW.
    Does anyone know how to make this work? Many thanks in advance!

    I think you can probably do it, at least for files that are already present in a particular folder.
    For safety, try this first on a copy of a folder that contains the files that you want to change. Make sure all the files in the folder are .html files, and that there are no subfolders.
    Click inside the folder window and type Command-A, selecting all the files. Then type Option-Command-I, opening up an "inspector" window, essentially a multiple-item Get Info. In that window, go to the "Open With" section and change the choice to DreamWeaver, Do NOT click the "Change All" button.
    I don't have DreamWeaver, but when I tried this on the above test folder I was able to change all the .html files in that folder so that they would open in Safari, while leaving the default as Firefox for all the .html files outside the folder.
    You might also be able to set up an Automator/Applescript folder-action that would automatically convert new files that are placed into a particular folder, but I don't know how to do that.

  • Urgent: Setting character limit for JTextArea

    Hi, I am newbie to java swing and I have a question.
    I need to set a limit of 2000 characters that can be typed in a text box(JTextArea). How do I do that?
    Thanks for the help.

    Here is the sample code to do this using KeyListener. This is crude way but is an easy way for newbie's. Using documents is more sophisticated way.
    <code>
    public class LimitedCharsTest extends JFrame {
    private JTextArea limitedCharTextArea = new JTextArea();
    public static final int MAX_CHARS = 10;
    public LimitedCharsTest() {
    JScrollPane scrollPane = new JScrollPane(limitedCharTextArea);
    this.getContentPane().add(scrollPane);
    this.setSize(200,200);
    limitedCharTextArea.addKeyListener(new TextAreaKeyListener());
    this.setVisible(true);
    public static void main(String[] args) {
    LimitedCharsTest limitedCharsTest1 = new LimitedCharsTest();
    private class TextAreaKeyListener extends KeyAdapter {
    public void keyTyped(KeyEvent ke) {
    String taContent = limitedCharTextArea.getText();
    if(taContent != null && taContent.length() >= MAX_CHARS)
    ke.consume();
    </code>

  • How to Set Item limit for Picture library Slideshow webpart in SharePoint 2013

    Picture library Slideshow webpart is using the default view "All Pictures" and if I set a filter condition in the view, the images are displaying based on it but if I set an Item limit as "5" or any number in the "All Pictures"
    view it is not reflecting in the slideshow webpart.
    Any suggestion would be a great help as the users want to see only the latest 5 images in the slideshow webpart.
    Thanks & regards,
    Asha

    I don't think so there is any way to set a item count limit on Picture Library Slideshow web wart.
    Web Part setting only allows to provide library and View, In List view also you can only set Item Limit to be shown on the 'List View'. Slideshow web part take all the items in the list and show, view is only used to provide which field needs to be shown.
    There could be 2 options:
    - Write a JavaScript to limit the count, and in the view add Sorting by 'Created' date. You can get some example on how to modify "Library Slideshow web part" javascript here: http://blog.vgrem.com/2013/04/27/beyond-the-slideshow-web-part-capabilities-in-sharepoint-2010/
     This link does not have solution of what you want, but it gives a very well idea on what you can look and modify. It will not be that straight forward for sure.
     - Create a custom webpart, it could be a easier approach. As there are many slideshow Javascript library present, and through code you will just need do a query and pull data from library with required number of items to be shown.
    get2pallav
    Please click "Propose As Answer" if this post solves your problem or "Vote As Helpful" if this post has been useful to you.

  • Set default filename for file save dialog

    Hi,
    I am using AxAcroPDF control to view pdf files in windows forms.
    Is there any option to set the default filename in the save dialog?
    Thanks for your help.
    Freedon

    Hi,
    I've found a solution.
    public void Open(string filePath)
    axAcroPDF.LoadFile(filePath);
    //this will set the correct name in the save file dialog.
    axAcroPDF.src = filePath;
    Thanks for your help.
    Freedon

Maybe you are looking for