Creating batch of coupons with unique code

Hello,
I wanted to provide some of my clients with coupons for additional services at a discounted price, and was wondering if there is a way to create batch of pdfs with unique coupon code (which would be provided), that would be then printed.
TIA
Lukasz Bien

I thought about something that is similar to *Office functionality, where you open some document, and run mail wizard (which takes data from external db, or other source).
PDF is created in Adobe InDesign (static elements like text or graphic).

Similar Messages

  • FCHR - Online Cashed Check - Creates Batch session ending with ERR session

    My user is using the transaction FCHR - Online cashed checks to clear the payment document which we have made check payment and creates clearing document automatically in the bank GL account. In my case, the batch input session is creating with name ending with "ERR" and needs to process foreground in SM35 to create the clearing document. Most of time FCHR creates clearing document automatically and some times it is creating batch input session with user name ending with ERR. Can anyone provide me the reason for creating batch input session sometimes.
    Thanks in advance.

    Do you mean FCKR?  FCKR will generate a bach session with ERR when FCKR is unable to post the clearing at the time it is ran.  There is a check box at the bottom of the transaction called "Print posting log".  The posting log should give the errors that occur during posting.  Make sure this check box is checked when FCKR is run and review the log generated for errors.
    Regards,
    Shannon

  • Not able to create customer master data with country code US

    Hey All,
    I am not able to create customer master data in the Transaction Code XD01/FD01 with the country code as US.
    The error message for the same is NO JURISDICTION CODE COULD BE DETERMINED. I have checked the tax code settings but could not locate the problem.
    Request you to provide me with a solution.
    Thanks & Regards
    VK

    Hey all,
    I have checked the field in the account group(OBD2) but its in optional status
    and also checked the country settings for US in the transaction code OY17 still the same error message, but when i tried checking the settings for a differnt company code's customer data base i can see that there is a number mentioned in the address tab under tax jurisdiction feild (beside time zone) which is not populating for this company code.
    so, do anyone know where exaclty we mention this number so that it populates in that field of address.
    hope am clear
    hope to receive  a solution
    thanks & regards
    vinila

  • Create a temp file with unique name?

    Hi all,
    I need to create a temporary IResource in a KM repository. Is there any equivalent to the java.io.File.createTempFile() method to create a IResource with a unique name that isn't already there?
    Thanks for your help,
    Markus

    Hi Markus,
    AFAIK there is no such method.
    However, you can implement it yourself by using a simple rule,
    such as to concat a timestamp ((new Date()).getTime()) to the created resource's name.
    For an even more robust rule, you can also concat the creator's login-name.
    Hope that helps,
    Yoav.

  • Creating instances of symbols with unique instance names in Actionscript 3

    Hey
    I was wondering if it is possible to create a large number (lets say 100) of symbol instances where each of the different instances had its own unique instance- name .  The names beeing something like ball1, ball2, ball3,  etc..
    Normally i would just create all these and manually give them their name, so a solution to this would spear me alot of time.
    Thanks

    Here's a very simple example that should get you started:
    var howMany:int = 100;
    var itemNameList:Array = new Array();
    function populateScreen() {
         for(var i:int = 0 ; i < howMany ; i++) {
                var newBox:box = new box();
                addChild(newBox);
                newBox.name = "box" + i;
                itemNameList.push(newBox.name);
                newBox.x = Math.random() * stage.stageWidth/2;
                newBox.y = Math.random() * stage.stageHeight/2;
         trace(itemNameList);
    populateScreen();
    Have a movieClip in the movie's Library with a class name of "box". Create a new instance of that object, add it to the display list and then set a name property. I then added each name to an array so that you can keep track of the objects. I then placed each one at a random location on the screen.

  • Creating new VM ends with Error code 3430 and 3040 in Hyper-V log. Does anyone have any insight into what might cause this?

    The new VM is being created via a P2V process run from SCVVM. It reaches a completion of 60% and dies. I asked about this in another question detail of the VVM can be seen at this link:
    http://social.technet.microsoft.com/Forums/en-US/virtualmachinemgrp2vv2v/thread/71aae7dc-13b5-46f1-b794-cc1b8085541f
    Running Win2008 R2 w/ Hyper-V role enabled & SCVVM 2008R2
    In any event I checked the Hyper-V logs to see if they might shead any light on the problem and there were two error messages associated with the attempted conversion. The first Event ID 3430
    Log Name:      Microsoft-Windows-Hyper-V-Worker-Admin
    Source:        Microsoft-Windows-Hyper-V-Worker
    Date:          5/23/2011 4:51:25 PM
    Event ID:      3430
    Task Category: None
    Level:         Error
    Keywords:     
    User:          NETWORK SERVICE
    Computer:      Virtual-Mgt.amrinc-corp.local
    Description:
    'test1' failed to set/change partition property: The system cannot find message text for message number 0xtest1 in the message file for 18568CA2-82E9-4A9F-B462-701D8FB4C447. '0x8007013D'.
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Microsoft-Windows-Hyper-V-Worker" Guid="{51DDFA29-D5C8-4803-BE4B-2ECB715570FE}" />
        <EventID>3430</EventID>
        <Version>0</Version>
        <Level>2</Level>
        <Task>0</Task>
        <Opcode>0</Opcode>
        <Keywords>0x8000000000000000</Keywords>
        <TimeCreated SystemTime="2011-05-23T21:51:25.956775200Z" />
        <EventRecordID>1</EventRecordID>
        <Correlation />
        <Execution ProcessID="3316" ThreadID="2716" />
        <Channel>Microsoft-Windows-Hyper-V-Worker-Admin</Channel>
        <Computer>Virtual-Mgt.amrinc-corp.local</Computer>
        <Security UserID="S-1-5-20" />
      </System>
      <UserData>
        <VmlEventLog xmlns:auto-ns2="http://schemas.microsoft.com/win/2004/08/events" xmlns="http://www.microsoft.com/Windows/Virtualization/Events">
          <VmName>test1</VmName>
          <VmId>18568CA2-82E9-4A9F-B462-701D8FB4C447</VmId>
          <ErrorCodeString>%%2147942717</ErrorCodeString>
          <ErrorCode>0x8007013D</ErrorCode>
        </VmlEventLog>
      </UserData>
    </Event>
    And the second Event ID 3040
    Log Name:      Microsoft-Windows-Hyper-V-Worker-Admin
    Source:        Microsoft-Windows-Hyper-V-Worker
    Date:          5/23/2011 4:51:25 PM
    Event ID:      3040
    Task Category: None
    Level:         Error
    Keywords:     
    User:          NETWORK SERVICE
    Computer:      Virtual-Mgt.amrinc-corp.local
    Description:
    'test1' could not initialize. (Virtual machine ID 18568CA2-82E9-4A9F-B462-701D8FB4C447)
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Microsoft-Windows-Hyper-V-Worker" Guid="{51DDFA29-D5C8-4803-BE4B-2ECB715570FE}" />
        <EventID>3040</EventID>
        <Version>0</Version>
        <Level>2</Level>
        <Task>0</Task>
        <Opcode>0</Opcode>
        <Keywords>0x8000000000000000</Keywords>
        <TimeCreated SystemTime="2011-05-23T21:51:25.956775200Z" />
        <EventRecordID>2</EventRecordID>
        <Correlation />
        <Execution ProcessID="3316" ThreadID="2716" />
        <Channel>Microsoft-Windows-Hyper-V-Worker-Admin</Channel>
        <Computer>Virtual-Mgt.amrinc-corp.local</Computer>
        <Security UserID="S-1-5-20" />
      </System>
      <UserData>
        <VmInitialize xmlns:auto-ns2="http://schemas.microsoft.com/win/2004/08/events" xmlns="http://www.microsoft.com/Windows/Virtualization/Events">
          <VmName>test1</VmName>
          <VmId>18568CA2-82E9-4A9F-B462-701D8FB4C447</VmId>
        </VmInitialize>
      </UserData>
    </Event>
    I have blownout the server and reinstalled the operating system and SCVVM and applied all the current updates to no avail. I have the exact same issue again. The problem seem to be at least on the serface an authority problem because I have no problem creating
    new VM via the P2V process on an old Virtual Server running on Win2003R2.
    Oh yes I can create new virtual machines on the system in question and move them to the library as was suggested to verify in a Blog post so I am really wondering what the problem is?
    Configuration Analyzer Just gave me a warning about reporting not being setup on the VVM which it isn't so no suprise there?
    Any information that might help me figure this would be greatly appreciated

    I've looked at both threads, and there simply isn't enough information for me to tell you what is wrong.  Please collect a trace (instructions in General forum) and open a case with CSS.  CSS can provide more in depth analysis than what a forum
    post allows. 
    As a shot in the dark, I have seen the issue outlined in the following KB article cause this exact same error message and symptom,
    http://support.microsoft.com/kb/967902
    Best Regards, Mike Briggs [MSFT] -- posting provided "AS IS" with no warranties and confers no rights

  • Create a list style with unique space after the last list item?

    I should start by saying that I'm a web designer and therefore extremely used to using CSS for type setting to the point that I now become frustrated when going back to the print world
    So here's what I'm trying to achieve:
    - I want to create a list style for bullet lists
    - I want there to be 3pt space after and space before paragraph breaks
    - I want there to be 9pt space after the entire list (or last list item)
    I can't for the life of me figure out how to do this short of overriding the space after amount on the last item each time I use my style.

    Hi supportneeder
    Welcome to the forum.
    Try this link:
    http://www.freeforum101.com/iworktipsntrick/viewtopic.php?t=179&mforum=iworktips ntrick
    Pay attention to how +"styles work by example"+. Form up the list levels the way you want them and then select them to make the list style.
    Personally I can't help remarking on the obtuse behavior of programmers that they manufactured all the problems on the internet and only now, more than a decade later, patch together "solutions" they struggle to implement due to the legacy of all the awful standards we never needed to have in the first place.
    Peter
    btw The last list item is always a problem in typesetting. Usually you deal with it by having a particular style for that or the paragraph afte,r all of which can take multiple forms.

  • Create Members Only page with unique user login

    I would like to create a Members Only page on our site which allows our dealers to create their own user name / password. I would need to be able to manage the database of login information in order to remove users as necessary.  Any advice on a widget or program that would work with Muse to accomplish this?

    You can also refer to the below links:-
    Re: Can I create a login/password protection in Muse for a HTML5 page or two?
         Password Protect Pages Widget for Adobe Muse
    Regards,
    Neha

  • Multiple ultrasearch portlets with unique datasources

    Hi All,
    I need to know,Is it possible to create multiple ultrasearch portlets with unique datasources?If yes,steps we need to follow for the same would really be helpful.
    Regards,
    Milind

    The Ultra Search portlet is a JSP application deployed in it's own
    individual .ear file on Oc4J. It connects to an Ultra Search database, and
    specifically to a schema that hosts the Ultra Search instance. Connectivity
    is configured via the data-sources.xml file, which is located in
    $ORACLE_HOME/j2ee/OC4J_Portal/config/data-sources.xml
    If you want to run two Ultra Search portlet instances, You'll have to
    perform the following. (Note, I'm describing manual steps. If you use
    Enterprise Manager, some of these steps may be automatically done for you):
    (1) Create a .ear file containing the Ultra Search Portlet, along with
    modifications you have performed to it if any.
    (2) Edit $ORACLE_HOME/j2ee/OC4J_Portal/config/server.xml, creating a new
    <application> entry referencing the .ear file in (1).
    (3) Edit $ORACLE_HOME/j2ee/OC4J_Portal/config/default-web-site.xml, defining
    a new <web-app> for the application you've created in (2).
    By now, you should see that OC4J has expanded the ear file you created in
    (1) into a directory structure. If this has not occurrred, bounce Oc4J. If
    that doesn't help, you might have made a mistake in one of the steps in (1),
    (2) or (3) and will have to examine the Oc4J log files to determine exactly
    what went wrong.
    (4) Edit $ORACLE_HOME/j2ee/OC4J_Portal/config/data-sources.xml, adding a new
    <data-source> section defining connectivity to the second Ultra Search
    instance you want your second portlet to connect to.
    For example, if the original data-sources.xml file contained the following
    entry:
    <data-source
    class="oracle.jdbc.pool.OracleDataSource"
    name="UltraSearchDS"
    location="jdbc/UltraSearchPooledDS"
    username="user1"
    password="password1"
    url="jdbc:oracle:thin:@host1.us.oracle.com:1521:sid1"
    connectionCachingEnabled="false" />
    You'll now have to add a second <data-source> element as follows:
    <data-source
    class="oracle.jdbc.pool.OracleDataSource"
    name="UltraSearchDS_2"
    location="jdbc/UltraSearchPooledDS_2"
    username="user2"
    password="password2"
    url="jdbc:oracle:thin:@host2.us.oracle.com:1521:sid2"
    connectionCachingEnabled="false" />
    (5) Edit the data source reference in the second portlet.
    The location attribute is used by the Ultra Search portlet to lookup the
    connectivity info. Hence, you must edit your second portlet's
    common_customize_instance.jsp file to use the correct key. To do this,
    locate the file common_customize_instance.jsp. If your .ear file was
    expanded into directory $SECOND_EAR_FILE_DIR, then look for
    $SECOND_EAR_FILE_DIR/query/common_customize_instance.jsp.
    Edit this file and change the file that reads:
    String m_datasource_name = "jdbc/UltraSearchPooledDS";
    to :
    String m_datasource_name = "jdbc/UltraSearchPooledDS_2"; (or use whatever
    key you entered in in your new <data-source> tag.
    (6) Touch the search.jsp file to force recompilation.
    When you save the common_customize_instance.jsp file edited in (5), OC4J
    should automatically re-compile the Ultra Search portlet code.
    common_customize_instance.jsp is included by the main JSP (search.jsp).
    However, if this does not happen, you may need to "touch"
    $SECOND_EAR_FILE_DIR/query/portlet/search.jsp. Updating the timestamp of
    this file tricks Oc4J into recompiling it.

  • Invoice verification is not posted with T.Code MIRO

    Hi Friends,
    1)
    I created a purchase order with T.Code: ME21N, and Enter Goods Receipts with T.Code: MIGO after that Invoice verification with T.Code:MIRO, but it is not posted:
    Error Message is: Error in account determination: Table T030K Co.Code: RK01 VST.
    2)
    Balance not zero 5000, debits 5000, credits 10000
    for the second purchase order step 1 repeated.
    Please help inthis regard,
    thanks
    ramesh.

    Hi,
    I think there might be some configuration missing with regard to the tax.
    You ahve assign a GL account ot the TAX code for the Transaction Key VST.
    Menu Path: SPRO - > Financial  Accounting - > Financial  Accounting Global Settings - > Tax on Sales/Purchases- > Posting - > Define Tax accounts .
    Thakns
    kiran

  • Created batch material  and made po, migo,miro now change to non batch.

    Hi All.
    I have created Batch Material mm01 with  batch management check box.
    Created PO and donetransaction of  migo, miro.
    Now i want to change to non batch material.
    i like to remove batch management check box in mm02
    Regards.
    Parameshwar.
    Edited by: Csaba Szommer on Jul 7, 2011 9:23 PM

    Thanks Kunal.
    I will Click on display errors  for the list of open documents.
    Then i will clear all documents.
    Next I will change MM02 by removing Check box to normal material
    It should work for me.
    My Doubt is after this also i need to run the program to change to non batch material.
    Clarify me about program running.
    Regards.
    Parameshwar.
    Thanks MM dudes.

  • Create multiple instances of same class but with unique names

    Hi,
    I'm creating an IM application in Java.
    So far I can click on a user and create a chat session, using my chatWindow class. But this means I can only create one chatWindow class, called 'chat'. How can I get the application to dynamically make new instances of this class with unique names, for examples chatWindowUser1, chatWindowUser2.
    Below is some code utlising the Openfire Smack API but hopefully the principle is the clear.
        private void chatButtonActionPerformed(java.awt.event.ActionEvent evt) {                                          
            int selectedUserIndex = rosterList.getSelectedIndex();
            String selectedUser = rostAry[selectedUserIndex].getUser();
            System.out.println("Chat with: " + selectedUser);
            if (chatBox == null) {
                JFrame mainFrame = CommsTestApp.getApplication().getMainFrame();
                chatBox = new CommsTestChatBox(mainFrame,conn,selectedUser);
                chatBox.setLocationRelativeTo(mainFrame);
            CommsTestApp.getApplication().show(chatBox);
    }  

    yes, an array would work fine, just realize that by using an array, you're setting an upper bound on the number of windows you can have open.
    As for unique names, if you mean unique variable name, you don't need one. The array index serves to uniquely identify each instance. If you mean unique title for the window, set that however you want (username, index in array, randomly generated string, etc.). It's just a property of the window object.

  • Just got an ipad air and while creating my apple ID with credit card, I got to itunes gift card/ itunes gift section and was asked to supply a CODE to proceed with the form but I don't have the code. please how how can i get the code?

    Just got an ipad air and why creating my apple ID with credit card, a CODE was requested in the itunes gift card/ itunes gift in order to preceed with the form but I don't have the code. Please how can I find the code so as to enable me complete the form successfully. Thanks alot

    The iTunes gift card field is optional, you don't have to fill it in - leave it blank if you don't have a gift card.
    iTunes gift cards are country-specific (they can only be used in their country of issue), and they are not available in all countries - so you might not be able to dill it anyway.

  • TFS 2010 Branching - Is it possible to create a child branch with latest version of specific code alone from parent branch?

    Hi,
    QUERY:
    I've  'MAIN' code base as parent branch.
    From 'MAIN' parent branch, I need to create multiple child 'Development' branches (Dev1, Dev2,etc..) for consecutive releases. 
    I don't want Child branch creating with entire code from Parent branch. i.e Each DEVELOPMENT branch should not be a full branch of MAIN.
    Is it possible to create child branches with specific code from Parent.
    For example:
    MAIN  -> Parent branch contain Project1, Project2,...........Project10.
    DEV1  -> Child branch which contains Project2 and Project3 alone.
    DEV2  -> Child branch which contains Project2, Project5, Project6, Project7, Project8 alone.
    NOTE:
    I'm trying to create a 'Basic branching Plan' to maintain the Source Code in TFS, for consecutive release with concurrent development.
    i.e  
    MAIN   <--- FI & RI ----->  Dev1, Dev2, Dev3
    MAIN  <------- RI alone ---| Release1, Release2, Release3
    I'm new to TFS, please advice for the above mentioned branching specific query.
    Also, if possible, please suggest me the best branching strategy according to my need.
    Regards,
    Riswan Babu

    Hi Riswan,
    It's unavailable to branch a folder or team project partly, it always copying the same source code from its parent when you create a branch in your team project. For you requirement, you might try the methods below to see if it works for you:
    1. Since the DEV1 and DEV2 have different, you can have two folders(like MAIN) in your team project and each folder include the projects/solutions you need. No need to create two branches that include different projects
    2. Create two branches from Main, and delete the additional projects that you want to keep. Then develop with the branches separately.
    3. Or create the branches from Main but keep all the content, just modify the projects you need in each branch. The difference will merge back in root branch if you need to merge back finally.
    For release, you can create sub-branches from the two branches you created as you requirement. And you can check the links below for more information about branching and merging:
    http://msdn.microsoft.com/en-us/magazine/gg598921.aspx
    http://vsarbranchingguide.codeplex.com/
    Best regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Purchase requisition must be create with material codes only

    Hi gays,
    Can u solve my problem.
    We are having  "3 " document types to create purchase requisition.
    3 types are using different depts.
    I need to restrict the 1 document type with material code only they should raise the purchase requisition.
    other 2 types can raise the purchase requisition with or with out material code.
    Please explain how to restrict.

    First check the field selection key assigned for the Document type at
    Spro > MM > Purchasing > PR > Define document types..
    Then Go to
    Spro > MM > Purchasing > PR > Define Screen lay out, here Select the above field selection key & copy it as and make the
    Description field as Display..
    Again go to Spro > MM > Purchasing > PR > Define document types..
    and assign the field selection key for the Document type for which you want the Description field as Display..
    Then Create PR & Check

Maybe you are looking for

  • Playing music on external hard drives using mpd

    Hi,     I have my music on an external hard drive and I mounted it and put it in my .mpdconf file, but mpd does not add the songs in the external drive to it's database. How can I fix this? mc

  • Itunes movies not playing..

    Suddenly certain movies, purchased from the iTunes store, don't play anymore.  When I double click on them, it goes to a black screen with no sound.  I've already tried reinstalling iTunes, but no luck.  Strangely, this only occurs with some of my mo

  • Using credentials with a web service -- what our my options?

    Hi All, I'm trying to determine what options I have in regards to setting credential requirements on my web services. The two options seem to be: -Basic authentication -SOAP header authentication. I see that the WebService class has a "setCredentials

  • No Rotation - T43, ATI Radeon X300, Windows XP w SP3

    Good afternoon, Does anyone know whether or not Lenovo intends to update the video driver so that it will support rotation on secondary screens when using Windows XP SP3? I have only been able to do rotation if I use an unsupported driver from ATI bu

  • Error in Releasing to Account for Rebate Credit Memo in Rebate Extended

    Hi All, Please could you let me know the possible cause of this Issue. User has run the extended Rebate settlement. The Rebate Credit Memo B3E has been generated but it has not been release to Accounting.  When he has tried to release it to accountin