Tuesday 28 October 2014

Create the User through management shall in ax 2012

Create the User through management shall:-

New-AXUser -AccountType ClaimsUser -AXUserId Rajkumar -UserName Rajkumar -UserDomain Panasonic -CreateInProvider -ClearTextPassword "local@321#"


------
/*hide ribbon on the EP Page write the logic in the axepv3 static file*/
.s4-ribbonrowhidetitle
{
 display: none;
}

.s4-notdlg
{
   display: none;
}
-----
//Change the font size ep page
font-family:
Segoe UI, tahoma, verdana, arial;
font-size: 11px;
#s4-leftpanel
{
white-space:normal;
padding-right:14.9px;
}

//if you want to change ep page size and design changes  go to the
C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\template\LAYOUTS\1033\STYLES\Themable
in that you find axep, axep_RTL files


 

No comments:

Post a Comment