Functions for personal links
"Infront Advisory Solution consulting process" module or "People management" module
Person.AllOwnerLinks→List
(person link)
Result: The AllOwnerLinks
function returns all personal links of the person (across all times). The function therefore provides the currently valid personal links, but also the links with holders or interested parties that were previously valid and, if applicable, those that are not yet valid (contracts that have been concluded but are not yet in progress).
"Infront Advisory Solution consulting process" module or "People management" module
Owner.AllPersonLinks→List
(person link)
Result: The AllPersonLinks
function returns all personal links of the owner or the interested party (across all times). The function therefore provides the currently valid personal links of the owner or interested party, but also the personal links that were previously valid and, if applicable, those that are not yet valid (contracts that have been concluded but are not yet in progress).
"Infront Advisory Solution consulting process" module or "People management" module
Person link.remark→String
Result: The Remark
function returns the value of the "Remark" field from the person link properties.
"Infront Advisory Solution consulting process" module or "People management" module
Person link.ContractNumber→String
Result: The ContractNumber
function returns the contract number from the person link properties.
"Infront Advisory Solution consulting process" module or "People management" module
Person link.ExportToPostbox→Boolean
Result: The ExportToPostbox
function returns "True" if documents are to be uploaded to the postbox selected in the person properties for this person link.
"Infront Advisory Solution consulting process" module or "People management" module
Personal link.owner→owner
or interested party
Result: The Owner
function provides the owner or interested party of the person link.
"Infront Advisory Solution consulting process" module or "People management" module
Person link.person→Person
Result: The Person
function returns the person of the person link.
"Infront Advisory Solution consulting process" module or "People management" module
Object.PersonLinks
[date]→List(person link)
Date (date).
Result: The PersonLinks
function provides the list of all current person links (of the owner or interested party) for<date>.
"Infront Advisory Solution consulting process" module or "People management" module
PersonLinkType→Person link type
Result: The PersonLinkType
function returns the person link type from the person link properties.
"Infront Advisory Solution consulting process" module or "People management" module
Person link.ValidFrom→Date
Result: The ValidFrom
function returns the date from which the link is valid ("Valid from" field in the person link properties).
"Infront Advisory Solution consulting process" module or "People management" module
Person link.ValidTo→Date
Result: The ValidTo
function returns the date until which the link is valid ("Valid until" field in the person link properties).
"Infront Advisory Solution consulting process" module or "People management" module