Posts

Showing posts with the label Error

{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