Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8682433
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T21:46:23+00:00 2026-06-12T21:46:23+00:00

I have a custom CRM 2011 workflow which needs to know the current fiscal

  • 0

I have a custom CRM 2011 workflow which needs to know the current fiscal year. Currently I am just passing in an integer value (2012) for the condition operator, see below:

complianceRecordCondition.AttributeName = "new_complianceStartDate";
complianceRecordCondition.Operator = ConditionOperator.InFiscalPeriod;
complianceRecordCondition.Values.Add(2012);

What I need to do is, instead of adding 2012 in the values, I need to calculate/get the current fiscal year somehow and place that in the values.

Can anyone explain how I go about doing this?

Jack

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-12T21:46:24+00:00Added an answer on June 12, 2026 at 9:46 pm

    I havn’t used the fiscal parts myself so I’m a little unfamiliar, but have you seen these other conditional operators?

    public enum ConditionOperator
    {        
        ...
        ThisFiscalYear = 58,        
        ThisFiscalPeriod = 59,        
        NextFiscalYear = 60,        
        NextFiscalPeriod = 61,        
        LastFiscalYear = 62,        
        LastFiscalPeriod = 63,        
        LastXFiscalYears = 64,        
        LastXFiscalPeriods = 65,        
        NextXFiscalYears = 66,        
        NextXFiscalPeriods = 67,        
        InFiscalYear = 68,        
        InFiscalPeriod = 69,        
        InFiscalPeriodAndYear = 70,        
        InOrBeforeFiscalPeriodAndYear = 71,        
        InOrAfterFiscalPeriodAndYear = 72,
        ...
    }
    

    They look closer to what you are trying to achieve, in particular ThisFiscalYear.

    I would expect the filter to look a little more like this:

    complianceRecordCondition.AttributeName = "intellic_complianceStartDate";   
    complianceRecordCondition.Operator = ConditionOperator.ThisFiscalYear;
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a custom workflow in CRM 2011 which is manually triggered against custom
I have created a Custom Workflow in Dynamics CRM 2011. I wanted to store
Background: Custom workflow activities for Microsoft Dynamics CRM. Currently we have one project per
For MS CRM 2011 I have made custom workflow activity, but I'm not able
In CRM 2011, I have a workflow configured to Send Email once Invoice status
I have a custom ribbon button on one of my CRM 2011 entities that
I have created a custom workflow activity in CRM that creates a task. The
I implemented one custom workflow in in Visual Studio 2010 using CRM 2011 Developer
I have a custom built CRM that is 99% written in Classic ASP/VBScript. Currently
We have just upgraded from Microsoft Dynamics CRM 4 to Microsoft Dynamics CRM 2011.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.