Add menu item for Batch Sequence?

Hello,
I've created a folder level script that will execute when Acrobat starts. The script adds a menu item, that when clicked, will call another function.
I'm wondering if I can create a batch sequence and add a menu item for that as well? I basically just want to avoid going through the whole Advanced -> Doucment Processing -> Batch processing... -> and then find the batch sequence and click Run.
I've seen plenty of examples for adding menu items that call folder level scripts, but nothing on batch sequences. Has anyone ever done this?
Many thanks in advance!

You can't create a menu item to a specific batch sequence. The closest you
can get is to open the batch sequences window, using the execMenuItem()
method and "BatchEdit" as the name of the command (I'm not sure it's still
the same in Acrobat X).

Similar Messages

  • How to add menu item in Virtual Folders Actions Menu

    Hi ,
    I am writting a custom component which will add some action on documents and virtual folder.
    I am able to add the menu item for DocInfo, but not able to add Menu Item in Virtual Folders Actions Menu.
    Please help!!
    thanks

    I am able to add the menu item for DocInfo, but not able to add Menu Item in Virtual Folders Actions Menu.What exactly you are trying to modify? If web GUI, it should be following the same principles as your "DocInfo" changes (only the basis service is COLLECTION_DISPLAY). If you are trying to modify Desktop Integration Suite, I'm afraid there is no help (at least, I have not heard that DIS could be modified by custom components).

  • With 3.6.12, Help menu item "For Internet Explorer Users" results in a "Page Not Found" error. Is this a known bug? Is it being addressed?

    Clicking the 3.6.12 Help menu item "For Internet Explorers" item results in a "Page Not Found" error.
    The URL of the resultant page is https://support.mozilla.com/en-US/kb/Windows%20start%20page?as=u
    Is this a known bug, if so, is it being addressed? If so, someone needs to work faster.
    If it is not a known bug, someone needs to get right on it - you want people to switch to Firefox and then there is this bug -- not a good way to impress Internet Explorer users.

    Hi Claudio Roca,
    I have encountered the same problem. Do you found the solution for this issue? I will much appreciated if you willing to share your solution and email to [email protected] Thank you so much.
    Regards,
    Hau Chee

  • WCS11G - Start Menu Items for Admin interface?

    I'm looking into WCS 11G since I need to migrate a 7.5.5 site.
    As it looks now, code or structure won't be modified to better support features such as supporting the contributor interface better so a lot of our users will expect to use the admin interface.
    I am however having an issue enabling simple start menu items for content. I.e. a simple Start Menu Item for a Page, simply will not show up. It shows up just fine in the contributor interface however.
    I've been going through all the documentation, but I cannot see any references to there being any limits on what kind of assets can be presented in the admin interface.
    Is this a bug I'm experiencing? Or simply an approach taken to force users over to the contributor interface?
    Thanks
    /Lars

    By default the Admin UI will not show certain asset types, this is intentional and controlled by the property advancedUI.enableAssetForms in futuretense_xcel.ini. If you set this to true and restart then the Page assets and others will show up. Here's an extract from the Property Files Reference Guide:
    advancedUI.enableAssetForms
    Used to enable and disable the WebCenter Sites
    Admin interface for content contributors. Access
    to the following assets is affected:
    • All flex assets and their parent assets
    • All basic assets
    • Engage assets, such as recommendations,
    segments and promotions
    • Query, Collection, and Page assets
    By default, this property is set to false, which
    disables the WebCenter Sites Admin interface for
    content contributors. The assets listed above
    cannot be created, edited, searched for, or deleted,
    except from the WebCenter Sites Contributor
    interface, where they are supported by default.
    Note: In the Contributor interface, asset types and
    assets intended for developers are either available
    only for inspection or they are inaccessible. They
    must be accessed from the WebCenter Sites
    Admin interface. For a comparison of features in
    the Contributor and Admin interfaces, see the
    WebCenter Sites User’s Guide.
    Default value: false
    Phil

  • ECB Menu item for all CTs (Content Types) except folders (Without hardcoding CT names)

    Hi there,
    How to have an ECB menu item for all items only (and not on Folders).
    I canNOT hardcode the names of Content Types.
    Thanks.

    Have you tried using base content type id?
    http://social.technet.microsoft.com/Forums/en-US/cd63795b-9659-4b35-a023-c007398252a1/hidedisable-ecb-menu-for-particular-selection-in-document-library
    This post is my own opinion and does not necessarily reflect the opinion or view of Slalom.

  • Need to add Menu Item to Search Result Template page

    Hi Guys,
    I am using UCM 11g and I am customizing serach result page.
    When we do search on UCM, we get a search result page. This search result page has a two drop downs (on the top right) "Change View" and "Search Action" in the blue strip.
    I have to add one customized dropdown option in "Publish Selected", it worked well with 10g by overriding searchapi_result_menus_setup include but not working in 11G.
    Appreciate your help on this, Thank you
    Thanks,
    Ashok

    Reunion1980 wrote:
    ..I need to add item "About" to frame's system menu.
    Is there any way to solve this problem?Try this link - [http://pscode.org/jh/bin/helpsetter-apidocs.jnlp]. It is sand-boxed, like an applet. It should prompt if you want to create shortcuts, click OK/Yes.
    After you run it, open the 'All Programs'/system menu. There should be an item under the 'JavaHelp System' menu for the 'JavaHelp System JavaDocs'. That link is to launch the application again. [Java Web Start|http://www.java.com/en/download/faq/java_webstart.xml] *(<- link)* is what installs the menus. JWS can also install menus specifically for application help.
    Older applications declared the required menu items and desktop shortcut in the JNLP launch file, but JRE 1.6.0_18+ offers the IntegrationService *(<- link)* to applications, and provides feedback on success/failure. Note that some systems will ignore requests for desktop integration. Ubuntu Linux will allow for the creation of desktop shortcuts, but silently ignore requests for menu items.

  • Add menu item in .exe-File

    Is there any way, that i can add a menu item in the .exe-File?
    I need a menu which is expandable for the customer!
    thanks wiesi

    Wiesi,
    I thought this was an interesting question, because I noticed a number of people with previous questions who had serious difficulty with .rtm files and executables, and they weren't even trying to add or remove menu items dynamically. Are you using .rtm files to define your custom menus both in the development envuronment and in the EXE?
    If so, I think I agree with Dennis and suggest that you abandon that approach and just build your menu programmatically, as shown in the example he points out. That way, you can create an arbitrary menu each time the VI or EXE is run. One wrinkle is that you now have to create some extra logic for constructing, saving, and loading your run-time menus. I put together an example (attached, LV 7.0) that demonstrates one way to go about it. I tested both in the development environment and after creating an EXE, and it works fine.
    I'm interested in something else: how do you plan to make your EXE flexible enough to actually respond correctly to newly-introduced menu items? I guess you'll have to take some kind of a "plug-in" approach, where the anticipated menu choices will lead to the execution of additional code that you are packaging alongside the executable?
    Regards,
    John
    Attachments:
    Dynamic Menu Example.zip ‏57 KB

  • Can't add menu item to showMenu panelCollection facet

    Is that a bug ? JDev does not allow to add a menu item inside a showMenu panelCollection's facet. If you manually add it, it shows an error:
    "Element at af:commandMenuItem not expected (missing required ancestor)".
    The application runs fine. That error also shows up on the searchUI.jsff page from the Handbook sample code.
    Jdev version is 11.1.1.2.0.
    Thanks & Regards.

    No, it's not a bug. You need a af:menu ancestor for your af:commandMenuItems:
                <af:panelCollection id="pc1">
                  <f:facet name="menus">
                    <af:menu text="Actions" id="m2">
                      <af:commandMenuItem text="Delete" id="cmi1"
                                          actionListener="#{deptBean.deleteRow}"
                                          partialSubmit="true" immediate="true"
                                          accessKey="D" accelerator="control alt R"
                                          partialTriggers="deptTable"/>
                      <af:commandMenuItem actionListener="#{bindings.Last.execute}"
                                          text="Last" accelerator="ctrl alt L"
                                          accessKey="L" partialSubmit="true"
                                          id="cmi2" partialTriggers="deptTable"/>
                    </af:menu>
                  </f:facet>
    {code}
    Whenever you have a doubt on how to use a component you can always check the  ADF Rich Faces Demo: http://jdevadf.oracle.com/adf-richclient-demo/faces/index.jspx
    HTH,
    Maiko                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Crystal Report  not listed Add New Item for Visual Studio 2010

    I just finished installing cryestal report for visual studio 2010.
    During the installation a visual studio error dialog popped up "Operation cannot be completed. Access Denied", the crystal report installation continued and was informed that the installation was successful.
    But on opening my visual studio project to add new item,  crystal report item is not listed there.
    Is there anything that needs to be done to get it listed in the Add New Item dialog for visual studio?

    I wonder what file you ran to install CRVS2010? Was it the MSI as opposed to the actual install file?
    The link to the correct install is here:
    http://downloads.businessobjects.com/akdlm/cr4vs2010/CRforVS_13_0_2.exe
    Is that the file you ran to install CRVS2010? E.g. as opposed to:
    http://downloads.businessobjects.com/akdlm/cr4vs2010/CRforVS_redist_install_32bit_13_0_2.zip
    - Ludek

  • Add tax item for a tax code in a G/L account item

    How do we add a tax item for a tax code in a G/L account item. Basically we get an error when we release the billing document to accounting like
    "Tax statement item missing for tax code"
    Diagnosis
    No tax item exists for tax code O0 in a G/L account item...
    Appreciate any feedback.
    - Prakash

    Dear Prakash,
    There is no other setting than this. For double check please check below again:
    1. Tax code created in FTXP (Input / Output tax)
    2. Tax percentage maintained in FTXP if tax procedure in formula based & percentage assigned in FV12 if procedure is condition based against the identified condition type
    3. GL asignement in OB40 for auto posting against the account keys.
    Hope this will solve ur problem.
    Regards,
    Ajay

  • Advanced Actions used for Menu - Takes 3 menu items for 1 to work? Advanced Actions Help

    Alright, here's my next struggle! I have a bit of a strange course I'm putting together that has required a unique approach (at least for me). Basically I'm having learners learn about 10 different reports they can run with a tool they have, and I have a menu (see below) on a slide to allow them to choose to view the reports they want to see. The course is required, but they can view what reports they want as long as they see three. So, what I've done is the following:
    Enabled Reporting with a score of 10 points for each Menu Item:
         When a user clicks on a Menu item, it automatically, without AA registers 10 points to the quizzing. The whole course requires a score of 30/80 to pass.
    Tried making a system of jumping to content and returning to Menu with a function to show an item has already been viewed:
         As seen below, there is a separate column on the right. Essentially each menu item has a standard action that first has a command to jump to the slide the particular menu item content is at, and then      two, a show function for the green box to cover the grey box indicating the content has been viewed already. The slides for which the user has jumped to has a jump-to-slide on the last slide of the      content to return to this menu.
    Checking for Three menu items viewed:
         I have a final slide that has an On-Enter Conditional action that says if the cpinfoQuizpointsscored is = 0 then show caption A, in a separate decision, a similar action but for score of 10, and again for 20,      just so I can send them to a slide that tells them how many reports they need to view before completing.
    So here's the problem: When I'm previewing this menu, clicking on a menu item the first time does nothing except bring in the green square. The second attempt on a different item does the same thing. Finally on the third Item I choose, it will jump to the slide as it should and I can return as I should be able to. So why is it taking two failed jumps to get to a jump that works? Order does not seem to play into it. And the only pause I have on the slide is at the end for the "next" button you see. Any thoughts?

    What would the pause do? I'm hoping they don't go just in order. And the menu items are indeed smart shapes set to be buttons.
    This is the timeline of that Menu Slide.
    This is the Advanced Action example for one of the menu items. Each menu item has a similar action.
    This is the conditional action that checks how many reports have been viewed.

  • Add menu item or icon to PA30

    Hello,
    Is it possible to add a menu item or an icon in the toolbar to add your own functionality to transaction PA30? I am trying enhancement PBAS0002 but I don't think that's it...
    Gr,
    Jaron Frenk

    Hi Jeron,
    Depends on what you want to do.  To change icons, you can use SE51-Screen Painter if you have a Developer Key.  Adding new tabs and and infotypes to those tabs is simple configuration - IMG: Personnel Management --> Customizing Procedures --> Infotype Menus --> Infotype Menu --> Infotype Menu.  Here you set up which infotypes appear on which tabs.  In the second step Determine Choice of Infotype Menu, you define which tabs appear in PA30. 
    So the question is - What are you trying to accomplish in PA30?
    Paul

  • Why is there a separate menu item for "Page setup" when there is already a tab for it in the "Print..." menu?

    I just can't see the point of having the same options in two places! The "Page Setup" tab from the "Print..." menu item has more options, relating to printer features, whereas the "Page Setup" dialogue box is basic and looks to me to be a little 'shoddy'. I'd have thought it would be a good idea to have the 'better' set of features available, but from it's own menu item, rather than a tab. And no duplicated controls!!

    Firefox on Windows doesn't have Page Setup in the Print dialog, it is in the Print Preview window.
    That isn't the only menu item that appears in multiple places. '''View Page Info''' is in the Tools menu (on Windows) and in the Contextual menu. '''Bookmark this Page''' is in the Bookmarks menu and the Contextual menu, along with the Tab Context menu.

  • Insert menu item blank in sequence editor for new sequence

    In TestStand 2.0.1, when I create a new sequence file using the sequence editor and right-click to insert a step, the Insert menu is greyed out.
    If I open an existing sequence file, copy a step from it, and paste it into the empty sequence, then whatever that step was (let's say Action) becomes available on the Insert menu.
    Is there any way to fix this other than re-installing TestStand? Any idea why this is happening?
    Thanks,
    Gizmogal

    Hi,
    This sounds like you have a problem with your type Palette files in sowe way.
    Check out if you can read the ini files found in teststand\cfg\TypePalettes.
    Regards
    Ray Farmer
    Regards
    Ray Farmer

  • Foreach output from get-command, add menu item

    Hi
    I'm making a script to configure some basic settings for new servers, and one of the features in the script is to set ip-address on the network interface. 
    At some servers there are several network interfaces, and I would like to create a menu based on the output from a get-query(Get-NetAdapter | select Name). Setting the ip-addresses is okay, but I'm having a problem creating a menu.
    What I want to do: If there is more than one NIC, create a menu with each network interface.
    Any clues?

    I didn't work that in, because I had no clue what you were trying to do when I initially wrote it.
    This version returns an object that you can work with ($selectedNIC) :
    $i = 1
    $menuList = @()
    $menuList = Get-NetAdapter | ForEach {
    $props = [ordered]@{
    'NIC Number'=$i
    Name=$_.Name
    InterfaceDescription=$_.InterfaceDescription
    ifIndex=$_.ifIndex
    Status=$_.Status
    MacAddress=$_.MacAddress
    LinkSpeed=$_.LinkSpeed
    New-Object PsObject -Property $props
    $i++
    $menuList | Format-Table -AutoSize
    $nicChoice = Read-Host 'Enter the NIC Number to process'
    $selectedNIC = Get-NetAdapter -InterfaceIndex ($menuList[$nicChoice-1]).ifIndex
    $selectedNIC
    Don't retire TechNet! -
    (Don't give up yet - 12,420+ strong and growing)

Maybe you are looking for

  • Cannot save PDF to Excel .xls

    When I try to save my work file Microsoft sends an error report & I lose my work file.

  • PS subcontracting with external activity

    Hi, I have a couple of questions about "PS subcontracting with external activity" I have not found any information about this for PS subcon flow, I was looking for a subcon PS Wiki but no succeed. The scenario is to use a  external activity to a subc

  • To get working day

    Hi Gurus,      my requirement is to get a working day. I know how many days my work will take to finish i.e no of days, let us say 10 days I need to add these number of working days to the system date excluding the weekend days.i.e I need to add 10 w

  • IPhoto11, external HD and new iMac

    So I hvae an old iMac running iPhoto 11. have it configured that all photos automatically are stored on an external hard drive and bypass my current harddrive altogether. I just bought a new iMac and have a few questions. 1) I hooked up my external H

  • Lightroom and Infrared:how to keep camera image

    Now that I;m hooked on Infrared and have a Canon XT and a couple of older Canon Point & Shoot converted to IR, I would love to see th same cumtom WB image that I see on the back of the camera. I've started capturing in both RAW +JPG in hopes the jpg