Skip to main content

Posts

Difference between master pages and layout pages in MSD Axapta EP

Though there might me a confusing point in Pagelayout and MasterPage, Difference lies in the processing of files and contents in SP. Page Layout is first streamed and compiled with Content Page and then only the Associated Master Page is queried to SP File provider and again master page is compiled and a complete page is returned back to the Client or to the requesting Browser. Page Layout is just an ASPX page which holds Page Content and you must know the mapping of Page Content and Page layout. But, master page is the same master page which you use on asp.net

Future of microsoft dyanamics MSD Axapta

Future of microsoft dyanamics Axapta I hope the Microsoft Dynamcis is doing good in the meduim segment industries right now. I feel that the future versions of AX might come in more robust and  support(integrate) the .NET architecture rather than improve the X++ language. As always Microsoft knows how to create markets for AX. I feel we cannot compare AX with SAP or other tier-1 applications as they have their own strengths and target market areas. Microsoft Axapta ERP doning well on production area,financial,trades and logistic and secondary sales modules. In future Axapta future is bright because its license comes on affordable prices and implementation of ax is so easy and completed in small time frame.

Tables used in production picking order in MSD axapta

Tables used in production picking order If you are trying to create production picking order through code then you may know two table prodtable and prodjournalbom but if you will insert record only on two table then some error you face. One internal table used which is prodbom table you also need to insert record in that table then you will not face any error.

Custom Invoice posting problem in MSD axapta

Some time Ax system not allowed to post custom invoice or sales order due to some restriction in coding.If sales order created in other currency instead of dollars then that type of problem come. To resolve that problem you can take following action. Go to SalesFormLetter_Invoice class there one method name is Journal post-> just put debug on that method you will able to find solution.

Code to check for current user have admin rights in MSD axapta

Code to check for current user have admin rights Str CcuruserID; UserInfo userInfo; UserGroupList UserGroupList1; ; CcuruserID=curuserID(); #Admin info(CcuruserID); select firstfast UserGroupList1 where UserGroupList1.groupId == #AdminUserGroup && UserGroupList1.UserId == curuserid(); if (UserGroupList1) info("Current User have admin rights");

Disable delegated authentication for user account in MSD axapta

Disable delegated authentication for user accounts Delegated authentication occurs when a network service accepts a request from a user and assumes that user’s identity in order to initiate a new connection to a second network service. By default, user accounts are not configured for delegated authentication, but you must verify that no user accounts that will use Kerberos authentication in Enterprise Portal are currently configured for delegated authentication. 1. In Active Directory Users and Computers, right-click a user account and select Properties. 2. On the Account tab, under Account Options, clear the Account is sensitive and cannot be delegated check box (if applicable), and click OK. Enable delegated authentication for IIS application pool accounts. Use this procedure to enable delegated authentication for the IIS application pool account. 1. In Active Directory Users and Computers, right-click the name of the IIS application pool account and select Properties. 2. C

Configure the HTTP Service Principal Name in MSD axapta

Configure the HTTP Service Principal Name Use this procedure to create an HTTP SPN for each Enterprise Portal and SQL Server Report Server computer. You can perform this procedure from one computer. It is not necessary to perform this procedure locally on each server. 1. Open the Windows Support Tools command prompt (Start > All Programs > Windows Support Tools > Command prompt). 2. At a command prompt, type the following command and press Enter: Setspn.exe -A HTTP/{server name} {application pool account} For this command, remove the braces {}, replace server name with the name of the server computer, and replace application pool account with the domain\name used for the IIS application pool. Here is an example of this command: Setspn.exe -A HTTP/EnterprisePortal1 contoso\WebAccount 3. Type the following command and press Enter: Setspn.exe -A HTTP/{the server fully-qualified domain name} {application pool account} For this command, remove the braces {}, replace the