Views:

Description

SharePoint Update Item Metadata

Signature

SharePointUpdateItemMetaData(
  'sharepointsite', 
  'sharepointusername',
  'sharepointuserpassword', 
  'issharepointonline', 
  'doclib', 
  'filename', 
  'metadata'
)

Example

SharePointUpdateItemMetaData(
  'https://north52.sharepoint.com/CRMSite/',
  'bill@north52.com',
  'password',
  true,
  'https://north52.sharepoint.com/CRMSite/CRMDocuments/',
  'Test.pdf',
  SharePointSetItemMetaData('QuoteID', [quote.quotenumber] )
)

Parameters

Name Type Description Required
sharepointsite xxxx xxxx xxxx
sharepointusername xxxx xxxx xxxx
sharepointuserpassword xxxx xxxx xxxx
issharepointonline xxxx xxxx xxxx
doclibfilename xxxx xxxx xxxx
metadata xxxx xxxx xxxx