Branch

Branch

 

Property

Description

Table

OBPL

Primary key

BranchId/i

$transaction

no

$branch

no

$mask

For dropdown you can use follow mask definition:
1: BranchId,Name
 

 

Fields

Name

Type

Description

BranchId

Edm.Int32

Database: coalesce("OBPL"."BPLId",0)

Name

Edm.String(50)

Database: "OBPL"."BPLName"

Active

Edm.Boolean

Database: case when coalesce("OBPL"."Disabled",'N')='N' then 1 else 0 end