<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="http://syndication.webwiz.co.uk/rss_namespace/">
 <channel>
  <title>DevForce Community Forum : VerifierCondition</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : DevForce Classic : VerifierCondition</description>
  <pubDate>Sat, 18 Apr 2026 00:05:39 -700</pubDate>
  <lastBuildDate>Tue, 09 Oct 2007 21:49:56 -700</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 9.69</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>www.ideablade.com/forum/RSS_post_feed.asp?TID=473</WebWizForums:feedURL>
  <image>
   <title>DevForce Community Forum</title>
   <url>http://www.ideablade.com/forum/forum_images/IdeaBlade_logo_tm.png</url>
   <link>http://www.ideablade.com/forum/</link>
  </image>
  <item>
   <title>VerifierCondition : Thank you very much. I will try...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=473&amp;PID=1522#1522</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=167" rel="nofollow">chuchay</a><br /><strong>Subject:</strong> 473<br /><strong>Posted:</strong> 09-Oct-2007 at 9:49pm<br /><br />Thank you very much. I will try this and give you feedback. :)]]>
   </description>
   <pubDate>Tue, 09 Oct 2007 21:49:56 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=473&amp;PID=1522#1522</guid>
  </item> 
  <item>
   <title>VerifierCondition : Try putting the delegate method...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=473&amp;PID=1520#1520</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=4" rel="nofollow">GregD</a><br /><strong>Subject:</strong> 473<br /><strong>Posted:</strong> 09-Oct-2007 at 7:52pm<br /><br /><P>Try putting the delegate method in a new class whose constructor takes&nbsp;the parameter you need. You can then set a class member variable equal to the parameter. Since the delegate method lives inside the class, it has access to that class member variable.</P><DIV><FONT size=2>&nbsp;&nbsp;public class DelegateHolder {<BR>&nbsp;&nbsp;&nbsp;public DelegateHolder(String pSomeParameter) {<BR>&nbsp;&nbsp;&nbsp;&nbsp;mSomeParameter = pSomeParameter;<BR>&nbsp;&nbsp;&nbsp;}</FONT></DIV><DIV><FONT size=2></FONT>&nbsp;</DIV><DIV><FONT size=2>&nbsp;&nbsp;&nbsp; private static VerifierResult SomeCondition(<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Employee pEmp, TriggerContext pTriggerContext, VerifierContext pVerifierContext) {</FONT></DIV><DIV><FONT size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; bool result;</FONT></DIV><DIV><FONT size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if (mSomeParameter = "foo" {<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; // do something<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; return new VerifierResult(result);<BR>&nbsp;&nbsp;&nbsp; }<BR></FONT></DIV><DIV><FONT size=2>&nbsp;&nbsp;&nbsp;private String mSomeParameter;</FONT></DIV><DIV><FONT size=2>&nbsp;&nbsp;}<BR></DIV></FONT><DIV>&nbsp;</DIV><DIV>Greg Dunn</DIV><DIV>IdeaBlade</DIV>]]>
   </description>
   <pubDate>Tue, 09 Oct 2007 19:52:47 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=473&amp;PID=1520#1520</guid>
  </item> 
  <item>
   <title>VerifierCondition : Can you maybe post some more specifics?...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=473&amp;PID=1497#1497</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=52" rel="nofollow">Yaron</a><br /><strong>Subject:</strong> 473<br /><strong>Posted:</strong> 09-Oct-2007 at 9:40am<br /><br />Can you maybe post some more specifics? what kind of variable are you attempting to pass, etc]]>
   </description>
   <pubDate>Tue, 09 Oct 2007 09:40:40 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=473&amp;PID=1497#1497</guid>
  </item> 
  <item>
   <title>VerifierCondition : I am using a DelegateVerifier...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=473&amp;PID=1459#1459</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=167" rel="nofollow">chuchay</a><br /><strong>Subject:</strong> 473<br /><strong>Posted:</strong> 04-Oct-2007 at 10:45pm<br /><br /><P>I am using a DelegateVerifier and I need to pass a parameter to&nbsp;my verifier condition but I can't seem to make it work. First question is, is it possible to pass a new parameter? If not, is there an alternate way? If possible, how do I do it? I am very new to DevForce.</P><DIV>Thanks in advance.</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Thu, 04 Oct 2007 22:45:26 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=473&amp;PID=1459#1459</guid>
  </item> 
 </channel>
</rss>