Author Archive:

rss feed

Top 100 Most Influential People in Microsoft Dynamics: My Take

| 07/29/2011 | 0 Comments
Top 100 Most Influential People in Microsoft Dynamics: My Take

I haven’t talked about the Dynamics world Most influential Top 100 list until now. I have seen so much talk around Microsoft dynamics blogosphere earlier in terms of seeking votes for their nominations put up on the list

Continue Reading

Dynamics blogger Video channel on You tube

| 07/28/2011 | 0 Comments

I remember those days past a year or so when I created Twitter account where I started syndicating the GP blog posts and later did a lot experiments like Facebook group, MSdynamicswire.com website and network creation.  dynamics blogger.com is another new addition that is created recently quarter ago. Although not all experiments are successful, yet, I derive some learning out of each experiment and I enjoy it

Continue Reading

Dynamics GP MVPs’– Missing the List

| 07/28/2011 | 0 Comments
Dynamics GP MVPs’– Missing the List

The current MVPs’ of Dynamics GP are definitely the most deserving professionals and credits shall be given to the MVP selection committee. However, I feel there are other deserving professionals left out of the list

Continue Reading

Analytical Accounting: Dimension Code Macro

| 07/26/2011 | 0 Comments
Analytical Accounting: Dimension Code Macro

Macro to enter new dimension codes in Analytical accounting module is provided below. TypeTo field aaTrxDimCode , ‘ CODE ‘   MoveTo field Inactive  # ‘FALSE’   MoveTo field aaTrxDimCodeDescr   TypeTo field aaTrxDimCodeDescr , ‘ CODE DESCRIPTION1 ‘   MoveTo field aaTrxDimCodeDescr2   TypeTo field aaTrxDimCodeDescr2 , ‘ CODE DESCRIPTION2 ‘   MoveTo field aaNode   MoveTo field ‘Lookup Button 3′   ClickHit field ‘Lookup Button 3′ NewActiveWin dictionary ‘Analytical Accounting’  form aaTreeNodeLookup window Main   DblClickHit field ‘(L) TreeView’ item 1  # ‘ NODE ‘ 1 NewActiveWin dictionary ‘Analytical Accounting’  form aaTrxDimensionCodeMnt window Main ActivateWindow dictionary ‘Analytical Accounting’  form aaTrxDimensionCodeMnt window Main   MoveTo field ‘Save Button’   ClickHit field ‘Save Button’   MoveTo field aaTrxDimCode Notes : Paste the above contents into a Microsoft word document and do a mail merge to insert the records into the fields highlighted above. CODE – Replace this with your Dimension Code ID values CODE Description 1 – Replace this with description values CODE Description 2 – Replace this with description 2 values NODE – Replace this with the node for this dimension

Continue Reading

Integration Manager crashes

| 07/18/2011 | 0 Comments
Integration Manager crashes

Sometimes we might not be that lucky to get through with our imports through Integration Manager remotely. A remote session will kill the ongoing Integration and leave the Dynamics GP running despite the crash

Continue Reading

Sales Orders Import: Location ID does not exist

| 07/18/2011 | 0 Comments
Sales Orders Import: Location ID does not exist

While importing sales documents in Dynamics GP through Integration Manager or eConnect, We encounter the following error message.

Continue Reading

Import Kits

| 07/15/2011 | 0 Comments

Importing Kits is another exercise that is difficult to integrate with Integration Manager as there is no such adapter available. What if we have thousands of Kits to be created in GP. In such cases, Using Table import is a wise option to import thousands of kits in split of seconds.

Continue Reading