My 2p about ERP Solutions, Information Worker Solutions and other software products (mainly Microsoft Dynamics AX and Microsoft SharePoint).

30 September 2010

Links List September 2010

I decided to share all my interesting reads and resources month by month with my blog readers. You can find these posts by searching on the label Links. I'll try to order the resources in logical categories. If you would like to see some interesting stuff added in the next month, don't hesitate to post a comment.

So this is my Links post for September 2010.

Dynamics AX

Blogging – Blogging Tips

Freeware

  • MyPhoneExplorer: Connect your phone via cable, bluetooth or infrared with this software (direct sync to Outlook). My Sony Ericsson phone didn’t synchronise anymore with Outlook 2010 with the Sony software: this software made the synchronisation possible again.


Continue reading......

by Patrik Luca 0 comments

24 September 2010

X++ Code Snippet: Find available quantity from the physical inventory over all storage dimensions

This X++ Code Snippet post describes how to find the available quantity from the physical inventory over all storage dimensions (it is, without taking into account site, warehouse, batch number, location, pallet id or serial number) for a particular item.

X++ Code Snippet: Find available quantity from the physical inventory over all storage dimensions

display InventQtyAvailPhysical inventQtyAvailPhysical(
ItemId _itemId)
{
InventOnHand inventOnHand = new InventOnHand();
InventDimParm inventDimParm;
;

inventDimParm.initFromInventDim(
InventDim::findOrCreatedBlank());
inventOnHand.parmInventDimParm(inventDimParm);

inventOnHand.parmItemId(_itemId);
return inventOnHand.availPhysical();
}


Continue reading......

by Patrik Luca 0 comments

Patrik Luca, Ieper, BELGIUM
Feel free to use or spread all of the content on my blog. In return, linking back to my blog would be greatly appreciated. All my posts and articles are provided "AS IS" with no warranties.

Subscribe feeds via e-mail
Subscribe in your preferred RSS reader

Subscribe feeds rss Most Read Entries

Categories

Recommended Books


Subscribe feeds rss Recent Comments

This Blog is part of the U Comment I Follow movement in blogosphere. Means the comment field of this blog is made DOFOLLOW. Spam wont be tolerated.

Blog Archive

My Blog List

Followers

Links