Posts

Showing posts with the label workflow

{Workflow} Access Error

Image
One day one of my team member faced below error while activating a workflow: Reason of this error is owner of workflow, Actually that particular user is disabled in CRM.    To resolve this issue assign that particular workflow to your self or system admin then activate it. Cheers, Rocker

{Error:Fetch XML}: The date/time format is not valid, or the value is outside the supported range

Image
  Error:  The date/time format is not valid, or the value is outside the supported range One day, I was getting below error message in a workflow: The reason behind this error was fecth XML. I was using date parameter in condition attribute of fetch XML, Below is image of my code: I have changed date format to “yyyy-MM-dd” and error has been resolved . Cheers, Rocker

Error: The date time format is not Valid, or the value is outside the supported range in Plugin /Workflow CRM On premise.

Image
If a code passed in UAT then we mostly sure that every thing will work fine in Production.  But It is not always true, Some times we receive error that are not related to code. Same thing happened with me, I have recently received below error in a workflow on production server. The date time format is not Valid in Workflow. Strange thing is that I did not get any such error on dev/test environment. After Spending lot of time, I came to know that “Date and Time “setting was an issue. Main cause was “ Current language for non-Unicode programs ”. It set to United States in my dev/test environment and United Kingdom in production environment. I logged in to CRM production server with same user that is owner of workflow and changed “Current language for non-Unicode programs” to United States and issue has been resolved. To solve this issue, Login with user who is owner of workflow on CRM server and follow below steps: Click on Clock and click on “Change d...