Skip to main content

Posts

Showing posts from July, 2011

How to add Hyperlink in share point List with WSS 3.0

How to add Hyperlink in sharepoint List 1. You have to create custom field types in WSS 3.0 2. For creating custom field types, you need to have an '.ascx' which holds the sharepoint rendering template along with the dotnet web control (which is your hyper link) 3. You need to deploy this '.ascx' using custom field types by making use of WSS 3.0 feature framework 4. Finally you have to create a field of type 'custom field type' created.

Create new user in the share point for MSD axapta EP

Go to your Domain Controller Start --> Run --> type dsa.msc. It opens active directory users and groups.right click on Users and go to new from there select user and provide user details.that's it you created users in Active directory. Assign User to EP Site

Interview questions and answers on share point

1.Master page deployment. How? 2. Can Master page has .cs file and if yes where is it placed? 3. Can you deploy a web part in a web part? 4. Why do you use InfoPath forms over asp.net pages? 5. What are content types? why we need site columns? 6. Difference Site Definition and Site Template. 7. How can you create Master page using Object model 8. In ASP.Net- difference between Website and Web Application 9. Is String builder Value type or Reference type 10. How do you configure search 11. Why we need SSP 12. Difference between SSP and Central Admin 13. What are new features in Share point 14. Different authentications in share point 15. Scenario and write code in object model- In a web part input name,phone and address fields and two lists on different servers should be updated with the entered data. 16. Why we need features 17. Difference between web part manual deployment and using features 18. How do you develop connectible web parts 19. How many web part managers

Solution for Error unable to load usercontrols and .ascx file not found in MSDAX

1. Create a Directory called “usercontrols” in the root of your share point web site on the file system E.g. C:\Inetpub\wwwroot\wss\VirtualDirectories\moss.litwareinc.com80\UserControls 2. Open IIS manager and in the root of your Share Point site create a Virtual Directory called “_controls” and point it to that newly created directory. 3. Put your user control in that newly created directory on the file system 4. Open the web.config file and add the following: 5. In your ASPX page add the following: <%@ Register src="~/_controls/SomeControl.ascx" mce_src="~/_controls/SomeControl.ascx" TagName="somecontrol" TagPrefix="uc2" %"> 6. Run your ASPX page and your control should render correctly.

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