<?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 Cloud MyInbox footer customization in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/sap-cloud-myinbox-footer-customization/qaa-p/618886#M150749</link>
    <description>&lt;P&gt;You cannot hide 'Show Log' button for the User Task but you can choose not to show the logs by checking the option while modelling the user task:&lt;/P&gt;
  &lt;P&gt;&lt;A href="https://help.sap.com/viewer/f85276c5069a429fa37d1cd352785c25/Cloud/en-US/5e058cf1333b4e18bfa6431a52e991d3.html?q=show%20log" target="test_blank"&gt;https://help.sap.com/viewer/f85276c5069a429fa37d1cd352785c25/Cloud/en-US/5e058cf1333b4e18bfa6431a52e991d3.html?q=show%20log&lt;/A&gt;&lt;/P&gt;
  &lt;P&gt;Hope that helps. &lt;/P&gt;</description>
    <pubDate>Tue, 27 Feb 2018 10:08:57 GMT</pubDate>
    <dc:creator>Archana</dc:creator>
    <dc:date>2018-02-27T10:08:57Z</dc:date>
    <item>
      <title>SAP Cloud MyInbox footer customization</title>
      <link>https://community.sap.com/t5/technology-q-a/sap-cloud-myinbox-footer-customization/qaq-p/618885</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
  &lt;P&gt;How do I hide the "Show Log" button in SAP Cloud MyInbox? I want to make the "Show Log" button visible for few tasks and not for few.&lt;/P&gt;
  &lt;P&gt;The below line of code works for custom actions but not for "Claim" and "Show Log" . &lt;/P&gt;
  &lt;P&gt;startupParameters.inboxAPI.removeAction("Claim");&lt;/P&gt;
  &lt;P&gt;Thanks,&lt;/P&gt;
  &lt;P&gt;Shilpa&lt;/P&gt;</description>
      <pubDate>Tue, 27 Feb 2018 06:48:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sap-cloud-myinbox-footer-customization/qaq-p/618885</guid>
      <dc:creator>Shilpakrishna</dc:creator>
      <dc:date>2018-02-27T06:48:57Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Cloud MyInbox footer customization</title>
      <link>https://community.sap.com/t5/technology-q-a/sap-cloud-myinbox-footer-customization/qaa-p/618886#M150749</link>
      <description>&lt;P&gt;You cannot hide 'Show Log' button for the User Task but you can choose not to show the logs by checking the option while modelling the user task:&lt;/P&gt;
  &lt;P&gt;&lt;A href="https://help.sap.com/viewer/f85276c5069a429fa37d1cd352785c25/Cloud/en-US/5e058cf1333b4e18bfa6431a52e991d3.html?q=show%20log" target="test_blank"&gt;https://help.sap.com/viewer/f85276c5069a429fa37d1cd352785c25/Cloud/en-US/5e058cf1333b4e18bfa6431a52e991d3.html?q=show%20log&lt;/A&gt;&lt;/P&gt;
  &lt;P&gt;Hope that helps. &lt;/P&gt;</description>
      <pubDate>Tue, 27 Feb 2018 10:08:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sap-cloud-myinbox-footer-customization/qaa-p/618886#M150749</guid>
      <dc:creator>Archana</dc:creator>
      <dc:date>2018-02-27T10:08:57Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Cloud MyInbox footer customization</title>
      <link>https://community.sap.com/t5/technology-q-a/sap-cloud-myinbox-footer-customization/qaa-p/13795158#M4841619</link>
      <description>&lt;P&gt;I solved like this and it's working (hidding the Claim button):&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;onAfterRendering() {
        var hideButtonWithClaimText = function () {
          var button = $("button:contains('Claim')");

          if (button.length &amp;gt; 0) {
            button.hide();
          } else {
            // If the button is not found, check again after a short delay
            setTimeout(hideButtonWithClaimText, 100); // 100ms delay
          }
        }

        // Start the process by calling the function
        hideButtonWithClaimText();
      }
&lt;/LI-CODE&gt;&lt;P&gt;Not soo elegant but it's working fine&lt;/P&gt;</description>
      <pubDate>Wed, 14 Aug 2024 19:35:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sap-cloud-myinbox-footer-customization/qaa-p/13795158#M4841619</guid>
      <dc:creator>smarchesini</dc:creator>
      <dc:date>2024-08-14T19:35:58Z</dc:date>
    </item>
  </channel>
</rss>

