<script language="JavaScript">
_spBodyOnLoadFunctionNames.push("HideLink");
function HideLink()
{
var currentUser = getCurrentUser();
if(currentUser == 'New Consultant')
{
var emp = document.getElementById("emp");
emp.style.display = "none";
}
if(currentUser == 'New Employee')
{
var con= document.getElementById("con");
con.style.display = "none";
}
}
function getCurrentUser()
{
var tags = document.getElementsByTagName('a');
for (var i=0; i < tags.length; i++)
{
if(tags[i].innerText.substr(0,7) == 'Welcome')
{
return tags[i].innerText.substr(8,tags[i].innerText.length);
}
}
}
</Script>
April 30, 2010
April 26, 2010
Ajax Framework and Web.Config changes for SharePoint sites
http://msdn.microsoft.com/en-us/library/bb861898.aspx
Steps:
1. Install Ajax
2. Change Web.Config for the Share Point site
Steps:
1. Install Ajax
2. Change Web.Config for the Share Point site
April 21, 2010
Mail to:
mailto:This is To?subject=This%20is%20Subject&cc=This is CC&bcc=This is BCC&body=CXI%20Welcomes%20You%0D%0A%0D%0AClick%20Below%20for%20the%20Documents%0D%0Ahttp%3A%2F%2Fmytestsite.net%2Fhr%2FLists%2FW5%2520AllLinks%2FAllItems.aspx
To test, just copy this and test in IE, it hsould open the Outlook email iwth desired content
To test, just copy this and test in IE, it hsould open the Outlook email iwth desired content
April 20, 2010
Feature 'd8d8df90-7b1f-49c1-b170-6f46a94f8c3c' for list template '1104' is not installed in this farm. The operation could not be completed
The problem is the new server farm doesn't have the template installed. The template I needed to fix this error was the ProjectTrackingWorkspace template you can download this from Microsoft. http://technet.microsoft.com/en-us/windowsserver/sharepoint/bb407286.aspx If you haven't already downloaded and deployed the applicationtemplatecore, you'll have to to that first http://www.microsoft.com/downloads/details.aspx?FamilyID=c1039e13-94da-4d7d-8cae-3b96fa5a4045&DisplayLang=en.
Save Site as Template - Increase the Default Size from 10485760 bytes to 500 MB
stsadm -o setproperty -propertyname max-template-document-size -propertyvalue 50000000
April 13, 2010
For Sharepoint Controls Style Sheets reference
http://sharepoint.microsoft.com/blogs/zach/Master%20Page%20Cheat%20Sheet/Forms/ViewAll.aspx
April 05, 2010
Slokas
PRAYER: SLOKAS
OM………….OM……….. OM
SAHANA VAVATU, SAHANOV BHUNAKTU
SAHA VEERYAM KARAVAVAHAI
TEJASVINA AVAIHITAMASTU
MAHID VISHA VAHAI
OM SHANTHI…………. OM SHANTHI………….. OM SHANTHI
Let us be together, Let us eat together, Let us produce the energy together, Let there be no limit to our Energies, Let there be no ill feeling among us, OM………peace, peace, peace.
OM………..OM……….OM
ASATOMA SATGAMAYA
TAMSOMA JYOTIRGAMAYA
MRITYORMA AMRITAM GAMAYA
OM………….. SHANTHI……………..SHANTHI…………SHANTHI
Lead us from untruth to truth; From ignorance to enlightenment. From death to immortality.
OM……………SHANTHI………….SHANTHI………SHANTHI
OM PURNAMADAH PURNAMIDAM PURNAT PURNAMUDACYATE
PURNASYA PURNAMADAYA PURNAMEVAVASISYATE
Completeness is that, completeness is this
From completeness, completeness comes forth.
Completeness from completeness taken away
Completeness to completeness added,
Completeness alone remains.
Subscribe to:
Posts (Atom)
SonarQube with Jenkins Setup using Docker Images
https://funnelgarden.com/sonarqube-jenkins-docker/ https://medium.com/@hakdogan/an-end-to-end-tutorial-to-continuous-integration-and-con...
-
The competitive examination for the Indian Forest Service is conducted by Union Public Service Commission (UPSC). IFS exam is conducted ann...
-
Happy New Year. May this year is the year for your dreams, passions, everything you believe, your wishes, your desires, your thoughts, your ...
-
Azure Mobile App Service provides services that allow you to support mobile apps across multiple platforms. It does not provide hosting ser...