Item Merging

Is there any functionality for merging two items if so then how it can be achieved.
I have seen Item Relationships but its not working?

Hi Moiz,
You can always define cross relationships between the items and thats the only way to merge items, there's no practical reason why we need to merge the items.
thanks

Similar Messages

  • Custom keyboard shortcut to merge cells in Numbers?

    How do I create custom keyboard shortcut to merge cells in Numbers? The instructions on the support site say to open Keyboard in preferences then click the +. I don't see a plus anywhere. On any menu.

    The Merge Cell command does not have a keyboard short cut.  You can, however, add one to your user space as follows:
    Open System Preferences, then select the keyboard panel:
    On the left click the "Application Shortcut" then on the right select Numbers.  now click the "+"
    Now enter the exact name of the menu item "Merge Cells" (by looking up the name of the menu item in the menus of Numbers), then selec the "Keyboard Shortcut" field and type the exact key combination you want to use.  Be sure it is unique from other Numbers key combination.

  • Merge selected swatches...

    Hi Everyone,
    I have developed a script to merge swatches in Illustrator CS4. By selecting the swatches in the script dialog, user can merge different swatches. I had tried but unable to find the property/method to merge swatches in Illustrator using Javascript. Also i tried with Menu Actions but unable acheive it.
    Does illustrator have Menu Actions as in InDesign?
    Can any one suggest me to get this done.
    Thanks in advance
    Thiyagu

    Im sorry to say that using a menu item & merging swatches are NOT available to Illustrator as they are to Indesign…

  • Applescript "save as" to a specified path

    First let me say that I have looked everywhere and just can't figure out if I can find the answer so i thought I would ask here.
    I had created an applescript (a long, way of doing it) that worked until my Adobe Acrobat Pro got upgraded from 9 to X.  But now at the same time, I am trying to figure out if there is an easier process than what I have been dealing with.
    the backstory:
    I manage a internal creative department for a company and we get requests from around the company for projects.  I have developed a PDF with forms that they fill it out.  When it gets emailed back to me, I have tried to figure out a system to get it from PDF into Filemaker Pro 9.
    here's what I want to do:
    once I open the submitted request in acrobat, here are the steps that I would normallly do (have developed a script for it, see below each step)
    (1) Save File As "report.pdf"  to a specified folder [Macintosh HD/Users/myname/documents/projects/pdf2fmp/exportpdf]
    *****this is because occasionally the requester will change the PDFs name if they chose to save it on their computer, believe me it makes it easier; also I just resave over it each time because I only need this as a temporary solution******
    tell application "Adobe Acrobat Pro"
        activate
    end tell
    tell application "System Events"
        tell process "Acrobat"
            click menu item "save as..." of menu "File" of menu bar 1
            keystroke "report"
            keystroke tab
            delay 1
            keystroke "g" using {command down, shift down}
            keystroke "/users/kellyf/documents/projects/pdf2fmp/ExportPDF"
            keystroke return
            keystroke "s" using command down
            delay 1
            keystroke "r" using command down
    (2) Open Forms / Manage Form Data / Merge Data Files in Spreadsheet..."
    ******I need to do this step to be able to import into FMP 9*****
    (3) from there I go an select the report.pdf file from the exportpdf folder that I just saved it in
    ******This is why I keep it the same when I save it so it can be scripted to pull it*****
    (4) then I save the exported data to be a report.csv file but in a different folder path [Macintosh HD/Users/myname/documents/projects/pdf2fmp/importCSV]
    ******I resave over the latest report.csv file for the same reason
    (5) from there I close the dialogue box
    tell application "System Events"
                tell process "Acrobat"
                    click menu item "Merge Data Files into Spreadsheet..." of menu 1 of menu item "Manage Form Data" of menu "Forms" of menu bar 1
                    keystroke return
                    delay 1
    keystroke "g" using {command down, shift down}
                    keystroke "/users/kellyf/documents/projects/pdf2fmp/exportpdf"
                    keystroke return
                    delay 1
                    keystroke (ASCII character 31) -- Down   
                    delay 1
                    keystroke return
                    delay 1
                    keystroke tab
                    delay 1
                    keystroke return
                    delay 1
                    keystroke "g" using {command down, shift down}
                    keystroke "/users/kellyf/documents/projects/pdf2fmp/ImportCSV"
                    keystroke return
                    delay 1
                    keystroke (ASCII character 31) -- Down   
                    delay 1
                    keystroke return
                    delay 1
                    keystroke tab
                    delay 1
                    keystroke return
                    keystroke "s" using command down
                    delay 1
                    keystroke "r" using command down
                    delay 1
                    click button "Close Dialog" of window "Export Progress"
                end tell
            end tell
        end tell
    end tell
    The rest of it for import into FMP works fine, it's just these previous Acrobat steps that are difficult. And I think I have made too difficutl.
    tell application "Adobe Acrobat Pro"
        close document "report.pdf"
    end tell
    delay 1
    tell application "Finder"
        activate
        open file "Creative Job List.fp7" of folder "Filemaker Pro Databases" of folder "Documents" of folder "Kellyf" of folder "users" of folder "macintosh hd"
    end tell
    tell application "FileMaker Pro"
        activate
        do script "PDF2FMP Import"
    end tell
    Again, this only works with Acrobat Pro 9.  But it does the job. 
    Additional question:
    If the scripting is too much to change, is there a way when I run the script out of X that I can be sure it opens 9 and just runs it?

    I need it 1 level up no matter where - since there will be different folders.
    Thanks!

  • Is there an easier way to do this?  Save As in Acrobat to a Specified Folde

    CAN APPLESCRIPT RUN IN THE BACKGROUND?
    Or is there an easier way to do this script? The script does what I need done - no problem, but every action happens on screen. Is there a more direct way to some of the steps? (Ideally so most of the action happens in the background. I will ALL-CAP what my thought process is).
    *BASICALLY I GET JOB REQUESTS FROM DEPARTMENTS IN MY COMPANY ON AN PDF THAT I CREATED. WHEN I OPEN THE REQUEST, I RUN THIS REQUEST SO I CAN IMPORT IT INTO FILEMAKER PRO. IT IS OPEN IN ADOBE ACROBAT PRO 9.*
    tell application "Adobe Acrobat Pro"
    activate
    end tell
    *I SIMPLY SAVE EVERY REQUEST AS "REPORT". IT JUST RESAVES EVERY TIME A NEW REQUEST COMES IN. SO I WANT TO STREAMLINE THIS STEP BETTER AND HAVE IT JUST SAVE IN THE BACKGROUND TO THE SPECIFIED FOLDER.*
    tell application "System Events"
    tell process "Acrobat"
    save
    click menu item "save as..." of menu "File" of menu bar 1
    keystroke "report"
    keystroke tab
    delay 1
    keystroke "g" using {command down, shift down}
    keystroke "/users/kellyf/documents/projects/pdf2fmp/ExportPDF"
    keystroke return
    keystroke "s" using command down
    delay 1
    keystroke "r" using command down
    *I BELIEVE THIS STEP HAS TO HAPPEN LIKE THIS, UNLESS SOMEONE IS FAMILIAR WITH A BETTER WAY TO EXPORT FROM ADOBE ACROBAT TO A CSV/SPREADSHEET FILE.*
    tell application "System Events"
    tell process "Acrobat"
    click menu item "Merge Data Files into Spreadsheet..." of menu 1 of menu item "Manage Form Data" of menu "Forms" of menu bar 1
    keystroke return
    delay 1
    keystroke "g" using {command down, shift down}
    keystroke "/users/kellyf/documents/projects/pdf2fmp/exportpdf"
    keystroke return
    delay 1
    keystroke (ASCII character 31) -- Down
    delay 1
    keystroke return
    delay 1
    keystroke tab
    delay 1
    keystroke return
    delay 1
    keystroke "g" using {command down, shift down}
    keystroke "/users/kellyf/documents/projects/pdf2fmp/ImportCSV"
    keystroke return
    delay 1
    keystroke (ASCII character 31) -- Down
    delay 1
    keystroke return
    delay 1
    keystroke tab
    delay 1
    keystroke return
    keystroke "s" using command down
    delay 1
    keystroke "r" using command down
    delay 1
    click button "Close Dialog" of window "Export Progress"
    end tell
    end tell
    end tell
    end tell
    tell application "Adobe Acrobat Pro"
    close document "report.pdf"
    end tell
    delay 1
    tell application "Finder"
    activate
    open file "Creative Job List.fp7" of folder "Filemaker Pro Databases" of folder "Documents" of folder "Kellyf" of folder "users" of folder "macintosh hd"
    end tell
    tell application "FileMaker Pro"
    activate
    do script "PDF2FMP Import"
    end tell

    Kelly Fisher wrote:
    CAN APPLESCRIPT RUN IN THE BACKGROUND?
    Yes. Applescript can run in the backgound. The applications you run also need to be able to run in the background. You need to run scriptable applications & avoid simulating the keyboard & mouse. You need to run commands that are in the application dictionary.
    *BASICALLY I GET JOB REQUESTS FROM DEPARTMENTS IN MY COMPANY ON AN PDF THAT I CREATED. WHEN I OPEN THE REQUEST, I RUN THIS REQUEST SO I CAN IMPORT IT INTO FILEMAKER PRO. IT IS OPEN IN ADOBE ACROBAT PRO 9.*
    tell application "Adobe Acrobat Pro"
    activate
    end tell
    *I SIMPLY SAVE EVERY REQUEST AS "REPORT". IT JUST RESAVES EVERY TIME A NEW REQUEST COMES IN. SO I WANT TO STREAMLINE THIS STEP BETTER AND HAVE IT JUST SAVE IN THE BACKGROUND TO THE SPECIFIED FOLDER.*
    tell application "System Events"
    tell process "Acrobat"
    save
    click menu item "save as..." of menu "File" of menu bar 1
    keystroke "report"
    keystroke tab
    You are simulating the keyboard. They need to run as you have done.
    delay 1
    keystroke "g" using {command down, shift down}
    keystroke "/users/kellyf/documents/projects/pdf2fmp/ExportPDF"
    keystroke return
    keystroke "s" using command down
    delay 1
    keystroke "r" using command down

  • PO MORE THAN 100 CR

    I  WANT TO  CREATE THE PO OF VALUE MORE THAN 100 CR BUT SYSTEM GIVING ERROR MESSAGE
    VALUE OF SERVICE ITEM EXCEED THE ALLOWED VALUE LIMIT.
    PL GIVE THE SOL'N

    Hi,
    Standard SAP is not possible to create one service item value more than 100 cores in one line item and also possible with ABAP to customized, But, using ABAP customized standard report problem coming in future.
    So, SAP best practice in one service item more than 100 cores divided into two line items and SAVE the PO. The error message is not coming and your problem solved. 
    After that in PO printing two services same line items merged with one line item with actual value(more than 100 cores).
    Note : Our company also do the above procedure.
    Hope, it is useful for you,
    Regards,
    K.Rajendran

  • Bringing layered PS files into Premiere Pro 5.5

    I'm switching to PP from Final Cut Pro, and I do a lot of editing of animatics for animation. I'm trying to figure out how to bring in a layered PS file so that it comes in as one layered, nested clip rather than a series of clips that have to be rearranged. I assume I'm doing something wrong here - there's got to be a way to bring in a layered file into PP as a layered file and not a series of clips.
    Also, is there a way to have however I want to import it (layered, flattened, etc) applied to every file? I'm brining in dozens of PS documents and I just want them all to come in as layered documents.
    Thanks for the help!

    When you import a PSD, you are presented with a dialog asking how you want to import it. You have the following options, with the following results:
    Merge All Layers: Flattens all layers in original PSD into one footage item
    Merged Layers: Flattens layers you specifically select in the dialog from the original PSD into one footage item
    Individual Layers: Imports layers you specifically select as individual footage items, and creates a bin with the name of the PSD to contain them
    Sequence: Imports layers you specifically select as individual footage items, create a bin with the name of the PSD, and also creates a sequence with the name of the PSD with the layers stacked as tracks.
    Select the last option, and then open the sequence that is created. You can nest this into your working/final sequence, and work with the layers/tracks within it to animate them separately.

  • Merge of two same items with different Qty in po

    Hi Experts,
    Is it possible to merge two Same items with different Quantity into 1.
    For Eg:- 2 similar  items  with qty 2 & 3 must show 5 qty appearing once.Is it possible through Transnotification what should be the query.
    Mona

    Hi Mona,
    If you want to display a Purchase Order on screen summarized by item, set the "Summary Type"  to "By Item" (by default it is "No Summary"). The PO lines will then be summarized by item with total quantity for each item.
    If you want to display it on the printout then you need to modify the PLD. It is quite easy actually. You can use the Repetitive Area Footer to display the summary of each item and set all fields in the Repetitive Area to be not visible and set the height to minimum height.
    Cheers,
    Marini

  • Merge several PR line into into 1 PO line item with ME57-Assign and process

    Our process is run MRP to generate Purchase requisition, system generate 1 PR number for each materials. Happening that there are multiple PR for a same material number and same delivery date. When we convert PR to PO using tcode Me57 - Assign and Process PR, system always generate different line item for each PR even the materials and the requirement date is the same.
    How to merge 2 or a few PR line items for a same material and same requirement date into 1 purchase order line item?

    Hi,
    You should use the "shopping cart'' in the "Delivery Schedule" Tab page of the PO to achieve your requirement.  Basically, in this case, you should use ME21N transaction with ''Document Overview" feature to select related PR line items and drag them into this shopping cart.
    Cheers,
    HT

  • Merge the total line about header and item in the Hierarchical Seq ALV

    Hello guys,
    Now i used CL_SALV_HIERSEQ_TABLE to create a Hierarchical Sequential ALV. but there are two total lines, one is to calculate the numerical fields in the header(main) and another is calculate the numerical fields in the item(slave).
    my requirement doesn't contain the calculation for header line, so the first line is unuseful and i want to merge these two  line. 
    how i should do with it?
    Any clues is appreciated.
    Thanks a lot

    could anyone help me? i am very urgent!

  • Merging List Items with Word Template

    Hello,
    I'm running SharePoint 2013, SharePoint Designer 2013 and the latest versions of Word and Windows.  I'm not a programmer of any sorts.
    I want to run a workflow, triggered by the addition of a new list item.  The workflow needs to take the new list item data and merge it with a Word document I'm using as a template.  The document them needs to be stored in a library.
    There are a few posts about this but none seem to work with SP 2013 and SPD 2013.  Here is one example which appears to work using SP 2010 workflows but I can't get it to work with SP 2013.
    http://www.quercussolutions.com/blog/index.php/out-of-the-box-document-generation-in-sharepoint-2/
    I want to use SharePoint rather than a third party addin.
    I'd appreciate any assistance.

    Hi,
    As I understand, you would like to create word document based on SharePoint list columns, then save it to SharePoint library. We could use workflow to automate the process.
    Here is an article you could refer for detail steps:
    http://sharepointprojectbrad.wordpress.com/2013/06/10/create-word-2013-documents-from-sharepoint-2013-list-items/
    More information:
    http://blogs.technet.com/b/brenclarke/archive/2009/04/15/automatically-create-word-documents-which-include-list-fields.aspx
    Regards,
    Rebecca Tu
    TechNet Community Support

  • Merge Items in Syndicator

    Hi All,
    I have name ,category and country fields in the MDM repository and trying to merge city and location from external file as Name is matching field .But when i check in destination preview the 1st record from the file is merging and other records are not merging .
    External File Format:
    Name     Category     Country     City     location
    p-1000     config     India     Jacksonville     Baymedows
    t-1000     Halb     Germany     Chicag     Deerpark          
    h-1000     Halb     USA     Losangles     centuryCity     
    q-1000     Halb     usa     Houston     Wunderlich
    Destination Preview
    Name     Category     Country     City     Location
    h-1000     Halb     china          -
    ?Not merged
    p-1000     Config     india     Jacksonville     Baymedows
    q-1000     Halb     india          -
    ?Not merged
    t-1000     Halb     germany          -
    ?Not merged
    What might be the problem?
    Please let me know .

    Hi Priya,
    PLease check the foll options:
    1. I hope the External source file is in the Tab Delimited Format as this one pre-requisite for using Merge ITems functionality of MDM.
    2. The configs under the Merge Item Tab must be :
    Name - Name of the Merge item
    Table - Name of the Current table
    Source File- As mentioned Before, Must be is a Tab-Delimited Text file Fomat.
    Matching Field - In your Case, name
    Source Fields to Merge- City ;Location
    3. Try syndicating out the Records, it might be that be the records are not showing properly in the Destination preview.
    4. Change the order of the records in the Source file and then upload it and then check whether still the earlier record is getting merged, or this time again only the First record is getting merged.
    4. Also try to take simple data in the Name Field such as 1000, 1001 etc. or A, B, C. in other words try not to keep them as alpha numeric. And then try Merging
    One of these might be the cause of error. Kindly check.
    Hope it helps.
    Thanks and regards
    Nitin jain

  • Merging item and condition records

    Hi All,
    I have a requirement to merge item and conditon data . I am using 2LIS_11_VAITM & 2LIS_11_VAKON .
    The key for booking DSO are document number, item number AND calendar day.  I am concerned that we cannot easily link up the records from one DSO to the other, since they are date and even activity dependent.  For example, if more than one change is made to the value of the item in one day, then the condition values will also be different for each change.
    Please suggest on how to go ahead .
    Thanks

    The best thing is to load these datasources to 2 DSOs and then to a Cube.
    One option could be having a consolidation DSO on top of these two, having multiple rule groups to convert the data model from Account based to Key figure based for Conditions data.  You will have multiple condition records for a Sales order item. Order, item & condition type should ideally be the key for the DSO). When loading Conditions to the Consolidation DSO (this would have Order, item as key) you would have multiple transformation rule groups so that key figure from each condition record is updated to one key figure in the DSO. There could be may condition records and there could be new additions in ECC, then you would have to change the objects again. This, I guess is not a good model.
    Enhancing VAITM is not a good option as there would be many condition records for an order item.
    Edited by: Murali Krishna K on Jul 28, 2011 12:01 PM

  • BADI/user exit to merge items in PO

    Hello,
    does someone know a BADI or user exit where I can merge items in a purchase order when I create/change it. The intension is that the quantities of 2 items that have the same material are added into one item.
    I tried BADI ME_PROCESS_PO_CUST, but it seems that non of the methods have all items available, I can only handle one item at the time.
    kind regards,
    Pieter

    Isn't it enough to do it for one item at a time? Or do you plan to merge items on old POs ?
    if you have a PO item of material A and you want add another item for material A, then it merges to the first item.
    You can simulate it manually.
    Create a PR with several items.
    Then execute ME21N. open the document overview and find your requistion.
    Drag and drop one requisition item into the shopping cart on top of ME21N.
    then open the schedule tab in item detail of ME21N.
    take next PR item and drop into the shopping cart below the schedule tab.
    SAP will create a second schedule line (if delivery date is different) but add the quantity to the existing PO item.

  • Merging two or more audio files, by a contextual menu item within the finder

    Hello, everyone,
    I want to merge or concatenate two or more simple audio files (wavs at the same sample rate and bit depth) into a new wav file - which don't need any conversion. I want to do this using a contextual menu service within the finder. Is there any possibility to do this? I can't find any software in the market that will allow me to do this.
    so that,
    'start.end_1.wav' + 'start.end_2.wav' + 'start.end_3.wav' = 'start.end_1&start.end_2&start.end_3.wav'
    Can anyone help? would sox help me with this, and if so, how to add it onto a finder contextual menu?

    Both of those directories are empty and I have deleted them and re-created them. I have been able to add and remove plugins for other applications so this is very strange.
    Using "Easy Find" I did locate a preference file, which I have deleted but that has not resolved it. I have tried safe mode and single user mode but no luck. I couldn't find any automator actions either.
    When I click on the menu item it says "ClamXav is not installed. Please install ClamXav and try again" so it knows it needs to use this program somehow.
    It's very odd and must be a result of a crash I had, though I would love to get to the bottom of it, it isn't serious and will hopefully go when I upgrade to Snow Leopard
    Thanks for your help though as it has taught me a few things!

Maybe you are looking for

  • What does spotlight take forever to index after the 10.7.5 update?

    Seems like lots of people have had this problem. Nothing from Apple. This *****.

  • Solaris 9 syslog messages are IP not hostname

    I am trying to setup Solaris 9 to forward its syslog messages to a central server, and its working fine except the logs being sent have the IP address and not the hostname. Is there a way to change this? Thanks

  • HTTP redirection with Auth Plugin

    Hi Guys,              I am relatively new to the FMS World, so bear with me if this is a silly question. I have an external service which tells me that a particular stream for a customer cannot be allowed and I need to redirect the URL to some http:/

  • Select from ODS into .CSV file

    hi guru's ! I need to build an abap program that reads a number of fields from an ODS (table) and stores this result in a .CSV file. I have never done this before so any documentation or examples would be greatly appreciated ! thanks alread !

  • Network error when going online?

    When I attempt to go online with my Samsung Intensity II, everytime it will load the main page but if I try to go anywhere beyond that, like to access email. It will say "network error" What is causing this? It's basically wasting data for me to try