Return Type |
Signature |
AddRecentlyUsed( |
|
CanManageRules( |
|
CheckRules( |
|
CreateFolder( |
|
CreateFolder( |
|
DoCheckOCRLicense( |
|
GetAvailableListViews( |
|
GetImportTargetTree( |
|
GetInboxList( |
|
GetPreferredList( |
|
GetRoomInitializationTitle( |
|
ManageRules( |
|
ObjectChangeClass( |
|
ObjectConstructor( |
FSCVENV@1.1001:AddRecentlyUsed
void
FSCVENV@1.1001:AddRecentlyUsed(
object
context,
optional object[]
additionalobjects)
Name |
Description |
context |
The context object is used to determine in which list the rectently used object should be stored. Currently StartMailPortal, Invite and SendFolioMail are valid context objects."
|
additionalobjects |
if more than one object should be added to the recenlty used objects
|
Additional Information
FSCTEAMROOM@1.1001:CanManageRules
boolean
FSCTEAMROOM@1.1001:CanManageRules(
optional User
user,
optional boolean
silent,
out retval boolean
canmanage)
Name |
Description |
user |
|
silent |
|
canmanage |
Additional Information
void
FSCTEAMROOM@1.1001:CheckRules(
optional object[]
objects,
optional Rule[]
rules,
optional InboxRoom
inbox)
Name |
Description |
objects |
|
rules |
|
inbox |
Additional Information
FSCTEAMROOM@1.1001:CreateFolder
void
FSCTEAMROOM@1.1001:CreateFolder(
optional integer
unused1,
optional integer
unused2)
Name |
Description |
unused1 |
|
unused2 |
Additional Information
FSCFOLIOCLOUD@1.1001:CreateFolder
void
FSCFOLIOCLOUD@1.1001:CreateFolder(
optional integer
unused1,
optional integer
unused2)
Name |
Description |
unused1 |
|
unused2 |
Additional Information
FSCOCR@1.1001:DoCheckOCRLicense
boolean
FSCOCR@1.1001:DoCheckOCRLicense(
out retval boolean
haslicense)
Name |
Description |
haslicense |
the result of the license check
|
Additional Information
FSCFOLIOGUI@1.1001:GetAvailableListViews
ListView[]
FSCFOLIOGUI@1.1001:GetAvailableListViews(
object
attrdef,
out retval ListView[]
listviews)
Name |
Description |
attrdef |
the view for which to determine the available list views.
|
listviews |
the list views that are supported for the current object and view, the first entry is the default view
|
Additional Information
FSCFOLIOGUI@1.1001:GetImportTargetTree
dictionary[]
FSCFOLIOGUI@1.1001:GetImportTargetTree(
out retval dictionary[]
children)
Name |
Description |
children |
the list of children
|
Additional Information
AttributeObjectDef
FSCPORTAL@1.1001:GetInboxList(
out retval AttributeObjectDef
inboxlist)
Name |
Description |
inboxlist |
Additional Information
FSCVENV@1.1001:GetPreferredList
object
FSCVENV@1.1001:GetPreferredList(
out retval object
preferredlist,
out boolean
ignoredashboardinbreadcrumb)
Name |
Description |
preferredlist |
the list, that is automatically opened (instead of viewing the dashboard)
|
ignoredashboardinbreadcrumb |
indicates whether clicking the object in a breadcurmb should ignore the dashboard
|
Additional Information
FSCTEAMROOM@1.1001:GetRoomInitializationTitle
string
FSCTEAMROOM@1.1001:GetRoomInitializationTitle(
boolean
isduplicate,
out retval string
title,
out optional string
description,
optional boolean
classchanged)
Name |
Description |
isduplicate |
|
title |
the title
|
description |
|
classchanged |
Additional Information
FSCTEAMROOM@1.1001:ManageRules
void
FSCTEAMROOM@1.1001:ManageRules(
optional integer
unused1,
optional integer
unused2)
Name |
Description |
unused1 |
|
unused2 |
Additional Information
COOSYSTEM@1.1:ObjectChangeClass
INTMETH_OBJECTCHANGECLASS
to implement this action on the object classes, where they want that feature to
be used. The provided internal method removes all properties that the new class
of the object does not have any more. The user has to have the create access
right on the new class to be able to change the class of the object.
void
COOSYSTEM@1.1:ObjectChangeClass(
object
objclass)
Name |
Description |
objclass |
The new object class. Must not be an abstract class.
|
Additional Information
COOSYSTEM@1.1:ObjectConstructor
void
COOSYSTEM@1.1:ObjectConstructor(
optional object
sourceobj)
Name |
Description |
sourceobj |
The source object, if the new object is created as a copy of an object.
|
Additional Information