2022 June Release

Class FSCCONTACTMGMT@1.1001:ContactRoomOrganisation Permanent link for this heading

Class Hierarchy

Object > CompoundObject > Contact > OrgContact > ContactRoomOrganisation

Organization Contact in the contact management app

Additional Information

  • Commonly usable

Properties Permanent link for this heading

Type

Property

Name

Address[]

addressbusiness

Address (Business)

Address[]

addressinvoice

Address (Invoice Address)

ContactAddressList[]

addresslists

Address Lists

Address[]

addressprivate

Address (Private)

WorldLanguage

commlanguage

Language for Communication

string[]

contactinfo

Contact Information

ContactRoom

contactroom

Contact Room

string[]

emailbusiness

E-Mail Address (Business)

string[]

emailprivate

E-Mail Address (Private)

string

externaldatasource

External Data Source

boolean

externallymanaged

Externally Managed

AttributeDefinition[]

externallymanagedattr

Externally Managed Properties

AttributeDefinition[]

hiddenattr

Hidden Properties

string

orgcustomernr

Customer Number

ContactRoomPerson[]

orgemployees

Employees

Term[]

orgindustries

Industries

string

orgsuppliernr

Supplier Number

FurtherInformation[]

persfurtherinformations

Further Information

SocialMediaAddress[]

socialmediaaddresses

Social Media Addresses

string[]

telephonebusiness

Phone Number (Business)

string[]

telephonefax

Phone Number (Fax)

string[]

telephonemobile

Phone Number (Mobile)

string[]

telephoneprivate

Phone Number (Private)

Object[]

webfolderchildren

Contents

Actions Permanent link for this heading

Return Type

Signature

object

ObjectCopy(
  ref optional object placement,
  out retval object object,
  optional string address,
  optional boolean virtualobject)

Properties Permanent link for this heading


Address (Business) (FSCCONTACTMGMT@1.1001:addressbusiness) Permanent link for this heading

Address[] FSCCONTACTMGMT@1.1001:addressbusiness readonly volatile


Address (Invoice Address) (FSCCONTACTMGMT@1.1001:addressinvoice) Permanent link for this heading

Address[] FSCCONTACTMGMT@1.1001:addressinvoice readonly volatile


Address Lists (FSCCONTACTMGMT@1.1001:addresslists) Permanent link for this heading

unique ContactAddressList[] FSCCONTACTMGMT@1.1001:addresslists

Additional Information


Address (Private) (FSCCONTACTMGMT@1.1001:addressprivate) Permanent link for this heading

Address[] FSCCONTACTMGMT@1.1001:addressprivate readonly volatile


Language for Communication (FSCCONTACTMGMT@1.1001:commlanguage) Permanent link for this heading

WorldLanguage FSCCONTACTMGMT@1.1001:commlanguage


Contact Information (FSCCONTACTMGMT@1.1001:contactinfo) Permanent link for this heading

string[] FSCCONTACTMGMT@1.1001:contactinfo readonly volatile


Contact Room (FSCCONTACTMGMT@1.1001:contactroom) Permanent link for this heading

ContactRoom FSCCONTACTMGMT@1.1001:contactroom not null volatile

Additional Information


E-Mail Address (Business) (FSCCONTACTMGMT@1.1001:emailbusiness) Permanent link for this heading

string[] FSCCONTACTMGMT@1.1001:emailbusiness readonly volatile


E-Mail Address (Private) (FSCCONTACTMGMT@1.1001:emailprivate) Permanent link for this heading

string[] FSCCONTACTMGMT@1.1001:emailprivate readonly volatile


External Data Source (FSCCONTACTMGMT@1.1001:externaldatasource) Permanent link for this heading

string FSCCONTACTMGMT@1.1001:externaldatasource not null


Externally Managed (FSCCONTACTMGMT@1.1001:externallymanaged) Permanent link for this heading

boolean FSCCONTACTMGMT@1.1001:externallymanaged


Externally Managed Properties (FSCCONTACTMGMT@1.1001:externallymanagedattr) Permanent link for this heading

AttributeDefinition[] FSCCONTACTMGMT@1.1001:externallymanagedattr readonly volatile invisible


Hidden Properties (FSCCONTACTMGMT@1.1001:hiddenattr) Permanent link for this heading

AttributeDefinition[] FSCCONTACTMGMT@1.1001:hiddenattr readonly volatile invisible


Customer Number (FSCCONTACTMGMT@1.1001:orgcustomernr) Permanent link for this heading

string FSCCONTACTMGMT@1.1001:orgcustomernr


Employees (FSCCONTACTMGMT@1.1001:orgemployees) Permanent link for this heading

unique ContactRoomPerson[] FSCCONTACTMGMT@1.1001:orgemployees

Additional Information


Industries (FSCCONTACTMGMT@1.1001:orgindustries) Permanent link for this heading

unique Term[] FSCCONTACTMGMT@1.1001:orgindustries


Supplier Number (FSCCONTACTMGMT@1.1001:orgsuppliernr) Permanent link for this heading

string FSCCONTACTMGMT@1.1001:orgsuppliernr


Further Information (FSCCONTACTMGMT@1.1001:persfurtherinformations) Permanent link for this heading

FurtherInformation[] FSCCONTACTMGMT@1.1001:persfurtherinformations


Social Media Addresses (FSCCONTACTMGMT@1.1001:socialmediaaddresses) Permanent link for this heading

SocialMediaAddress[] FSCCONTACTMGMT@1.1001:socialmediaaddresses


Phone Number (Business) (FSCCONTACTMGMT@1.1001:telephonebusiness) Permanent link for this heading

string[] FSCCONTACTMGMT@1.1001:telephonebusiness readonly volatile


Phone Number (Fax) (FSCCONTACTMGMT@1.1001:telephonefax) Permanent link for this heading

string[] FSCCONTACTMGMT@1.1001:telephonefax readonly volatile


Phone Number (Mobile) (FSCCONTACTMGMT@1.1001:telephonemobile) Permanent link for this heading

string[] FSCCONTACTMGMT@1.1001:telephonemobile readonly volatile


Phone Number (Private) (FSCCONTACTMGMT@1.1001:telephoneprivate) Permanent link for this heading

string[] FSCCONTACTMGMT@1.1001:telephoneprivate readonly volatile


Contents (FSCCONTACTMGMT@1.1001:webfolderchildren) Permanent link for this heading

Object[] FSCCONTACTMGMT@1.1001:webfolderchildren readonly

Actions Permanent link for this heading


COOSYSTEM@1.1:ObjectCopy Permanent link for this heading

Creates a new object as the copy of the object. This action called on the source object. This action sets the property objsource on the copied object.

object COOSYSTEM@1.1:ObjectCopy(
  ref optional object placement,
  out retval object object,
  optional string address,
  optional boolean virtualobject)

Name

Description

placement

object

The created copy of the object.

address

The object address for the new object. If this parameter is used, it overrides the specified COO store in parameter coost or the automatically chosen COO store, if no COO store was specified. @see ObjectCreate

virtualobject