2024 April Release

Class FSCPERSONNELFILE@1.1001:ApplicantFileShelf Permanent link for this heading

Class to manage applicant files

Class Hierarchy

Object > CompoundObject > Room > AppRoom > ApplicantFileShelf

Properties Permanent link for this heading

Type

Property

Name

ApplicantFile[]

afsallapplicantfiles

All Applicant Files

JobApplication[]

afsalljobapplications

All Job Applications

ApplicantFile[]

afsapplicantfiles

Current Applicant Files

ApplicantFile[]

afsclosedapplicantfiles

Closed Applicant Files

Object

afsdefaulttalentpoolcat

Default Category for Applicant Files in the Talent Pool

JobAdvertisement[]

afsjobadvertisements

Job Advertisements

JobApplication[]

afsjobapplications

Current Job Applications

ApplicantFile[]

afstalentpool

Talent Pool

JobApplication[]

afswithdrawnjobapplications

Withdrawn Job Applications

Actions Permanent link for this heading

Return Type

Signature

boolean

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

Properties Permanent link for this heading


All Applicant Files (FSCPERSONNELFILE@1.1001:afsallapplicantfiles) Permanent link for this heading

All applicant files

unique ApplicantFile[] FSCPERSONNELFILE@1.1001:afsallapplicantfiles readonly volatile


All Job Applications (FSCPERSONNELFILE@1.1001:afsalljobapplications) Permanent link for this heading

All job applications

unique JobApplication[] FSCPERSONNELFILE@1.1001:afsalljobapplications readonly volatile


Current Applicant Files (FSCPERSONNELFILE@1.1001:afsapplicantfiles) Permanent link for this heading

Applicant files

ApplicantFile[] FSCPERSONNELFILE@1.1001:afsapplicantfiles readonly

Additional Information


Closed Applicant Files (FSCPERSONNELFILE@1.1001:afsclosedapplicantfiles) Permanent link for this heading

Closed applicant files

ApplicantFile[] FSCPERSONNELFILE@1.1001:afsclosedapplicantfiles readonly

Additional Information


Default Category for Applicant Files in the Talent Pool (FSCPERSONNELFILE@1.1001:afsdefaulttalentpoolcat) Permanent link for this heading

Default talent pool.

Explanation:
Applicant files with commitment to the talent pool get the specified category.

Object FSCPERSONNELFILE@1.1001:afsdefaulttalentpoolcat readonly

Additional Information


Job Advertisements (FSCPERSONNELFILE@1.1001:afsjobadvertisements) Permanent link for this heading

Job advertisements

JobAdvertisement[] FSCPERSONNELFILE@1.1001:afsjobadvertisements readonly

Additional Information


Current Job Applications (FSCPERSONNELFILE@1.1001:afsjobapplications) Permanent link for this heading

Job applications

JobApplication[] FSCPERSONNELFILE@1.1001:afsjobapplications readonly volatile


Talent Pool (FSCPERSONNELFILE@1.1001:afstalentpool) Permanent link for this heading

Talent pool

ApplicantFile[] FSCPERSONNELFILE@1.1001:afstalentpool readonly

Additional Information


Withdrawn Job Applications (FSCPERSONNELFILE@1.1001:afswithdrawnjobapplications) Permanent link for this heading

Withdrawn job applications

unique JobApplication[] FSCPERSONNELFILE@1.1001:afswithdrawnjobapplications readonly volatile

Actions Permanent link for this heading


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