REST API XML tags for person extension fields

We are trying to use REST API to create a person. We are able to update most of the data but am unable to find the right xml tags for Person Extension fields like custom1 etc. Could you please help?

Hi !
In the Account WSDL, you have the ListOfAddress object. If you are using it, filling the field "StreetAddress2" should work...
Max

Similar Messages

  • Generation of XML Tags for columns in Lexical parameter in select query

    Hi,
    I have lexical parameter in my select statement of my data model in the report.
    How do i generate XML tags for these columns inside a Lexical Parameter?
    Simple Example: I have data model query as follows:
    SELECT msi.inventory_item_id
    &LP_SELECT
    FROM mtl_system_items_b
    Here my lexical Parameter LP_SELECT is generated in before report trigger as follows in my report:
    :LP_SELECT := 'msi.segment1,msi.description';
    So, the question is how to generate XML Tags for columns in Lexical Parameter(as in the example above, i need XML tags for these columns - segment1 and description)
    Thanks,
    Ratan

    try this
    Select &order data_show
    from oe_order_headers_all
    where order_number ='7889'
    and setting  :order:='order_number';  in after parameter form trigger.
    Hope this helps
    Hamid

  • [CS3][JS] Apply XML tag for selected text

    Hi
      I need to apply XML tag to selected text in a tagged content.The XML tag is already applied for paragraph.I need to apply XML Tag for selected text in a paragraph.
    I have used following code, it applies tag for entire paragraph,not a selected text in a paragraph.
    app.selection[0].associatedXMLElements[0].markupTag=myDoc.xmlTags.item("italic");
    Please suggest me.
    Regards
    kumar

    The example script, markup.jsx
    //Markup.jsx
    //An InDesign CS4 JavaScript
    //Shows how to use the markup method.
    main();
    function main(){
        mySetup();
        mySnippet();
        myTeardown();
    function mySetup(){
        var myDocument = app.documents.add();
        var myPage = app.activeWindow.activePage;
        var myRootXMLElement = myDocument.xmlElements.item(0);
        var myXMLTag = myDocument.xmlTags.add("xml_element");
        var myXMLElementA = myRootXMLElement.xmlElements.add(myXMLTag);
        myXMLElementA.contents = "This is a paragraph in an XML story.";
        var myTextFrame = myPage.textFrames.add({geometricBounds:myGetBounds(myDocument, myPage)});
        myTextFrame.contents = "This is the first paragraph in a text frame.\rThis is the second paragraph in a text frame.\rThis is the third paragraph in a text frame.\rThis is the fourth paragraph in a text frame.\r";
    function mySnippet(){
        //<fragment>
        var myDocument = app.documents.item(0);
        var myPage = myDocument.pages.item(0);
        myDocument.xmlElements.item(0).xmlElements.item(0).markup(myPage.textFrames.item(0));
        //</fragment>
    function myTeardown(){
    function myGetBounds(myDocument, myPage){
        var myPageWidth = myDocument.documentPreferences.pageWidth;
        var myPageHeight = myDocument.documentPreferences.pageHeight
        if(myPage.side == PageSideOptions.leftHand){
            var myX2 = myPage.marginPreferences.left;
            var myX1 = myPage.marginPreferences.right;
        else{
            var myX1 = myPage.marginPreferences.left;
            var myX2 = myPage.marginPreferences.right;
        var myY1 = myPage.marginPreferences.top;
        var myX2 = myPageWidth - myX2;
        var myY2 = myPageHeight - myPage.marginPreferences.bottom;
        return [myY1, myX1, myY2, myX2];
    I think you can use the markup function on the selected item (Text Object have a markup method)
    Thomas B. Nielsen
    http://www.lund-co.dk

  • Getting xml tags for PO releases.

    I need some help in getting xml tags for PO releases.
    When I refer metalink they gave me the following for Std PO.
    Create a new Standard Purchase Order and DO NOT approve it. Let it be in Incomplete status. Go to
    concurrent requests and run the 'PO Output for Communication' concurrent
    program will the following parameters:
    Print Selection: All
    Purchase Order Number From: The PO # you just created
    To: The PO # you just created
    Test: Debug
    May I know for PO releases what are additional parameters.I tried to enter release numbers in addition to the above.Bit it did not work,..
    I am having issue in getting buyer contact phone for PO releases.So I am trying to see if the work_tele_phone is available for Po releases xml tags.
    Can anyone please advise
    prasamb

    To get the tag name, you can use the following XSL stylesheet:
    <?xml version="1.0" encoding="UTF-8"?>
    <xsl:stylesheet version="1.0"
    xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
    <xsl:template match="node()">
    <xsl:value-of select="name()"/> <xsl:text> </xsl:text>
    <xsl:apply-templates/>
    </xsl:template>
    </xsl:stylesheet>

  • PDF PO Release - XML Tags for the Header and Line Attachments

    Hi,
    I request you to please help me in finding out the XML tags for the PDF PO Release Header and Line Attachments? I tried to get the XML data by running the 'PO Output for Communication' program with the parameter as 'Debug' but its completing normally without giving me the XML data in the log file.
    Please help me in finding the XML tags for the PDF PO Release for the Header and Line Attachments.
    Thanks,
    Kunal

    Hi Kunal,
    Following syntax will get you the header and line level short and long text attachments.
    --Header short text attachments
    <?for-each:HEADER_SHORT_TEXT_ROW?>
         <?SHORT_TEXT?>
    <?end for-each?>
    --Header long text attachments
    <?for-each:/PO_DATA/HEADER_ATTACHMENTS/LONG_TEXT?>
         <?.?>
    <?end for-each?>
    --Line short text attachments
    <?for-each:LINE_SHORT_TEXT_ROW?>
         <?SHORT_TEXT?>
    <?end for-each?>
    --Line long text attachments
    <?variable@incontext:PoLnID;'PO_LINE_ID'?><?for-each:/PO_DATA/LINE_ATTACHMENTS/ID[. =$PoLnID]?>
         <?current()[$PoLnID]/preceding-sibling::TEXT[1]?>
    <?end for-each?>
    Also note that, while running the program in Debug mode for a particular PO/Release the status should be INCOMPLETE, otherwise you won't be able to see the XML tags.
    Thanks,
    PS.
    Edited by: PS on Sep 25, 2012 6:16 AM

  • How to add Multiple XML Tags for a single column for an RDF

    Hi Gurus,
    I have Requirement in the Oracle D2k Report from which we are generating the xml tags.
    My Requirement is in a table i have 2 columns say A and B.
    i am able to generate three xml tags separately using the report builder by clicking on the column name and in the xml setting giving the xml tag.
    eg: table Acount contains 2 columns A and B with respective data
    A B
    QT 1
    QTS 0
    QTR 2
    i am able to general xml tags like this
    <ACount>
    <AStatus>QT</AStatus>
    <HeadCount>1</HeadCount>
    </ACount>
    <ACount>
    <AStatus>QTS</AStatus>
    <HeadCount>0</HeadCount>
    </ACount>
    my requiremnt for the xml tags is
    <ACount>
    <AStatusQT>1</AStatusQT>
    <AStatusQTS>0</AStatusQTS>
    </ACount>
    kindly help me out how to achieve this requirment in the rdf file mulitple xml tags.
    all your input are most valuable to me, thanks in advance
    Edited by: 909577 on Apr 9, 2012 3:10 PM

    I'm sorry for being so dense, but I'm not quite following, although what I've tried makes me think if I can follow you, it will work :)
    To answer your initial questions, you are correct with both your assumptions:
    1) detailType is the parameter that specificies YTD/Weekly, this is a "report defined" parameter that I am using to determine which Row Group to display (either YTD or Weekly)
    2) SchoolDaysActiveWeek is the parameter that is being set to either true or false -- this is a field in the cube that states whether that record is for the current week or not
    So in following your instructions, well that's the problem I'm not quite following :)
    1) When you say Delete the SchoolDaysActiveWeek parameter from the report only, do you mean to mark the parameter as Hidden?  If so, I've done this.
    2) I'm not quite sure where to use the statement you provided me.  You said to put it in the dataset, but I don't know which dataset.  I assume you mean the "main" dataset (as opposed to the hidden dataset that gets generated when you mark a field
    as a parameter).  If this is the case, the only place I could see that would allow you to use such a statement is in the Filter section of the properties.  I tried this, and it did not generate any errors, but it also kept my report groups from displaying
    -- it just showed a blank report, so I think it probably wasn't bringing back any rows to populate them with.
    I also tried going into the Expression section for the SchoolDaysActiveWeek parameter in the second screenshot and placing the statement there.  When I did this and ran the report, I would get the following error:
    The 'SchoolDaysActiveWeek' parameter is missing a value
    So what am I missing!? 
    Also, thanks for taking the time to respond!!

  • Cisco Prime Infrastructure 2.2 Rest API XML does not add LF

    I am using several scripts that dig the data from XML files created through Cisco Prime Infrastructure Rest API. It worked fine until 2.1. Now, with 2.2, seems Cisco stopped adding LF to each line and everything is 'one' line.
    Here is an example with 2.1, there is a LF to the end of each line:
    ?xml version="1.0" encoding="UTF-8" standalone="yes"?>
    <queryResponse type="AccessPointDetails" rootUrl="https://server/webacs/api/v1/data" requestUrl="https://server/webacs/api/v1/data/AccessPointDetails?type=contains(UnifiedAp)&amp;.full=true&amp;.maxResults=1000&amp;.firstResult=0" responseType="listEntityInstances" count="715" first="0" last="714">
        <entity url="https://server/webacs/api/v1/data/AccessPointDetails/1505569" type="AccessPointDetails" dtoType="accessPointDetailsDTO">
            <accessPointDetailsDTO id="1505569" displayName="1505569">
                <adminStatus>ENABLE</adminStatus>
                <apType>AP1240</apType>
                <cdpNeighbors>
                    <cdpNeighbor>
                        <capabilities>Switch IGMP </capabilities>
                        <duplex>Half Duplex</duplex>
                        <interfaceSpeed>100Mbps</interfaceSpeed>
                        <localPort>2</localPort>
                        <neighborIpAddress>10.1.1.1</neighborIpAddress>
                        <neighborName>switch</neighborName>
                        <neighborPort>FastEthernet0/1</neighborPort>
                        <platform>cisco WS-C3560-8PC</platform>
                    </cdpNeighbor>
    Now, with 2.2, there is not LF anywhere:
    ?xml version="1.0" encoding="UTF-8" standalone="yes"?><queryResponse type="AccessPointDetails" rootUrl="https://server/webacs/api/v1/data" requestUrl="https://server/webacs/api/v1/data/AccessPointDetails?type=contains(UnifiedAp&amp;.full=true&amp;.maxResults=1000&amp;.firstResult=0" responseType="listEntityInstances" count="715" first="0" last="714">
    <entity url="https://server/webacs/api/v1/data/AccessPointDetails/1505569" type="AccessPointDetails" dtoType="accessPointDetailsDTO">
    <accessPointDetailsDTO id="1505569" displayName="1505569"><adminStatus>ENABLE</adminStatus><apType>AP1240</apType><cdpNeighbors><cdpNeighbor>
    Does anyone know, is this intentional or a mistake? Or is there a way how I control this?
    I am reading on-line CPI Rest API docs, but seems cannot find anything.
    Thanks,
    Vlad

    PI 2.0 is in Beta mode for testing in closed group already. However it may still take some time to get released on CCO for FCS.
    I think it is expected to be released between aug-sep. BU has also started working on CPI 2.1, which you can see test uploads on CCO.
    For what does it have for customers?
    > As Cisco have a vision of one network Management software for both wired and wireless infrastructure, which started getting real partially with Cisco PI.
    As WCS got evolved to NCS and eventually to Cisco Prime Infrastructure, but it doesnt yet have full Management capability for wired infra., which is there with LMS.
    With CPI 2.x Cisco plans to blend entire LMS and WCS features together.
    -Thanks

  • Use REST API to query contacts with a field updated since certain time?

    Hello,
    Using the REST API and trying to figure out how I can query for contacts that have had a field updated since a specified time. I've tried using the "lastUpdatedAt" arg, but to me it seems like I'm getting back contacts that maybe haven't had any data change, but were probably sent an email or something of that sort (so the updated at value was changed)
    Is there a way to query for contacts that have had fields change (Like subscriptions, address, title, etc) but exclude those contacts that only have their updated values changes because they were sent an email?
    Thanks!

    Hi Chris,
    lastUpdatedAt or "Date Modified" fields don't change when the contact is sent an email, but rather, when ANY field is modified on the contact record. You can certainly query for and export contacts that had their data touched in some way since a specified time, but it won't be on a per-field basis. There is effectively no field level change history or tracking. You can work around this with extra logic. First, you can get a snapshot of what the values were in the specific fields you want to track across your entire database.
    The next time you run an export using Date Modified, it will contain more records than you might care about, but you can filter offline for the ones you do care about by comparing their before and after values for the specific 'tracked' fields.
    Regards,
    Bojan

  • Error for fetching long text in xml tag for xml publisher report

    My requirement is to fetch a large document which is in text format in XML output which can be printed in PDF format by using RTF method to generate PDF.But during XML ouput i got the following error-
    The XML page cannot be displayed
    Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh
    button, or try again later.
    The following tags were not closed: XXBG_EAMWRREP_V1, LIST_G_WO_ACTIVITY_CODE, G_WO_ACTIVITY_CODE, LIST_G_MEDIA_ID1,
    G_MEDIA...
    XXBG_EAMWRREP_V1 is the rdf and LIST_G_WO_ACTIVITY_CODE, G_WO_ACTIVITY_CODE, LIST_G_MEDIA_ID1, G_MEDIA are the groups name. In the group
    G_MEDIA i am fetching long_text from attahcment in application. In Database table the datatype of the text attachment is 'long' and there is a huge text
    data loaded in large data editor of that column. If the text data volume is small enough then there is no problem for fetching the xml output.
    If we change the output format as HTMl then there is no problem for fetching the output for long text but for xml output format we are unable to fetch the data
    in xml tag.
    One thing to mention the oracle report is the copy of Maintenance Work Order Detail Report. The seeded report is HTML format in 11i. The requirement is to make it in xml report.
    Please help.

    Hi,
    Actually clob datatype is not available in oracle report builder datatype lov. Could you pls tell the other ways of converting that to clob in oracle report...

  • Form or form on report to update XML tagS stored in CLOB field.

    I would like to create a form or a form on a report
    where i can update xml tags. The xml data is stored in a CLOB field.
    sample CLOB DATA
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE preferences SYSTEM 'http://java.sun.com/dtd/preferences.dtd'>
    <preferences EXTERNAL_XML_VERSION="1.0">
    <root type="user">
    <map />
    <node name="com">
    <map />
    <node name="mynode">
    <map />
    <node name="utils">
    <map />
    <node name="properties">
    <map>
    <entry key="Save" value="ON" />
    <entry key="TM_PORT" value="55555" />
    <entry key="TM_PORT2" value="7777" />
    <entry key="SubID" value="all" />
    <entry key="UserDBUsr" value="myuser" />
    <entry key="JMS_JDBC" value="OFF" />
    <entry key="Side" value="BUY" />
    <entry key="HEALTH_MONITOR_CRITICAL_DISK_SPACE" value="500" />
    <entry key="HEALTH_MONITOR_WARNING_DISK_SPACE" value="750" />
    <entry key="HEALTH_MONITOR_PERIOD" value="600000" />
    </map>
    </node>
    </node>
    </node>
    </node>
    </root>
    </preferences>
    the goal is to have a form where i can view and update the "value" of following:
    TM_PORT
    TM_PORT2
    SubID
    UserDBUsr
    JMS_JDBC
    Side
    HEALTH_MONITOR_CRITICAL_DISK_SPACE
    HEALTH_MONITOR_WARNING_DISK_SPACE
    HEALTH_MONITOR_PERIOD
    I have searched around this forum but could not find an example.
    it would be cool if I could also load the an xml file into the clob.
    Thank you.

    Hi,
    I think you just study first the topics about XML DB to understand how to manupulate xml data in the database.
    See:
    http://www.oracle.com/technology/tech/xml/xmldb/index.html
    and
    XML DB
    Regards,
    Cafer

  • XML tag for dia of PIE chart in Oracle 9i Report Devloper

    Hi ,
    I'm using Oracle 9i reports Devloper and facing some problem with the controls in pie Graph. We are trying to do this by modifying DTD for graph in XML. Need of the hour is to increase the dia of pie graph. Can anyone suggest which XML tag to be used for the same.
    Attaching herewith DTD for the graph.
    ***************DTD FOR GRAPH START****************************
    <rw:graph id="CT_1" src="G_Graph" series="Heading" dataValues="No_Of_Scripts2">
    <!--
    <?xml version="1.0" ?>
    <Graph version="2.5.0.5" graphType="PIE" depthAngle="0" depthRadius="4.5" pieDepth="0" markerTooltipType="MTT_NONE" pieTilt="0">
    <DataviewFootnote foreground="#0" background="#ffffff"/>
    <DataviewSubtitle foreground="#0" background="#ffffff"/>
    <DataviewTitle foreground="#0" background="#0"/>
    <LegendArea visible="false"/>
    <O1Axis lineWidth="1"/>
    <O1MajorTick lineWidth="1"/>
    <O1Title textRotation="TR_HORIZ_ROTATE_90"/>
    <PieFrame fillTransparent="false"/>
    <SeriesItems>
    <Series id="0" color="#000000"/>
    <Series id="1" color="#333333"/>
    <Series id="2" color="#666666"/>
    <Series id="3" color="#999999"/>
    <Series id="4" color="#cccccc"/>
    <Series id="5" color="#FFFFFF"/>
    </SeriesItems>
    <SliceLabel textType="LD_TEXT_PERCENT">
    <ViewFormat decimalSeparatorUsed="true" decimalSeparator="." decimalDigitUsed="true" decimalDigit="0"/>
    <GraphFont name="Arial" size="11"/>
    </SliceLabel>
    <X1Axis lineWidth="1"/>
    <Y1Axis lineWidth="1" majorTickStep="15.0"/>
    <Y1MajorTick lineWidth="1"/>
    <Y2Axis lineWidth="1"/>
    <Y2MajorTick lineWidth="1"/>
    </Graph>
    -->
    </rw:graph>
    ***************DTD FOR GRAPH END****************************
    Santosh

    Prakash
    We are currently working on better BI Graph bean xml documentation, so today all you have is the graph.dtd which is located in the bigraphbean.jar.
    Thanks
    The Oracle Report Team

  • REST API, multiple places for one text in Emails JSON

    Hi,
    I am using REST API to operate on Emails object. Now I am having a question which confuses me. As you can see, from the returned JSON there are three places stored the email content text "this is test h...." which locate at "htmlContent", "root" and "plainText". So a problem is which is the real text which affects the update back to Eloqua by put/post method.  Or what did I miss?
    Another major problem besides the aboe problem, I found there are also other diferences like format.
    "htmlBody":
    this is test h<\/span><\/td><\/tr><\/table><\/div><\/div><\/td><td align=\"left\" valign=\"top\" width=\"251\" height=\"37\" id=\"empty7\"><\/td><\/tr><tr><td align=\"left\" valign=\"top\" width=\"51\" height=\"19\" id=\"empty8\"><\/td>\r\n<td align=\"left\" valign=\"top\" width=\"6\" height=\"19\" id=\"empty9\"><\/td><td align=\"left\" valign=\"top\" width=\"292\" height=\"19\" id=\"empty10\"><\/td><td align=\"left\" valign=\"top\" width=\"251\" height=\"19\" id=\"empty11\"><\/td><\/tr><tr><td align=\"left\" valign=\"top\" width=\"51\" height=\"51\" id=\"empty12\"><\/td><td align=\"left\" valign=\"top\" width=\"6\" height=\"51\" id=\"empty13\"><\/td><td valign=\"top\" align=\"left\" rowspan=\"1\" colspan=\"1\" width=\"292\" height=\"51\" id=\"view14\" style=\"color: #000000; font-family: Arial; font-size: 12px; line-height: 18px; letter-spacing: 0px\"><div id=\"sc3432\" class=\"sc-view hidden-border inline-styled-view editor-outline\" style=\"left: 57px; width: 292px; top: 76px; height: 51px; color: #000000; font-family: Arial; font-size: 12px; line-height: 18px; letter-spacing: 0px; overflow: hidden\"><div class=\"co-border-style\" style=\"\">\r\n<table width=\"292\" height=\"51\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" bordercollapse=\"collapse\" class=\"co-style-table\" style=\"color: #000000; font-family: Arial; font-size: 12px; line-height: 18px; letter-spacing: 0px; margin-top: 0px; margin-left: 0px; margin-right: 0px; margin-bottom: 0px\"><tr><td valign=\"top\" class=\"valign-able\"><span class=\"remove-absolute\">IE11 seems<a href=\"http://s1134754694.t.en25.com/e/er?s=1134754694&lid=5&elq=<span class="eloquaemail">recipientid<\/span>\" title=\"link test\"> does not suppor<\/a>t text mo<a href=\"http://www.example.com/?elq=~~eloqua..type--emailfield..syntax--recipientid~~&elqCampaignId=~~eloqua..type--campaign..campaignid--0..fieldname--id~~\">de. T<\/a>his is <b><font style=\"font-size:22px;\">create<\/font><\/b>d from Chrome.
    "root:
    "IE11 seems<a href=\\\"http://www.example.com/?elqTrack=true\\\" title=\\\"link test\\\"> does not suppor<\/a>t text mo<a href=\\\"http://www.example.com/\\\">de. T<\/a>his is <b><font style=\\\"font-size:22px;\\\">create<\/font><\/b>d from Chrome.\"
    "plainText":
    this is test h    \r\n\r\nIE11 seems does not suppor <http://<elqdomain type=1/>/e/er?s=1134754694&lid=5&elq=<span class=eloquaemail>recipientid<\/span>>t text mode. T <http://www.example.com/?elq=~~eloqua..type--emailfield..syntax--recipientid~~&elqCampaignId=~~eloqua..type--campaign..campaignid--0..fieldname--id~~>his is created from Chrome.
    So the problem is how do I differentiate them?
    "bounceBackEmail": "[email protected]",
    "contentSections": [],
    "createdAt": "1409394422",
    "createdBy": "12",
    "currentStatus": "Draft",
    "depth": "complete",
    "dynamicContents": [],
    "emailFooterId": "1",
    "emailGroupId": "1",
    "emailHeaderId": "1",
    "encodingId": "3",
    "fieldMerges": [],
    "folderId": "42",
    "forms": [],
    "htmlContent": {
      "docType": "<!DOCTYPE html>",
      "htmlBody": "<body style=\"\"> <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td align=\"center\" height=\"0\"><\/td><\/tr><tr><td><table cellspacing=\"0\" cellpadding=\"0\" border=\"0\" bordercollapse=\"collapse\" align=\"center\" width=\"600\" id=\"sc3170\" style=\"table-layout: auto\"><tr><td align=\"left\" valign=\"top\" width=\"51\" height=\"20\" id=\"empty0\"><\/td><td align=\"left\" valign=\"top\" width=\"6\" height=\"20\" id=\"empty1\"><\/td><td align=\"left\" valign=\"top\" width=\"292\" height=\"20\" id=\"empty2\"><\/td><td align=\"left\" valign=\"top\" width=\"251\" height=\"20\" id=\"empty3\"><\/td><\/tr><tr><td align=\"left\" valign=\"top\" width=\"51\" height=\"37\" id=\"empty4\"><\/td><td valign=\"top\" align=\"left\" rowspan=\"1\" colspan=\"2\" width=\"298\" height=\"37\" id=\"view5\" style=\"color: #000000; font-family: Arial; font-size: 12px; line-height: 18px; letter-spacing: 0px\">\r\n<div id=\"sc3447\" class=\"sc-view hidden-border inline-styled-view editor-outline\" style=\"left: 51px; width: 298px; top: 20px; height: 37px; color: #000000; font-family: Arial; font-size: 12px; line-height: 18px; letter-spacing: 0px; overflow: hidden\"><div class=\"co-border-style\" style=\"\"><table width=\"298\" height=\"37\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" bordercollapse=\"collapse\" class=\"co-style-table\" style=\"color: #000000; font-family: Arial; font-size: 12px; line-height: 18px; letter-spacing: 0px; margin-top: 0px; margin-left: 0px; margin-right: 0px; margin-bottom: 0px\"><tr><td valign=\"top\" class=\"valign-able\"><span class=\"remove-absolute\">this is test h<\/span><\/td><\/tr><\/table><\/div><\/div><\/td><td align=\"left\" valign=\"top\" width=\"251\" height=\"37\" id=\"empty7\"><\/td><\/tr><tr><td align=\"left\" valign=\"top\" width=\"51\" height=\"19\" id=\"empty8\"><\/td>\r\n<td align=\"left\" valign=\"top\" width=\"6\" height=\"19\" id=\"empty9\"><\/td><td align=\"left\" valign=\"top\" width=\"292\" height=\"19\" id=\"empty10\"><\/td><td align=\"left\" valign=\"top\" width=\"251\" height=\"19\" id=\"empty11\"><\/td><\/tr><tr><td align=\"left\" valign=\"top\" width=\"51\" height=\"51\" id=\"empty12\"><\/td><td align=\"left\" valign=\"top\" width=\"6\" height=\"51\" id=\"empty13\"><\/td><td valign=\"top\" align=\"left\" rowspan=\"1\" colspan=\"1\" width=\"292\" height=\"51\" id=\"view14\" style=\"color: #000000; font-family: Arial; font-size: 12px; line-height: 18px; letter-spacing: 0px\"><div id=\"sc3432\" class=\"sc-view hidden-border inline-styled-view editor-outline\" style=\"left: 57px; width: 292px; top: 76px; height: 51px; color: #000000; font-family: Arial; font-size: 12px; line-height: 18px; letter-spacing: 0px; overflow: hidden\"><div class=\"co-border-style\" style=\"\">\r\n<table width=\"292\" height=\"51\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" bordercollapse=\"collapse\" class=\"co-style-table\" style=\"color: #000000; font-family: Arial; font-size: 12px; line-height: 18px; letter-spacing: 0px; margin-top: 0px; margin-left: 0px; margin-right: 0px; margin-bottom: 0px\"><tr><td valign=\"top\" class=\"valign-able\"><span class=\"remove-absolute\">IE11 seems<a href=\"http://s1134754694.t.en25.com/e/er?s=1134754694&lid=5&elq=<span class="eloquaemail">recipientid<\/span>\" title=\"link test\"> does not suppor<\/a>t text mo<a href=\"http://www.example.com/?elq=~~eloqua..type--emailfield..syntax--recipientid~~&elqCampaignId=~~eloqua..type--campaign..campaignid--0..fieldname--id~~\">de. T<\/a>his is <b><font style=\"font-size:22px;\">create<\/font><\/b>d from Chrome.<\/span><\/td><\/tr><\/table><\/div><\/div><\/td><td align=\"left\" valign=\"top\" width=\"251\" height=\"51\" id=\"empty15\"><\/td><\/tr><tr><td align=\"left\" valign=\"top\" width=\"51\" height=\"473\" id=\"empty16\"><\/td><td align=\"left\" valign=\"top\" width=\"6\" height=\"473\" id=\"empty17\"><\/td>\r\n<td align=\"left\" valign=\"top\" width=\"292\" height=\"473\" id=\"empty18\"><\/td><td align=\"left\" valign=\"top\" width=\"251\" height=\"473\" id=\"empty19\"><\/td><\/tr><\/table><\/td><\/tr><tr><td align=\"center\" height=\"0\"><\/td><\/tr><\/table> <\/body>",
      "metaTags": [],
      "root": "SC.Page.design({mainView: CoreOrion.DropView.design({inlineStyles: {\"borderWidth\": \"2\",\"borderStyle\": \"none\"},childViews: [CoreOrion.TextBoxView.design({layout: {\"left\": 57,\"top\": 76,\"height\": 51,\"width\": 292},value: \"IE11 seems<a href=\\\"http://www.example.com/?elqTrack=true\\\" title=\\\"link test\\\"> does not suppor<\/a>t text mo<a href=\\\"http://www.example.com/\\\">de. T<\/a>his is <b><font style=\\\"font-size:22px;\\\">create<\/font><\/b>d from Chrome.\",inlineStyles: {\"borderWidth\": \"2\",\"borderStyle\": \"none\",\"color\": \"#000000\",\"fontFamily\": \"Arial\",\"fontSize\": \"12px\",\"lineHeight\": \"18px\",\"borderColor\": \"#000\",\"letterSpacing\": \"0px\"}}),CoreOrion.TextBoxView.design({layout: {\"left\": 51,\"top\": 20,\"height\": 37,\"width\": 298},value: \"this is test h\",inlineStyles: {\"borderWidth\": \"2\",\"borderStyle\": \"none\",\"color\": \"#000000\",\"fontFamily\": \"Arial\",\"fontSize\": \"12px\",\"lineHeight\": \"18px\",\"borderColor\": \"#000\",\"letterSpacing\": \"0px\"}})]})})",
      "systemHeader": "<style>body{   } a img{border: none;}.ReadMsgBody { width: 100%;}.ExternalClass {width: 100%;}div.sc-view.hidden-border.inline-styled-view.editor-outline {height: 100% !important;}<\/style>",
      "type": "StructuredHtmlContent"
    "hyperlinks": [
       "href": "http://s1134754694.t.en25.com/e/er?s=1134754694&lid=5&elq=<span class="eloquaemail">recipientid<\/span>",
       "id": "-1",
       "name": " does not suppor",
       "type": "Hyperlink"
       "href": "http://www.example.com/",
       "id": "-2",
       "name": "de. T",
       "type": "Hyperlink"
    "id": "71",
    "images": [],
    "isPlainTextEditable": "false",
    "isTracked": "false",
    "landingPages": [],
    "layout": "{\"body\":{\"width\":600,\"height\":600}}",
    "name": "Erica Email 2",
    "permissions": "fullControl",
    "plainText": "\r\n\r\nthis is test h    \r\n\r\nIE11 seems does not suppor <http://<elqdomain type=1/>/e/er?s=1134754694&lid=5&elq=<span class="eloquaemail">recipientid<\/span>>t text mode. T <http://www.example.com/?elq=~~eloqua..type--emailfield..syntax--recipientid~~&elqCampaignId=~~eloqua..type--campaign..campaignid--0..fieldname--id~~>his is created from Chrome.    \r\n\r\n",
    "replyToEmail": "[email protected]",
    "replyToName": "Technology Partner – Welocalize",
    "sendPlainTextOnly": "false",
    "senderEmail": "[email protected]",
    "senderName": "Technology Partner – Welocalize",
    "style": "{}",
    "subject": "Erica",
    "type": "Email",
    "updatedAt": "1409547402",
    "updatedBy": "12"

    hi leo,
    if you're looking to update the contents of the email then:
    * change htmlBody to update the html version of the email
    * change plainText to update the plain text version of the email
    you can safely ignore the root property.
    ~ alex

  • Need xml tags for min and max length and required fields

    Hi - the following is the code that I am using to create a schema,register the schema, create a xml table and insert data into the table. notice that I am using the minOccurs and maxOccurs in the schema defenition but when I insert a record into the table with a value larger then the maxOccurs had been set to and I was able to succesful in the insert. Can someone tell me if I am usig the right tags and if not which tags am I supposed to be sing?
    EXEC dbms_xmlschema.deleteSchema('http://www.specialtysystems.com/fraamed/kaylatest.xsd',dbms_xmlschema.DELETE_CASCADE_FORCE);
    declare
    doc1 clob:= '
    <schema elementFormDefault="qualified"
    xmlns="http://www.w3.org/2001/XMLSchema"
    targetNamespace="http://www.specialtysystems.com/fraamed/kaylatest.xsd"
    xmlns:hematest="http://www.specialtysystems.com/fraamed/kaylatest.xsd">
    <element name =�airspace�>
    <complexType>
    <sequence>
    <element name=�airspace_areas� minOccurs=�0� maxOccurs=�unbounded�>
                        <complexType>
                             <sequence>
    <element name=�area� minOccurs=�1� maxOccurs=�1�>
    <simpleType>
    <restriction base="integer">
    <minInclusive value="-999999"/>
    <maxInclusive value="9999999"/>
    </restriction>
    </simpleType>
    </element>
                             </sequence>
         </complexType>
                   </element>
              </sequence>
         </complexType>
    </element>
    </schema>
    begin
    dbms_xmlschema.registerSchema('http://www.specialtysystems.com/fraamed/kaylatest.xsd', doc1);
    end;
    Drop table kaylatest;
    create table kaylatest(
    schedules xmltype)
    xmltype column schedules
    XMLSCHEMA "www.specialtysystems.com/fraamed/kaylatest.xsd"
    element "airspace";
    insert into kaylatest (schedules) values
    (XMLTYPE('
    <airspace
    xmlns="http://www.specialtysystems.com/fraamed/kaylatest.xsd"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://www.specialtysystems.com/fraamed/kaylatest.xsd
    http://www.specialtysystems.com/fraamed/kaylatest.xsd">
    <airspace_areas>
    <area>99999999999999999999999999</area>
    </airspace_areas>
    </airspace>

    Please see the posting guidelines thread...
    Posting Guidelines...
    BTW also note that the forum has a search capability.

  • IDOC: Problem with data filter for IDOC extension field

    Hallo!
    I've created an idoc extension for the basic type DEBMAS06 that works fine. Now I want to use a data filter for one field ( company code ) of my segment. Every segment with a company code different from 100 should be filtered and not send to the other client. But what happend is that for all customers that have at least one company code different from 100, all segments including the one with cc 100 were deleted and a error "Segment ... does not exist for message type DEBMAS" appeared on the screen.
    Does anyone have any ideas about this problem?

    Not sure about changes to be made at the filtering options.
    An alternative would be sending the data to XI as it is and perform the mapping to remove the unnecessary segments.
    Disadvantage: Unnecessary processing of segment would be done at XI.
    Advantage: The integration logic would be completely handled by XI.
    Regards,
    Prateek

  • Validation for a extension field in the BAPI ( BAPI_ACC_DOCUMENT_CHECK)

    Hi,
    I am working on an in terface for upload of data in journal ledger(FB50)
    Actually i need to validate a field which has been included in transaction FB50 as an enhancement based on customer need .
    a function module was created as suggested in note 487722 earlier but now we require to validate that field(transaction type) as i am using this BAPI in an interface for journal ledger posting FB50 for data validation of the file data.
    this field has been populated as a part of the extension parameter in the bapi -
    (( BAPI_ACC_DOCUMENT_CHECK)
    field values for this field have been passed in the business transaction.
    but i am not sure where to code the validation for this field .
    could anybody suggest if we need to do it in include ZXACCU15 .
    if so then how do we populate the values for the return parameter.
    i am post ing document using IDOC and need to generate the for the errors generated.
    it already shows for all the standard fields of the transaction.
    Its a bit urgent,
    help wud be appreciated
    jy

    Hello Jy
    The following coding shows how to evaluate the existence of the transaction type in table T856 and how to create the corresponding BAPI message (using function module <b>BALW_BAPIRETURN_GET2</b>):
    *& Report  ZUS_SDN_BAPIRETURN_GET2
    REPORT  zus_sdn_bapireturn_get2.
    START-OF-SELECTION.
      " Call BTE function within BAPI (actually OPEN_FI_PERFORM_RWBAPI01_P
      " calls the z-function module)
    **  CALL FUNCTION 'Z_FI_INTERFACE_RWBAPI01'
    **    TABLES
    **      c_accit           =
    **      c_acccr           =
    **      c_return          =
    **      c_extension       =
    **      c_accwt           =
    **    changing
    **      c_acchd           =
      " Coding within your BTE function module:
      DATA:
        ls_return    TYPE bapiret2.
    * transaction type
      READ TABLE it_accit INTO ls_accit
           WITH KEY posnr = ld_posnr.
      CHECK ( sy-subrc EQ 0 ).
      ld_tabix = sy-tabix.
      ls_accit-posnr = ld_posnr.
      ls_accit-rmvct = ls_bapi_extension-field3.
      MODIFY it_accit FROM ls_accit INDEX ld_tabix.
    " Validate existence of transaction type
      SELECT SINGLE * FROM  t856 into ls_t856
             WHERE  trtyp  = ls_accit-rmvct.
      if ( syst-subrc ne 0 ).
        " Note: the following IF condition looks apparently strange yet its primary
        "         use is to ensure that the Where-Used-List for message 014(GC)
        "         will find our function module
        if 1 = 2.  MESSAGE e014(gc) WITH ls_accit-rmvct.  endif.
    *   Transaction type & is not defined
        clear: ls_return.
        ls_return-message_v1 = ls_accit-rmvct.  " type conversion
        CALL FUNCTION 'BALW_BAPIRETURN_GET2'
          EXPORTING
            type             = 'E'
            cl               = 'GC'
            number           = '814'
            PAR1             = ls_return-message_v1
    *       PAR2             = ' '
    *       PAR3             = ' '
    *       PAR4             = ' '
    *       LOG_NO           = ' '
    *       LOG_MSG_NO       = ' '
    *       PARAMETER        = ' '
    *       ROW              = 0      " ld_tabix
    *       FIELD            = ' '    " RMVCT
          IMPORTING
            RETURN           = ls_return.
        APPEND ls_return TO c_return.
      ENDIF.
    END-OF-SELECTION.
    The advantage of using the function module over directly filling the BAPIRET2 message variable is that the function module generated the message text (field BAPIRET2-message = 'Transaction type '<type>' is not defined').
    Regards
      Uwe

Maybe you are looking for

  • Macbook OS is toast and DVD drive issue to boot, help please!!!

    So my girlfriends macbook booted and it only shows a folder with a question mark. Ok, so I've done all the simple things I've come across on the web. SO I finally get a copy of the disc to fix it and I can't put the disc in. As far as I can tell ther

  • InfoObject Help taking more time in BI web report Input screen

    Hi all, i am having a report consist of 3 variables .So, when ever i will execute it, variable screen will pop up. Now, There is an object name as "Master Location" , and it is having variable . Now, the problem is when i click on the help of Master

  • SCCM 2012 R2 CU2 Update - Need to update console or clients as well?

    Hi, I am going to be installing the following update onto out SCCM 2012 server: http://support.microsoft.com/kb/2970177/en-us I am not 100% sure but is there a need to update all installed consoles and/or all sccm clients after the CU2 installation?

  • No Updates to iSync in Mac OS X 10.5.7

    Apple have just released Mac OS X 10.5.7 but there are no updates to iSync included. It remains at v3.0.2 (574.0) Virtually all the Bluetooth system software components have been significantly updated from v2.1.3f8 to 2.1.6f8, which could bring impro

  • Delete Rental Object in RE-FX

    Hi, I want to delete a Rental Object in RE-FX. It gives me a error " It is not possible to delete the data: Account assignment was already made to the object ". I have checked in the BSEG table and found that no FI documents were posted for this Rent