2022 June Release

Class FSCPERSONNELFILE@1.1001:PersonnelFileShelf Permanent link for this heading

Class Hierarchy

Object > CompoundObject > Room > AppRoom > PersonnelFileShelf

Used to collect personnel files and to store related objects (e.g. reports)

Properties Permanent link for this heading

Type

Property

Name

PersonnelFile[]

pfscanceledpersonnelfiles

Canceled Personnel Files

PersonnelFile[]

pfsclosedpersonnelfiles

Closed Personnel Files

PersonnelFile[]

pfspersonnelfiles

Personnel Files

WorkFlowDiagram

pfsuploaddocumentsprocess

Default process for uploaded documents

Actions Permanent link for this heading

Return Type

Signature

PersonnelFile[]

GetPersonnelFileByPersnum(
  string shelfid,
  string persnum,
  out retval PersonnelFile[] personnelfiles,
  optional boolean enforceunique,
  optional boolean globalsearch,
  optional boolean excludecanceled,
  optional boolean silent)

boolean

HasRoomCustomAssignmentAccess(
  User user,
  out retval boolean hasaccess,
  optional object context)

Properties Permanent link for this heading


Canceled Personnel Files (FSCPERSONNELFILE@1.1001:pfscanceledpersonnelfiles) Permanent link for this heading

unique PersonnelFile[] FSCPERSONNELFILE@1.1001:pfscanceledpersonnelfiles readonly

Additional Information


Closed Personnel Files (FSCPERSONNELFILE@1.1001:pfsclosedpersonnelfiles) Permanent link for this heading

unique PersonnelFile[] FSCPERSONNELFILE@1.1001:pfsclosedpersonnelfiles readonly

Additional Information


Personnel Files (FSCPERSONNELFILE@1.1001:pfspersonnelfiles) Permanent link for this heading

unique PersonnelFile[] FSCPERSONNELFILE@1.1001:pfspersonnelfiles readonly

Additional Information


Default process for uploaded documents (FSCPERSONNELFILE@1.1001:pfsuploaddocumentsprocess) Permanent link for this heading

WorkFlowDiagram FSCPERSONNELFILE@1.1001:pfsuploaddocumentsprocess readonly volatile

Actions Permanent link for this heading


FSCPERSONNELFILE@1.1001:GetPersonnelFileByPersnum Permanent link for this heading

PersonnelFile[] FSCPERSONNELFILE@1.1001:GetPersonnelFileByPersnum(
  string shelfid,
  string persnum,
  out retval PersonnelFile[] personnelfiles,
  optional boolean enforceunique,
  optional boolean globalsearch,
  optional boolean excludecanceled,
  optional boolean silent)

Name

Description

shelfid

persnum

personnelfiles

enforceunique

globalsearch

excludecanceled

silent


FSCTEAMROOM@1.1001:HasRoomCustomAssignmentAccess Permanent link for this heading

Check if the supplied user can assign a new object to the room. This action is used to allow to assign an object to an app Room when the user does not have the sufficient access permissions returned by HasRoomFullControl, HasRoomChangeAccess and HasRoomChildChangeAccess

boolean FSCTEAMROOM@1.1001:HasRoomCustomAssignmentAccess(
  User user,
  out retval boolean hasaccess,
  optional object context)

Name

Description

user

the user for whom the permission will be checked

hasaccess

the result

context

the object which should be assigned to the room