Equivalent to "MovetoElement (Selenium)" command

I am trying to automate Microsoft Dynamics 365 CRM application. While executing/playback , Katalan is unable to click on CreateNew case button.I have used Focus, Mouse Over in katalan, thinking that this is same as , but this is not working
action.moveToElement("element’).click().build().perform();

Can you please help me out with this issue.

Below is the error:
Root cause: org.openqa.selenium.WebDriverException: unknown error: Element is not clickable at point (69, 103). Other element would receive the click:

This error indicates that there is some other element blocking the button you are trying to click. Is there a modal window or a footer or something over the button at that moment?