📚 SAP Business One SDK Help

Project Property
See Also 

Description

Sets or returns the project code related to the document.

Field name: Project.

Length: 8 characters

This is a foreign key to Project Codes table - OPRJ. You can work with this table using the ProjectsService.

Property type

Read-write property

Syntax

Visual Basic
Public Property Project() As String

Remarks

In SAP Business One, you can relate business transactions to projects. This can help you to create cost/income analyzes reports based on projects.

See Also