Archive for tag: Configurations

Configure incoming e-mail settings in Sharepoint document library

23 July, 2008 (13:53) | MOSS - Administration and Operation | By: GVK

Configure SMTP relay setting: This can be done by network administrator, ask network person to add the Sharepoint server IP address in the relay restriction list as show in the above Figure 1 Configure Incoming E-Mail Settings in central administration: As shown in Figure 1 of 2 and Figure 2 of 2 Creating Document library: [...]

Configure outgoing e-mail settings in Sharepoint

23 July, 2008 (12:55) | MOSS - Administration and Operation | By: GVK

Install SMTP service: Start > Settings > Control Panel Double click Add or Remove Programs. In Add or Remove Programs click on Add/Remove Windows Components. In the components box double click Application Server or check the Application Server and then click Details button below Now, you can see one more box, double click Internet Information [...]

Configure advanced search in sharepoint

22 July, 2008 (09:52) | MOSS - General | By: GVK

Go site action > Site Settings Click on Sites and Workspaces Create Search site using ‘Search Center’ template (which is under Enterprise tab) After creating the ‘Search Center’ site, browse to the site and copy the url Return back the main home page, then go to ‘Site Action’ > Site Settings Under ‘Site Collection Administration’ [...]

Change Date Format of Site Column

21 July, 2008 (12:30) | MOSS - General | By: GVK

First of all create a column with Date and Time column type, choose Date Only radio button under Date and Time Format provide the column name as ‘Date’ Then Create one more column with Calculated (calculation based on other columns) column type, provide the below said formulas in formula input fields and name the column [...]

Calculate two fields in Sharepoint list

21 July, 2008 (11:55) | MOSS - General | By: GVK

please follow the steps: 1. Create three columns Quantity, Unit Price & Net Amount 2. Columns types: Quantity [Number], Unit Price [Currency], Net Amount [Calculated (Calculation based on other columns)] 3. While creating Net Amount Column give text which is quotes (avoid quotes) “=[Quantity]*[Unit Price]“