📚 SAP Business One SDK Help

ProjectCode Property
See Also 

Description

Sets or returns the project code related to the journal entry.

Field name: Project, length: 8 characters.

This is a foriegn key to Project Codes table, exposed via ProjectsService.

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

Property type

Read-write property

Syntax

Visual Basic
Public Property ProjectCode() As String

Remarks

Editing project code in the Journal Entry header does not affect the project code assigned to Journal Entry lines.

To enforce the change on the lines, you must set JournalEntries_Lines.ProjectCode.

See Also