PdcProjects.New

From External Bemet Wiki
Revision as of 10:40, 5 November 2013 by Mike (talk | contribs)
Jump to navigation Jump to search

Declaration

New as PdcProject

Description

Notes

A new project can be created with this method.

Code example

The following code example creates a new project, sets a new customer, description and saves the project.

dim objProject

  set objProject = pdc.projects.new
  objProject.SetCustomerNo "Relation No"
  objProject.Description = "Omschrijving"
  objProject.Save

Availability

Available since February 2011 (From version 4.2 onwards).