| |||
DTW Branches API Branch | |||
Branch Object
SAP® B1 DI-API C# definitionpublic class BranchClass : IBranch, Branch
{
public virtual int Code
{
get;
}
public virtual string Description
{
get;
set;
}
public virtual string Name
{
get;
set;
}
public extern BranchClass();
public virtual extern void FromXMLFile( string bstrFileName);
public virtual extern void FromXMLString( string bstrXML);
public virtual extern string GetXMLSchema();
public virtual extern void ToXMLFile( string bstrFileName);
public virtual extern string ToXMLString();
} DTW Administration / Setup / Banking / Payment Methods API Branch | |||
Branch Property
|
Visual Basic |
---|
Public Property Branch() As String |
Field name in the database: Branch.
Field name in the application: Branch.
Sets or returns the branch office of the employee.
Field name: branch.
Visual Basic |
---|
Public Property Branch() As Long |
Sets or returns the branch of the house bank.
Field name: Branch.
Length: 50 characters.
Visual Basic |
---|
Public Property Branch() As String |
Sets or returns the user's branch code.
Field name: Branch.
This is a foreign key to the Branches table (OUBR - not exposed through the DI API).
Visual Basic |
---|
Public Property Branch() As Long |
Sets or returns the branch number.
Field name: Branch.
Length: 50 characters.
Visual Basic |
---|
Public Property Branch() As String |
Sets or returns the branch number of the payment check.
Field name: Branch.
Length: 50 characters.
Visual Basic |
---|
Public Property Branch() As String |
Sets or returns the branch name of the bank.
Field name: Branch.
Length: 50 characters.
Visual Basic |
---|
Public Property Branch() As String |