<?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: Sap mdk objectcell in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/sap-mdk-objectcell/qaa-p/13766696#M4837682</link>
    <description>&lt;P&gt;Reduce the characters in the `statustext` and `substatustext` properties and ensure that the title and subtitle on the left side do not get truncated, you can follow these steps. Additionally, remember that list pages are designed to provide a brief overview, and detailed views should be accessible through the `OnPress` event. Here is a refined approach to achieve this:&lt;/P&gt;&lt;P&gt;1. Shorten `statustext` and `substatustext`:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Change "This is the status text" to "Status".&lt;/LI&gt;&lt;LI&gt;Change "This is the SubStatus text" to "SubStatus".&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;2. Ensure brevity and clarity:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Keep all ObjectCell properties short and crisp, as text wrapping is not yet supported.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;3. Navigation to detailed view:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Use the `OnPress` event to navigate to a new page for detailed information.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Here is an example:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="abap"&gt;{
  "ObjectCell": {
    "title": "Item Title",
    "subtitle": "Item Subtitle",
    "statusText": "Status",
    "substatusText": "SubStatus",
    "OnPress": "/path/to/Details.page"
  }
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;On the detailed page (`DetailsPage`), you can provide more comprehensive information. This approach ensures that the list pages offer a concise overview while allowing users to access detailed information as needed.&lt;/P&gt;&lt;P&gt;By keeping the ObjectCell properties short and crisp, you avoid truncation issues and maintain a clean, user-friendly interface.&lt;/P&gt;</description>
    <pubDate>Sat, 20 Jul 2024 11:36:05 GMT</pubDate>
    <dc:creator>panushjain</dc:creator>
    <dc:date>2024-07-20T11:36:05Z</dc:date>
    <item>
      <title>Sap mdk objectcell</title>
      <link>https://community.sap.com/t5/technology-q-a/sap-mdk-objectcell/qaq-p/13762537</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;On Iphone, when statustext and substatustext properties of objectcell are populated, the title and description get truncated although lot of space is available on the row&lt;/P&gt;&lt;P&gt;Also how too show multiple tags one below other rather than in a single line&lt;/P&gt;&lt;P&gt;How can this be avoided&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;LI-PRODUCT title="mobile development kit client" id="73555000100800001081"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jul 2024 20:04:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sap-mdk-objectcell/qaq-p/13762537</guid>
      <dc:creator>gvishjoshi</dc:creator>
      <dc:date>2024-07-16T20:04:00Z</dc:date>
    </item>
    <item>
      <title>Re: Sap mdk objectcell</title>
      <link>https://community.sap.com/t5/technology-q-a/sap-mdk-objectcell/qaa-p/13762553#M4837153</link>
      <description>Could you share what did you define in the page metadata and how does it appear on the device?</description>
      <pubDate>Tue, 16 Jul 2024 20:22:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sap-mdk-objectcell/qaa-p/13762553#M4837153</guid>
      <dc:creator>Jitendra_Kansal</dc:creator>
      <dc:date>2024-07-16T20:22:37Z</dc:date>
    </item>
    <item>
      <title>Re: Sap mdk objectcell</title>
      <link>https://community.sap.com/t5/technology-q-a/sap-mdk-objectcell/qaa-p/13762651#M4837163</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Please see the attached example&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jul 2024 22:25:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sap-mdk-objectcell/qaa-p/13762651#M4837163</guid>
      <dc:creator>gvishjoshi</dc:creator>
      <dc:date>2024-07-16T22:25:29Z</dc:date>
    </item>
    <item>
      <title>Re: Sap mdk objectcell</title>
      <link>https://community.sap.com/t5/technology-q-a/sap-mdk-objectcell/qaa-p/13764203#M4837382</link>
      <description>&lt;P&gt;&lt;a href="https://community.sap.com/t5/user/viewprofilepage/user-id/122445"&gt;@gvishjoshi&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You mentioned there is lot of space available on the row when defining the statustext and substatustext properties of objectcell. Where exactly do you see this space?&lt;/P&gt;&lt;P&gt;What you are observing in your screenshot reflects the expected design: tags will appear on a single line.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jul 2024 06:22:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sap-mdk-objectcell/qaa-p/13764203#M4837382</guid>
      <dc:creator>Jitendra_Kansal</dc:creator>
      <dc:date>2024-07-18T06:22:25Z</dc:date>
    </item>
    <item>
      <title>Re: Sap mdk objectcell</title>
      <link>https://community.sap.com/t5/technology-q-a/sap-mdk-objectcell/qaa-p/13766696#M4837682</link>
      <description>&lt;P&gt;Reduce the characters in the `statustext` and `substatustext` properties and ensure that the title and subtitle on the left side do not get truncated, you can follow these steps. Additionally, remember that list pages are designed to provide a brief overview, and detailed views should be accessible through the `OnPress` event. Here is a refined approach to achieve this:&lt;/P&gt;&lt;P&gt;1. Shorten `statustext` and `substatustext`:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Change "This is the status text" to "Status".&lt;/LI&gt;&lt;LI&gt;Change "This is the SubStatus text" to "SubStatus".&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;2. Ensure brevity and clarity:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Keep all ObjectCell properties short and crisp, as text wrapping is not yet supported.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;3. Navigation to detailed view:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Use the `OnPress` event to navigate to a new page for detailed information.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Here is an example:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="abap"&gt;{
  "ObjectCell": {
    "title": "Item Title",
    "subtitle": "Item Subtitle",
    "statusText": "Status",
    "substatusText": "SubStatus",
    "OnPress": "/path/to/Details.page"
  }
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;On the detailed page (`DetailsPage`), you can provide more comprehensive information. This approach ensures that the list pages offer a concise overview while allowing users to access detailed information as needed.&lt;/P&gt;&lt;P&gt;By keeping the ObjectCell properties short and crisp, you avoid truncation issues and maintain a clean, user-friendly interface.&lt;/P&gt;</description>
      <pubDate>Sat, 20 Jul 2024 11:36:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sap-mdk-objectcell/qaa-p/13766696#M4837682</guid>
      <dc:creator>panushjain</dc:creator>
      <dc:date>2024-07-20T11:36:05Z</dc:date>
    </item>
  </channel>
</rss>

