Crestwood Blog

Avatar photo
Brandon

Setting a Datetime Value in Dynamics CRM 2016 Using C#

The below C# pseudocode will set a “Date and Time” attribute to a provided value using the Microsoft Dynamics CRM SDK framework.  This part is very straightforward and can, in fact, be simplified by performing the type casting in one line rather than parsing via multiple lines. string sSourceValue = “12/01/2016”; string sDestField = <DateTime_Attribute>; … Read more

Read More…

Avatar photo
Guillermo

Using Pivot Tables in Acumatica 6

Take your reporting capabilities to the next level with the introduction of Excel pivot tables in Acumatica 6. Pivot tables are one of the key business intelligence tools in Excel, and now you can create and share them within Acumatica without the extra steps of exporting or importing your data. 3 Main Parts of a … Read more

Read More…

Avatar photo
Mike

Account Payable Check Batch Issue

We often run into Micorosft Dynamics GP errors with check batches.  Sometimes, we find someone saved the batch without filling in the distribution, which generates an error message, but you can save through that.  The problem is, when someone comes along to do a check run, the run will not complete.  If you can’t complete … Read more

Read More…

Avatar photo
Lori

Date Format Formulas ARM

Some of the most common reporting questions I receive are around formatting dates.  All date formats are controlled by formulas entered in the Column Set.  You just need to enter them as their own line in the Header Section. Here are some tips to get you started. Acumatica Date Formats This formula gives you the Fiscal Period: … Read more

Read More…

Avatar photo
John

Error Installing Management Reporter 2012

Error I was installing Management Reporter 2012 CU15 and got the following error: “Management Reporter Setup has ended prematurely” or it might state .NET 4.6 is not installed. Resolution: The fix is to run the Windows Server updates to update the server. This will then allow you to install Management Reporter successfully. The update that … Read more

Read More…

Avatar photo
Mike

Cash Management in Acumatica – Part 2

Creating and Making a New Payment Method Available on a Cash Account In Acumatica, there may be times when you need to create a new Payment Method to be used with your Cash Accounts. For example, you may have a new payment method if you started using credit cards or accepting credit cards for payment, … Read more

Read More…

Avatar photo
Guillermo

Managing Your Favorites Menu in Acumatica

Do you use Favorites in Acumatica?  If not, you’re missing a great organization tool. In Acumatica, you can tag your most frequently used items as Favorites.  That way you have quick access to them every day. Here’s some tips on how to manage your Favorites list: To add a new item to your Favorites list, … Read more

Read More…

Avatar photo
John

Why Should I Upgrade My ERP System?

Technology is constantly evolving.  With each new version of Dynamics there are improvements, more efficiencies, and new features. Sometimes, there are additional new modules available. But in order to justify the time and effort and expense of an upgrade, you need to make sure the benefits of the latest and greatest are worth it. The … Read more

Read More…