PAGE.RUNMODAL actions change in Dynamics NAV 2013

In Dynamics NAV 2009 page.RUNMODAL can have actions OK, Cancel, LoookupOk, LookupCancel, Yes, No, Close, FormHelp, RunObject, RunSystem. Like it is described at http://msdn.microsoft.com/en-us/library/dd355151.aspx you can create code like: IF Page.RUNMODAL(21, MyRecord, ...) = Action::Close THEN...; Bron : Microsoft Dynamics NAV Team Blog Lees meer...

How to include Dimensions in Conf. Package Table Fields while using Rapid Start Services in NAV2013

You must have seen my blog video "How to Import and Post Opening Balances along with Dimensions in NAV2013 using Rapid Start Services" here. http://mohana-dynamicsnav.blogspot.in/2013/04/how-to-import-and-post-opening-balances.html You can see the Dimensions in Conf. Package tables fields but you cant see Dimensions as fields in Newly created package.…