NTBuddy

A place to learn about Microsoft SharePoint and Microsoft Dynamics CRM

May 2007 - Posts

Webservice Data Types

 

ASP.NET data type

XML data type

Supported

string

string

Yes

boolean

boolean

Yes

float(single)

float

Yes

double

double

Yes

decimal

decimal

Yes

long

long

Yes

int

int

Yes

short

short

Yes

byte

unsignedByte

Yes

ulong

unsignedLong

Yes

uint

unsignedInt

Yes

ushort

unsignedShort

Yes

sbyte

byte

Yes

DateTime

date

Yes

DateTime

time

Yes

DateTime/Date

timeInstant

Yes

String[]

ArrayOfString

Yes

boolean[]

ArrayOfBoolean

Yes

float[]

ArrayOfFloat

Yes

double[]

ArrayOfDouble

Yes

decimal[]

ArrayOfDecimal

Yes

long[]

ArrayOfLong

Yes

int[]

ArrayOfInt

Yes

short[]

ArrayOfShort

Yes

Posted: May 14 2007, 05:02 PM by NTBuddy | with no comments
Filed under: ,
How to Attach a Document in SharePoint Services (Within the Company)
Note: This method is only good for users that have access to the SharePoint site and to this document library.
  1. Navigate to the client page you wish to view
  2. Click on “Client Library” (or another document library)
  3. Hover your mouse over a file that you want to send as an email
  4. Click the dropdown arrow to the right ()
  5. Scroll down to “Send To”
  6. Click on “E-mail a Link”

 

Posted: May 12 2007, 05:30 PM by NTBuddy | with no comments
Filed under:
How to Modify List Columns

 

  1. Navigate to the client page you wish to view
  2. Click on the “List” that you wish to modify.
  3. Click on Settings
  4. Click on “List Settings”
  5. Scroll to the very bottom of the page with the heading of “Views”
  6. Click on “All contacts” (or the view you wish to modify)
    1. You can also create a new view by clicking on the “Create view” option
  7. Under “Columns” click the checkboxes that you wish to view.
  8. You can also modify the order the items are displayed by choosing the “Position from Left” option. The display order will automatically change. If you want an item to be third change the number to 3 and the one that was three will become four, etc.
  9. Scroll to the very bottom of the page and press OK

 

Posted: May 08 2007, 05:32 PM by NTBuddy | with no comments
Filed under: