2024 April Release

Class FSCUSERFORMS@1.1001:ObjectWithUserForm Permanent link for this heading

Object with user form

Class Hierarchy

Object > BasicObject > ObjectWithUserForm

Additional Information

  • Commonly usable

Properties Permanent link for this heading

Type

Property

Name

LanguageStringList[]

mlname

Multilingual Name

CompoundObject

objcancelsource

Container

PersonnelFileFolder

objpersfilefolder

Personnel File Folder

Actions Permanent link for this heading

Return Type

Signature

void

CloseDocument(
  optional integer unused1,
  optional integer unused2)

void

CloseDocumentSecured()

ApplicantFile

GetApplicantFile(
  out retval ApplicantFile applicantfile)

BusinessCase

GetBusinessCase(
  out retval BusinessCase businesscase)

PersonnelFileShelf

GetFileShelf(
  out retval PersonnelFileShelf shelf)

PersonnelFile

GetPersonnelFile(
  out retval PersonnelFile personnelfile)

PersonnelFileDocument

GetPersonnelFileDocument(
  out retval PersonnelFileDocument document)

PersonnelFileFolder

GetPersonnelFileFolder(
  out retval PersonnelFileFolder folder)

object

ObjectCopy(
  ref optional object placement,
  out retval object object,
  optional string address,
  optional boolean virtualobject)

Properties Permanent link for this heading


Multilingual Name (COOSYSTEM@1.1:mlname) Permanent link for this heading

Defines the multilingual name of the object. It stores one name for each supported language.

Explanation:
This field defines the multilingual name of the object.

unique LanguageStringList[] COOSYSTEM@1.1:mlname


Container (FSCFOLIO@1.1001:objcancelsource) Permanent link for this heading

Is set for a canceled object and is automatically linked with property canceleddocuments.

CompoundObject FSCFOLIO@1.1001:objcancelsource readonly invisible

Additional Information


Personnel File Folder (FSCPERSONNELFILE@1.1001:objpersfilefolder) Permanent link for this heading

Personnel file folder.

Explanation:
Shows the corresponding personnel file folder.

PersonnelFileFolder FSCPERSONNELFILE@1.1001:objpersfilefolder readonly(ui)

Additional Information

Actions Permanent link for this heading


FSCPERSONNELFILE@1.1001:CloseDocument Permanent link for this heading

Menu usecase to close a document

void FSCPERSONNELFILE@1.1001:CloseDocument(
  optional integer unused1,
  optional integer unused2)

Name

Description

unused1

unused2

Additional Information


FSCPERSONNELFILE@1.1001:CloseDocumentSecured Permanent link for this heading

Secured action to close a document.

void FSCPERSONNELFILE@1.1001:CloseDocumentSecured()


FSCPERSONNELFILE@1.1001:GetApplicantFile Permanent link for this heading

Retrieve the applicant file for the current object

ApplicantFile FSCPERSONNELFILE@1.1001:GetApplicantFile(
  out retval ApplicantFile applicantfile)

Name

Description

applicantfile

the applicant file

FSCPERSONNELFILE@1.1001:GetBusinessCase Permanent link for this heading

Retrieve the business case for the current object

BusinessCase FSCPERSONNELFILE@1.1001:GetBusinessCase(
  out retval BusinessCase businesscase)

Name

Description

businesscase

the business case the objects is assigned to

FSCPERSONNELFILE@1.1001:GetFileShelf Permanent link for this heading

Retrieve the personnel file shelf for the current object

PersonnelFileShelf FSCPERSONNELFILE@1.1001:GetFileShelf(
  out retval PersonnelFileShelf shelf)

Name

Description

shelf

the personnel file shelf of the current object

FSCPERSONNELFILE@1.1001:GetPersonnelFile Permanent link for this heading

Calculate parent personnel file for any object in file

PersonnelFile FSCPERSONNELFILE@1.1001:GetPersonnelFile(
  out retval PersonnelFile personnelfile)

Name

Description

personnelfile

the personnelfile

FSCPERSONNELFILE@1.1001:GetPersonnelFileDocument Permanent link for this heading

Retrieve the personnel file document for the current object

PersonnelFileDocument FSCPERSONNELFILE@1.1001:GetPersonnelFileDocument(
  out retval PersonnelFileDocument document)

Name

Description

document

the personnel file document the objects is assigned to

FSCPERSONNELFILE@1.1001:GetPersonnelFileFolder Permanent link for this heading

Retrieve the personnel file folder for the current object

PersonnelFileFolder FSCPERSONNELFILE@1.1001:GetPersonnelFileFolder(
  out retval PersonnelFileFolder folder)

Name

Description

folder

the Personnel File Folder the object is assigned to

COOSYSTEM@1.1:ObjectCopy Permanent link for this heading

Creates a new object as the copy of the object. This action called on the source object. This action sets the property objsource on the copied object.

object COOSYSTEM@1.1:ObjectCopy(
  ref optional object placement,
  out retval object object,
  optional string address,
  optional boolean virtualobject)

Name

Description

placement

object

The created copy of the object.

address

The object address for the new object. If this parameter is used, it overrides the specified COO store in parameter coost or the automatically chosen COO store, if no COO store was specified.

virtualobject