2024 May Release

Class FSCFOLIO@1.1001:BusinessObject Permanent link for this heading

Since the term "document" can be interpreted in a variety of different ways - it can mean a single sheet of paper or an entire file - Fabasoft Folio prefers to use the term "business object" instead. Fabasoft Folio differentiates between the following types of business object: records, cases, documents and content. Documents, in Fabasoft Folio, include incoming objects and outgoing objects.
Each business object is used for a specific purpose.

Class Hierarchy

Object > CompoundObject > BusinessObject

Direct Subclasses

CompoundDocument, FolioRecordObject, PersonnelFile, PersonnelFileFolder

Additional Information

  • Commonly usable

Properties Permanent link for this heading

Type

Property

Name

Addressee[]

addressee

Addressees

string

boshortform

Short Form

string

documentnumber

Business Number

integer

documentyear

Year

Actions Permanent link for this heading

Return Type

Signature

boolean

HasNameBuild(
  out retval boolean hasnamebuild,
  out boolean isfixed)

Properties Permanent link for this heading


Addressees (FSCFOLIO@1.1001:addressee) Permanent link for this heading

Stores the addressee of the business object.

Explanation:
In this field contacts (people and organizations) belonging to this record can be defined including their contact data.

Addressee[] FSCFOLIO@1.1001:addressee


Short Form (FSCFOLIO@1.1001:boshortform) Permanent link for this heading

Short form of the business object taken from the category.

Explanation:
The short form is defined as part of the category. In business documents the subject area is taken from the assigned category.

string FSCFOLIO@1.1001:boshortform


Business Number (FSCFOLIO@1.1001:documentnumber) Permanent link for this heading

Stores the business number of the business object.

Explanation:
In this field the document number of the business object is displayed.

string FSCFOLIO@1.1001:documentnumber readonly(ui)


Year (FSCFOLIO@1.1001:documentyear) Permanent link for this heading

The year the business object was created in.

Explanation:
In this field the year of the business object is defined.

unsigned integer FSCFOLIO@1.1001:documentyear readonly(ui)

Actions Permanent link for this heading


FSCCONFIG@1.1001:HasNameBuild Permanent link for this heading

Get information about name build of an object

boolean FSCCONFIG@1.1001:HasNameBuild(
  out retval boolean hasnamebuild,
  out boolean isfixed)

Name

Description

hasnamebuild

true if object has a name build

isfixed