<?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>topic Re: Make field required based on BG_DETECTED_IN_RCYC AND BG_USER_02 in Other HPE Product Questions</title>
    <link>https://community.hpe.com/t5/other-hpe-product-questions/defect-buttons-not-working-after-bug-fieldcanchange/m-p/7122177#M4732</link>
    <description>&lt;P&gt;&lt;a href="https://community.hpe.com/t5/user/viewprofilepage/user-id/2034399"&gt;@lisa777&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;ALM is part of a different company, Micro Focus. So you will need to repost your question to the Micro Focus Community at&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://community.softwaregrp.com/" target="_blank" rel="nofollow noopener noreferrer noopener noreferrer noopener noreferrer noopener noreferrer noopener noreferrer noopener noreferrer noopener noreferrer noopener noreferrer noopener noreferrer noopener noreferrer noopener noreferrer noopener noreferrer noopener noreferrer noopener noreferrer noopener noreferrer noopener noreferrer noopener noreferrer noopener noreferrer noopener noreferrer noopener noreferrer noopener noreferrer"&gt;https://community.softwaregrp.com/&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 22 Feb 2021 09:04:42 GMT</pubDate>
    <dc:creator>Parvez_Admin</dc:creator>
    <dc:date>2021-02-22T09:04:42Z</dc:date>
    <item>
      <title>Defect buttons not working after Bug_FieldCanChange</title>
      <link>https://community.hpe.com/t5/other-hpe-product-questions/defect-buttons-not-working-after-bug-fieldcanchange/m-p/7121927#M4725</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I put the following code into Bug_FieldCanChange function.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like for the Description field to be disabled (no changes) when Defect Status is changed from "New".&lt;/P&gt;&lt;P&gt;It's sort of working.&amp;nbsp; When the msgbox is not commented out, it pops up when Submit is clicked, but you can't close it.&amp;nbsp; When there is no message, the Submit/Cancel buttons on defect do not work.&lt;/P&gt;&lt;P&gt;What am I missing?&lt;/P&gt;&lt;P class="lia-indent-padding-left-60px"&gt;&lt;STRONG&gt;Function Bug_FieldCanChange(FieldName, NewValue)&lt;/STRONG&gt;&lt;/P&gt;&lt;P class="lia-indent-padding-left-60px"&gt;&lt;STRONG&gt;Bug_FieldCanChange = DefaultRes&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;On Error Resume Next&lt;/STRONG&gt;&lt;/P&gt;&lt;P class="lia-indent-padding-left-60px"&gt;&lt;STRONG&gt;If Bug_Fields.Field("BG_STATUS").value&amp;lt;&amp;gt;"New" and FieldName ="BG_DESCRIPTION" then&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Bug_FieldCanChange = False&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;'MsgBox "You cannot change description at this time"&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Exit Function&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Else&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Bug_FieldCanChange = DefaultRes&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;End If&lt;/STRONG&gt;&lt;/P&gt;&lt;P class="lia-indent-padding-left-60px"&gt;&lt;STRONG&gt;On Error GoTo 0&lt;/STRONG&gt;&lt;/P&gt;&lt;P class="lia-indent-padding-left-60px"&gt;&lt;STRONG&gt;End Function&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Feb 2021 19:51:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/other-hpe-product-questions/defect-buttons-not-working-after-bug-fieldcanchange/m-p/7121927#M4725</guid>
      <dc:creator>lisa777</dc:creator>
      <dc:date>2021-02-19T19:51:26Z</dc:date>
    </item>
    <item>
      <title>Re: Make field required based on BG_DETECTED_IN_RCYC AND BG_USER_02</title>
      <link>https://community.hpe.com/t5/other-hpe-product-questions/defect-buttons-not-working-after-bug-fieldcanchange/m-p/7121933#M4726</link>
      <description>&lt;P&gt;&lt;a href="https://community.hpe.com/t5/user/viewprofilepage/user-id/2034399"&gt;@lisa777&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you tell me which HPE product you are referring to so that i can put it to the right board.&lt;/P&gt;
&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Fri, 19 Feb 2021 15:34:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/other-hpe-product-questions/defect-buttons-not-working-after-bug-fieldcanchange/m-p/7121933#M4726</guid>
      <dc:creator>Parvez_Admin</dc:creator>
      <dc:date>2021-02-19T15:34:58Z</dc:date>
    </item>
    <item>
      <title>Re: Make field required based on BG_DETECTED_IN_RCYC AND BG_USER_02</title>
      <link>https://community.hpe.com/t5/other-hpe-product-questions/defect-buttons-not-working-after-bug-fieldcanchange/m-p/7121964#M4727</link>
      <description>&lt;P&gt;Apologies.&amp;nbsp; I noticed this was in the wrong board, but I wasn't sure how to change it.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm using ALM 15.&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Feb 2021 19:50:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/other-hpe-product-questions/defect-buttons-not-working-after-bug-fieldcanchange/m-p/7121964#M4727</guid>
      <dc:creator>lisa777</dc:creator>
      <dc:date>2021-02-19T19:50:43Z</dc:date>
    </item>
    <item>
      <title>Re: Make field required based on BG_DETECTED_IN_RCYC AND BG_USER_02</title>
      <link>https://community.hpe.com/t5/other-hpe-product-questions/defect-buttons-not-working-after-bug-fieldcanchange/m-p/7122177#M4732</link>
      <description>&lt;P&gt;&lt;a href="https://community.hpe.com/t5/user/viewprofilepage/user-id/2034399"&gt;@lisa777&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;ALM is part of a different company, Micro Focus. So you will need to repost your question to the Micro Focus Community at&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://community.softwaregrp.com/" target="_blank" rel="nofollow noopener noreferrer noopener noreferrer noopener noreferrer noopener noreferrer noopener noreferrer noopener noreferrer noopener noreferrer noopener noreferrer noopener noreferrer noopener noreferrer noopener noreferrer noopener noreferrer noopener noreferrer noopener noreferrer noopener noreferrer noopener noreferrer noopener noreferrer noopener noreferrer noopener noreferrer noopener noreferrer noopener noreferrer"&gt;https://community.softwaregrp.com/&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Feb 2021 09:04:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/other-hpe-product-questions/defect-buttons-not-working-after-bug-fieldcanchange/m-p/7122177#M4732</guid>
      <dc:creator>Parvez_Admin</dc:creator>
      <dc:date>2021-02-22T09:04:42Z</dc:date>
    </item>
  </channel>
</rss>

