2022 June Release

Class FSCPERSONNELFILE@1.1001:PersonnelFileFolder Permanent link for this heading

Class Hierarchy

Object > CompoundObject > PersonnelFileFolder

Used to structure personnel files. Stores documents and other personnel file folders

Properties Permanent link for this heading

Type

Property

Name

Object

bostate

Processing State

CompoundObject

objcancelsource

Container

PersonnelFileFolder

objpersfilefolder

Personnel File Folder

Actions Permanent link for this heading

Return Type

Signature

PersonnelFileShelf

GetFileShelf(
  out retval PersonnelFileShelf shelf)

PersonnelFile

GetPersonnelFile(
  out retval PersonnelFile personnelfile)

PersonnelFileFolder

GetPersonnelFileFolder(
  out retval PersonnelFileFolder folder)

boolean

IsClosed(
  out retval boolean isclosed)

boolean

IsInProgress(
  out retval boolean isinprogress)

boolean

IsReplaced(
  out retval boolean isreplaced)

Properties Permanent link for this heading


Processing State (FSCFOLIO@1.1001:bostate) Permanent link for this heading

Defines the processing state of the object
FSCFOLIO@1.1001 provides following state component objects:
StateAccepted, StateApproved, StateCalculating, StateCanceled, StateClosed, StateDeclined, StateDiscarded, StateDone, StateFailed, StateForApproval, StateFulfilled, StateIgnored, StateInProgress, StateNotReleased, StateNotRelevant, StatePlanning, StatePreparation, StateReceived, StateRejected, StateReleased, StateReplaced, StateTentative, StateToVerify, StateUnfulfilled

Object FSCFOLIO@1.1001:bostate

Additional Information


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

the object the canceled file object is contained in

CompoundObject FSCFOLIO@1.1001:objcancelsource readonly invisible

Additional Information


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

PersonnelFileFolder FSCPERSONNELFILE@1.1001:objpersfilefolder readonly(ui)

Additional Information

Actions Permanent link for this heading


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: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

FSCPERSONNELFILE@1.1001:IsClosed Permanent link for this heading

Helper to check if an object or personnel file is already closed

boolean FSCPERSONNELFILE@1.1001:IsClosed(
  out retval boolean isclosed)

Name

Description

isclosed

the result

FSCPERSONNELFILE@1.1001:IsInProgress Permanent link for this heading

Helper to check if an object or personnel file is in progress

boolean FSCPERSONNELFILE@1.1001:IsInProgress(
  out retval boolean isinprogress)

Name

Description

isinprogress

the result

FSCPERSONNELFILE@1.1001:IsReplaced Permanent link for this heading

Helper to check if an object or personnel file is already replaced

boolean FSCPERSONNELFILE@1.1001:IsReplaced(
  out retval boolean isreplaced)

Name

Description

isreplaced

the result