📚 SAP Business One SDK Help

ProjectCode Property
See Also 

Description

Sets or returns the project code that the payment refers to.

Field name: PrjCode.

Length: 8 characters.

This is a foreign key to the Projects table (OPRJ - not exposed through the DI API).

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