<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Question Re: i have created one item extending AbstractOrderEntry...and added one attribute quotedPrice to it , how can i fetch the value from ordermodel for setting it to orderdata? Also this attribute is not visible in orderentry in CRM and CX Q&amp;A</title>
    <link>https://community.sap.com/t5/crm-and-cx-q-a/i-have-created-one-item-extending-abstractorderentry-and-added-one/qaa-p/12086601#M411664</link>
    <description>&lt;P&gt;yes like this:-
&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1715786-11618-capture1.png" /&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 23 Oct 2018 11:12:22 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2018-10-23T11:12:22Z</dc:date>
    <item>
      <title>i have created one item extending AbstractOrderEntry...and added one attribute quotedPrice to it , how can i fetch the value from ordermodel for setting it to orderdata? Also this attribute is not visible in orderentry</title>
      <link>https://community.sap.com/t5/crm-and-cx-q-a/i-have-created-one-item-extending-abstractorderentry-and-added-one/qaq-p/12086595</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;     &amp;lt;attributes&amp;gt;
        &amp;lt;attribute qualifier="quotedPrice" type="java.lang.Double" autocreate="true" generate="true"&amp;gt;
             &amp;lt;persistence type="property"&amp;gt;&amp;lt;/persistence&amp;gt;
         &amp;lt;modifiers read="true" write="true" search="true" optional="true"/&amp;gt;
       &amp;lt;/attribute&amp;gt;    
     &amp;lt;/attributes&amp;gt;
 &amp;lt;/itemtype&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 22 Oct 2018 15:52:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/crm-and-cx-q-a/i-have-created-one-item-extending-abstractorderentry-and-added-one/qaq-p/12086595</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2018-10-22T15:52:00Z</dc:date>
    </item>
    <item>
      <title>Re: i have created one item extending AbstractOrderEntry...and added one attribute quotedPrice to it , how can i fetch the value from ordermodel for setting it to orderdata? Also this attribute is not visible in orderentry</title>
      <link>https://community.sap.com/t5/crm-and-cx-q-a/i-have-created-one-item-extending-abstractorderentry-and-added-one/qaa-p/12086596#M411659</link>
      <description>&lt;P&gt;need to display this entrytype here&lt;/P&gt;
&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1715639-11607-capture.png" /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Oct 2018 16:21:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/crm-and-cx-q-a/i-have-created-one-item-extending-abstractorderentry-and-added-one/qaa-p/12086596#M411659</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2018-10-22T16:21:28Z</dc:date>
    </item>
    <item>
      <title>Re: i have created one item extending AbstractOrderEntry...and added one attribute quotedPrice to it , how can i fetch the value from ordermodel for setting it to orderdata? Also this attribute is not visible in orderentry</title>
      <link>https://community.sap.com/t5/crm-and-cx-q-a/i-have-created-one-item-extending-abstractorderentry-and-added-one/qaa-p/12086597#M411660</link>
      <description>&lt;P&gt;Can you please update your question and explain the issue in more detail? Unfortunately, I don't really understand where your problem is.
&lt;/P&gt;</description>
      <pubDate>Mon, 22 Oct 2018 16:45:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/crm-and-cx-q-a/i-have-created-one-item-extending-abstractorderentry-and-added-one/qaa-p/12086597#M411660</guid>
      <dc:creator>mpern</dc:creator>
      <dc:date>2018-10-22T16:45:39Z</dc:date>
    </item>
    <item>
      <title>Re: i have created one item extending AbstractOrderEntry...and added one attribute quotedPrice to it , how can i fetch the value from ordermodel for setting it to orderdata? Also this attribute is not visible in orderentry</title>
      <link>https://community.sap.com/t5/crm-and-cx-q-a/i-have-created-one-item-extending-abstractorderentry-and-added-one/qaa-p/12086598#M411661</link>
      <description>&lt;P&gt;yes req is i have to create a CustomQuotationOrderEntry which should extend AbstractOrderEntry&lt;/P&gt;
&lt;P&gt;having attribute quoted price.&lt;/P&gt;
&lt;P&gt;Problem is i cannot see this attribute in order entry from backoffice&lt;/P&gt;</description>
      <pubDate>Mon, 22 Oct 2018 17:00:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/crm-and-cx-q-a/i-have-created-one-item-extending-abstractorderentry-and-added-one/qaa-p/12086598#M411661</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2018-10-22T17:00:50Z</dc:date>
    </item>
    <item>
      <title>Re: i have created one item extending AbstractOrderEntry...and added one attribute quotedPrice to it , how can i fetch the value from ordermodel for setting it to orderdata? Also this attribute is not visible in orderentry</title>
      <link>https://community.sap.com/t5/crm-and-cx-q-a/i-have-created-one-item-extending-abstractorderentry-and-added-one/qaa-p/12086599#M411662</link>
      <description>&lt;P&gt;if you want your custom order entry object as part of order.getOrderEntries , shouldn't you extend it with OrderEntry rather than AbstractOrderEntry ? Eg : - ReturnOrderEntry
&lt;/P&gt;</description>
      <pubDate>Mon, 22 Oct 2018 21:29:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/crm-and-cx-q-a/i-have-created-one-item-extending-abstractorderentry-and-added-one/qaa-p/12086599#M411662</guid>
      <dc:creator>former_member1320010</dc:creator>
      <dc:date>2018-10-22T21:29:47Z</dc:date>
    </item>
    <item>
      <title>Re: i have created one item extending AbstractOrderEntry...and added one attribute quotedPrice to it , how can i fetch the value from ordermodel for setting it to orderdata? Also this attribute is not visible in orderentry</title>
      <link>https://community.sap.com/t5/crm-and-cx-q-a/i-have-created-one-item-extending-abstractorderentry-and-added-one/qaa-p/12086600#M411663</link>
      <description>&lt;P&gt;You cannot see the new attribute? Or you cannnot see the new type? &lt;/P&gt;
&lt;P&gt;If you can't see the attribute: have you configured the &lt;CODE&gt;editor-area&lt;/CODE&gt;? If not, have a look in the Administration Tab, it should be there
&lt;/P&gt;</description>
      <pubDate>Tue, 23 Oct 2018 07:44:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/crm-and-cx-q-a/i-have-created-one-item-extending-abstractorderentry-and-added-one/qaa-p/12086600#M411663</guid>
      <dc:creator>mpern</dc:creator>
      <dc:date>2018-10-23T07:44:57Z</dc:date>
    </item>
    <item>
      <title>Re: i have created one item extending AbstractOrderEntry...and added one attribute quotedPrice to it , how can i fetch the value from ordermodel for setting it to orderdata? Also this attribute is not visible in orderentry</title>
      <link>https://community.sap.com/t5/crm-and-cx-q-a/i-have-created-one-item-extending-abstractorderentry-and-added-one/qaa-p/12086601#M411664</link>
      <description>&lt;P&gt;yes like this:-
&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1715786-11618-capture1.png" /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Oct 2018 11:12:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/crm-and-cx-q-a/i-have-created-one-item-extending-abstractorderentry-and-added-one/qaa-p/12086601#M411664</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2018-10-23T11:12:22Z</dc:date>
    </item>
  </channel>
</rss>

