Inserting custom customer record/case fields into email marketing

Question:
Here is what we want to achieve:
we want to allow our customers to store three words
we want to incorporate each of theses works into an email sent on a anniversary
Is it not possible to achieve what we want?
Answer:
You are correct. It's currently not possible to include any other data from the CRM inside newsletter campaigns, appart from first name, last name and some other fields present in Tag Insert dropdown.

Post Author: sharonmtowler
CA Forum: General
check your joins to the tables, make sure they are outter joins. go to file, options, check the null value boxes to pull them into the report, but more than likely its your joins

Similar Messages

  • Inserting a value from page field into an xml file

    Hi there,
    I have added a field 'Comments' on a create vacancy page.
    There are other fields on that page and the values from those fields are getting stored in an xml file.
    This xml file is getting stored in TRANSACTION_DOCUMENT column of table HR_API_TRANSACTIONS.
    Is it possible to add the value from the field (that I've added on the page) into the same xml file?
    If yes, please tell me how
    and if no, tell me what should I do to store that value.
    Regards,
    Gaurav.

    Hi Gaurav,
    You need to check in seeded files for the logic of generation of XML file and setting it in DB column. May be in PLSQL API this code would exist.
    Once you get that logic you can append your column value in XML tag (need to create new tag) if you are allowed to modify seeded API. Otherwise use free additional attributes of the table.
    Hope I am clear.
    Regards,
    Mukesh Uchaniya

  • Issue while importing customer records from Staging tables

    hi,
    we are trying to insert customer records from other erp system to oracle ebs.
    We are able to push the data into staging table and call the procedure 'hz_cust_account_v2pub.create_cust_account'
    Now we could see the data being entered in 'HZ_PARTIES'
    but could not see the records from frontend.
    On the other hand in case of vendors and employee we could see the data from frontend as well
    Is there any particular flag or field we are missing?
    thanks for the help in advance
    Edited by: sam on Sep 13, 2012 1:15 AM

    Has the " DQM Serial Sync Index Program" run after you have run the import? If not try and manually submit this job and see if you can view your changes

  • Email Marketing code

    Is there code you can add into email marketing templates to be viewed better on smart phones?

    HTML/CSS for email marketing is still one of the trickiest arenas because of lack of standards in most email clients and all the different email clients (Gmail, Outlook, etc.) implement CSS differently and some even strip non-inlined CSS completely from the email.
    Having said that, the easiest way to build email campaigns that look better on mobile devices is to use more flexible CSS.  The basic underpinning idea is to stop using fixed-width CSS values and convert those to "max-width" values.  For instance if your email's main content lies in a table with a class of "email-content" and that elements CSS is set to: "width: 500px;" then you'd just change that to "max-width: 500px;".  This way, the table will be flexible and should scale it's width based on the device or email client's viewport on smaller screens but won't exceed a width of 500px when the viewport is larger than 500px.
    You can do the same thing with all element's CSS references.. look for CSS "width" definitions in your markup and CSS and adjust those to "max-width" and you should see your email get more flexible.  Here's some more info on responsive email campaigns: http://www.campaignmonitor.com/guides/mobile/

  • Adding custom field into ALV grid

    Hi all,
    I would like to add some custom fields into an ALV grid from a FI/CO report.
    I have succesfully added the custom field 'VAT' number for example
    FORM fieldcat_init
           USING rt_fieldcat TYPE slis_t_fieldcat_alv.
      CLEAR ls_fieldcat.
      ls_fieldcat-tabname       = g_tabname.
      ls_fieldcat-fieldname     = 'STCEG'.
    * LS_FIELDCAT-KEY           = ' '.        "sets key field
      ls_fieldcat-ref_fieldname = 'STCEG'.
      ls_fieldcat-ref_tabname   = 'KNA1'.
      APPEND ls_fieldcat TO  rt_fieldcat.
    ENDFORM.                    " FIELDCAT_INIT
    This works fine. But I have a problem to add another field named 'due days'.
    The due days for one record is calculated by a FM that gives back a NUMC datatype. for example : 6
    How can I get calculated fields into an ALV ?

    Hello Abjuh
    You could take the data element of the fm parameter which returns the calculated due date as basis for your fieldcatalog entry. Presumably you have to adjust the texts (e.g. LVC_S_FCAT-SCRTEXT_S) as well.
    Regards
      Uwe

  • Limitation on Adding custom fields into VBAP (Updating from BAPI )

    I have added some custom fields into BAPI structure BAPE_VBAP and corresponding structure to update the custom fields added into VBAP.
    in my code i am passing the value bapiparex-valuepart1 = bape_vbap0(240). bapiparex-valuepart1 = bape_vbap240(240),
    bapiparex-valuepart1 = bape_vbap480(240) and bapiparex-valuepart1 = bape_vbap720(240)
    But, while activation its informing me that more than 441 character length not allowed for the structure. Where the total length should be allowed upto 960.
    is there any OSS notes which i can apply to extend the limit for adding more custom fields into VBAP .
    Please help

    Dear All,
    Good Morining.
    The User creation and Assigining roles is done by the same preson and As i have mentioned above i am disabling the Manage_User action,And if i give the responsiblity of assigining  roles to an other person then he can also create user (standard functionality) where i cannot add my required features.Thereby leading for inconsistency.Therefore we thought that we will also add this funtionality in Webdynpro application and for the same, we have to provide the search criteria where currently we are able to search the role based on data entry(eg:t* or Ume etc) .But we need to search also based on the DataSource(ie Portal Role ,All DataSource and UME).Please Can you guide me in this.
    Also please let me know if we are going in a right approach and also suggest any better approach to achieve the same.
    Thanks and Regards,
    Nishita Salver

  • Getting Customer Fields into Backend PO

    Hello
    We have the extended classic scenario and SRM5.0 (SRM Server 5.50) and in one of the backends the field "Goods recipient" is mandatory.
    If I try to order something I allways get the error "Goods recipient" is mandatory. So I have created a customer field "ZZ540WEMPF" and it can be filled in the Web-Interface. But I don't get the customer field into the backend.
    I think it should be mapped in the BADI "BBP_ECS_PO_OUT_BADI" but i can't figure out how...
    Was anyone able to to this and would like to share his knowledge?
    Thx a lot
    Stefan

    hi,
      Pls see the notes 458591 and 672960.Maintain the same field in Backend system in customer includes CI_EKPODB & CI_EKPODBX.
         The Backend PO is created by calling the Function B470_PO_CREATE in  SRM.Debug this function to see if the field mapping is OK.
        If not you may have to map them exclusively and also adjust the BADI   structures to accomodate the new fields.The BADI is BBP_ECS_PO_OUT_BADI.
    BR,
    Disha.
    Pls reward points for useful answers.

  • How can i add Custom fields into the

    Dear Experts
    We have Ecc6.0 system,
    How can i add Custom fields into the Infotype Screen(PA30),i heard that we do it by PM01 Tcode.
    But in PM01 i am unable to find the enhance infotype tab.
    How can i do it ....pls help.....
    Regards
    Sajid

    Hi,
    Do it thru the third tab : Single Screen.
    There write down the infotype number (e.g. 0022) and say generate objects.
    Regards,
    Dilek

  • I added a custom field into my form in BC but it wont render.

    I added a custom field into my form on BC but I cannot get it to show up whhen I preview it. Does anyone know why this is happening?

    Check out this http://ellenmemorialhcc.businesscatalyst.com/contact-us.html  In this site I am just trying to add a 4 checkboxes. I have tried previewing it and everything and it will not make the changes. How do i get these checkboxes to show up on my site. I found where in business catalyst to access them and I enabled those features in BC but i cannot figure out how to get this to show up live on my business catalyst site.

  • Can we add Resource custom fields into ASSIGNMENT TIMEPHASED CUBE

    Hi,<o:p></o:p>
    <o:p> </o:p>
    We want to add Resource custom fields into
    ASSIGNMENT TIMEPHASED CUBE in project server 2010.<o:p></o:p>
    Is it possible?<o:p></o:p>
    <o:p> </o:p>
    Please help me in this.<o:p></o:p>
    <o:p> </o:p>
    Thanks,<o:p></o:p>
    Sarath<o:p></o:p>

    Once column is for assignment and another one is for Resource.
    Assignment means when you crate a task then assign that task to resource then task become assignment.
    when you will create report in for Resource_skill_resource you will be able to group by or filter resource as per their skill. 
    As far as Resource_Skill_R_Assignment is concerned  you can group by or filter assignment for resource as per their skill 
    Resource CUBE: The
    Resource Non Timephased and Resource Timephased OLAP cubes contain resource data. These two OLAP cubes do not contain any Total fields in common, but do contain several Dimensions in common (such as Booking Type and Resource List).
    Assignment: The
    Assignment Non Timephased, Assignment Timephased, MSP
    Portfolio Analyzer, and MSP
    Project Timesheet OLAP cubes contain assignment data. Each of these OLAP cubes includes many
    of the same Total Fields (such as Actual Cost, Actual Overtime Cost, Actual Work, and Actual Overtime Work) and many of the same Dimensions (such as Assignment Owner and Project List)
    kirtesh

  • Hi, plz help me. i wanna store photos to sql database. so how to insert file field into insert record in dreamweaver cs3?

    I dont know how to insert file field into insert record in DW. i also want to know, insert dynamic table with image field. Plz help me anyone. Ty..

    ohh kk thank you bro. But How to store photos to server file. I wanna upload and display the photos in webpage. Can you send me the php code for this?

  • Inserting custom HTML tags into a HTMLDocument to be displayed in a JEditor

    Does anyone know how to insert custom tags into a HTMLDocument to be displayed in a JEditorPane?
    I have tried using the following code,
    kit.insertHTML( doc,
                    jep.getCaretPosition(),
                    "<testtag>FFFF</testtag>",
                    0,
                    0,
                    new HTML.UnknownTag("testtag") );When the above code is run the handleStartTag, handleEndTag and handleText methods are called on the HTMLReader but nothing is inserted into the document model? Can anyone help?
    I have created an instance of HTML.UnknownTag,
      public static HTML.Tag testTag = new HTML.UnknownTag("testtag");I have subclassed HTMLEditorKit and overridden the getParser() method,
      protected Parser getParser(){
        DTD dtd = null;
        try {
          dtd = createDTD( DTD.getDTD("html32"), "html32" );
        } catch ( Exception e ) {
          e.printStackTrace();
        dtd.getElement( "testtag" );
        Parser p = new ParserAdaptor( new DocumentParser( dtd ) );
        return p;
      }I have subclassed HTMLDocument and HTMLDocument.HTMLReader and created a TagAction for my new tag.
    The following code works fine, the custom tag is in the document model,
        String contents =    "<html>"
                           + "<body>"
                           + "<testtag>Here is some text</testtag>"
                           + "</body>"
                           + "</html>";
        ((HTMLDocument)jep.getDocument()).setPreservesUnknownTags(true);
        jep.setText( contents );

    I've been trying to get <blockquote> insert working in an editor but it seems to be a quite difficult task even if it's only about inserting a couple of tags into the right slot! This is the closest I got:
    HTMLDocument doc = (HTMLDocument)editor.getDocument();
    int start = editor.getCaretPosition()
    int paraStart = doc.getParagraphElement(start).getStartOffset();
    int paraEnd = doc.getParagraphElement(start).getEndOffset();
    String insideBlockQuotes = doc.getText(paraStart, paraEnd - paraStart);
    doc.setOuterHTML(doc.getParagraphElement(start),"<blockquote><p>"+insideBlockQuotes+"</p></blockquote>");
    This is how it works: Get the current paragraphs start and end positions, read the text between the start and end into a string, replace the paragrapElement with <blockquote><p>..the text from string..</p></blockquote>.
    This works 'in about' but it's far from perfect.. it has the following problems:
    1. It looses all formatting from the quoted paragraph (bold etc. tags from the quoted part)
    2. It assumes that the paragraphElement was a <p> (could have been another element too!)
    3. It's ugly
    Anybody come up with a better way to use blockquote?

  • (how to submit a form to a case) Plus another email of customer...

    Here is my problem.
    Web App search supplies a list of customer submitted items- DONE
    When in the detail of an item there is a form that is used to contact the Customer - DONE
    I want an email with the form data sent to the customer, AND the form to be attached to that customer as well.
    Any help would be greatly appreciated!!!
    Will

    the second sample i gave, in which i defined a parameter, and the button still returns false, there are 2 values in request.getParameterMap();, i printed them out, they are:
    Key = _                               Value = [Ljava.lang.String;@1f405c3
    Key = para                         Value = [Ljava.lang.String;@1a64949where 'para' is the parameter name i defined in JavaScript like:
    function func() {
       var par = "para='1234'";
       new Ajax.Updater(target, url, {method:'post', parameters:par});
    }if i take the parameter off, the request.getParameterMap() has zero element.
    looks quite simple, but it just drives me crazy......

  • REST API - Custom objects DateTime fields

    Hi
    I can't figure out how to create a new custom object record with field of date type. When i'm creating a contact i'm passing string in format like this: "2014-09-29T23:57:08Z". But same format doesn't work with custom objects. It just returns "Invalid JSON string". What am i doing wrong?

    I create successful a custom record within Eloqua using REST API, now I came across a new issue with the time field values !?
    I create the time stamp  from within Salesforce with Long myTime = DateTime.getTime()/1000
    which creates for  "30.11.2014 1:12 PM" the time stamp  "1417353120"
    If I put this value into http://www.unixtimestamp.com/index.php i receive back
    which is the correct time and date so I assume that is the correct Unix time stamp
    well if i pass this value to Eloqua this gets messed up and it show a difference of 5 hours in the view as shown below
    If that would be only a "view" issue I wouldn't be bothered , but if I make a GET call I get back the same wrong Time at that date as I am not getting back a unix time stamp but the
    wrongly converted date.
    Does anyone got a work around for that?
    here is the GET response snip
    {"type":"FieldValue","id":"218","value":"holidays"},{"type":"FieldValue","id":"219","value":"PPV-0878541"},{"type":"FieldValue","id":"192","value":"12\/3\/2014 8:12:00 AM"},{"type":"FieldValue","id":"207","value":"12\/30\/2014 11:12:00 AM"},{"type":"FieldValue","id":"216","value":"12\/4\/2014 8:50:00 AM"},{"type":"FieldValue","id":"217","value":"12\/18\/2014 8:50:00 AM"},{"type":"FieldValue","id":"213","value":"N"},{"type":"FieldValue","id":"208"},{"type":"FieldValue","id":"212","value":"myself"},{"type":"FieldValue","id":"211","value":"11\/30\/2014 8:12:00 AM"},{"type":"FieldValue","id":"209","value":"now
    and below the screenshot of the dates which are messed up but important for us (funny thing is the created and last modified date in small is correct)
    If this 5 hours difference are consistence i would just add 18.000 seconds towards the getTime() / 1000 but this shouldn't be the case should it? I mean the created date time is correct the convertion online is correct so should the unix time stamp value

  • Project Server 2010 - create a custom enterprise project field for persons (no text, no lookup table...)

    I want to create a custom enterprise project field and would like to use instead of for example a text attribute or a look-up table a field for employees (e.g. project manager) which are coming e.g. from the Active Directory. But when creating this custom
    project field I cannot see such an option. What solution do you suggest as I want to avoid that everybody uses different names and spellings for e.g. the project manager and without having to fill the lookup table with all resources of the company.
    Thank you so much for your help!

    Hi,
    Are you using Proejct Server 2007, 2010, 2013?
    In case you're working with 2010 version, here is an excellent
    blog about how to insert a resource picker in a PDP (project detail page).
    Hope this helps,
    Guillaume Rouyre, MBA, MVP, P-Seller |

Maybe you are looking for

  • Large project in JBuilder 2007... How do I create an executable JAR?

    First, I've googled quite a bit and keep getting thiings about "Jbuilder Application Wizard", etc... Well, I don't see any "wizard" menu in the version of JBuilder I'm using! I'm using JBuilder 2007 Enterprise edition, however it's a trial version ap

  • Rainbow wheel appears when I open Firefox - then it hangs and all I can do is force-quit.

    I have uninstalled and reinstalled Firefox on my Macbook Pro. The same thing keeps happening - I open Firefox and the rainbow wheel appears - that's it. I have tried to reset Firefox (I was able to click a "reset" button yesterday but nothing happene

  • Main vi instances

    I have a single main executable vi which is run once (and if I set breakpoints in the initialization steps, the program only stops there once as expected).  However, if I run another vi and look at Application:All VIs in memory, this lists the main v

  • Unable to save photos from FB and Tumblr

    Ipod screen shows the screen to save images, you touch it and it completes.  When you go to look at what you saved in the photo library, the none of the folders have any of the images. 

  • Porting

    My contract ends in July and I want to port my number to a different carrier. My question is this: Do I wait until the contract is up to port the number out, or is there a period before the contract expires during which I can port my number without b