Class Hierarchy
Object > CompoundObject > Contact > OrgContact > ContactRoomOrganisation
Additional Information
Type |
Property |
Name |
Address (Business) |
||
Address (Invoice Address) |
||
Address Lists |
||
Address (Private) |
||
Language for Communication |
||
Contact Information |
||
Contact Room |
||
E-Mail Address (Business) |
||
E-Mail Address (Private) |
||
External Data Source |
||
Externally Managed |
||
Externally Managed Properties |
||
Hidden Properties |
||
Company Code |
||
Customer Number |
||
Employees |
||
Industries |
||
Supplier Number |
||
Further Information |
||
Social Media Addresses |
||
Phone Number (Business) |
||
Phone Number (Fax) |
||
Phone Number (Mobile) |
||
Phone Number (Private) |
||
Contents |
Return Type |
Signature |
ObjectCopy( |
Address (Business) (FSCCONTACTMGMT@1.1001:addressbusiness)
Address[] FSCCONTACTMGMT@1.1001:addressbusiness readonly volatile
Address (Invoice Address) (FSCCONTACTMGMT@1.1001:addressinvoice)
Address[] FSCCONTACTMGMT@1.1001:addressinvoice readonly volatile
Address Lists (FSCCONTACTMGMT@1.1001:addresslists)
unique ContactAddressList[] FSCCONTACTMGMT@1.1001:addresslists
Additional Information
Address (Private) (FSCCONTACTMGMT@1.1001:addressprivate)
Address[] FSCCONTACTMGMT@1.1001:addressprivate readonly volatile
Language for Communication (FSCCONTACTMGMT@1.1001:commlanguage)
WorldLanguage FSCCONTACTMGMT@1.1001:commlanguage
Contact Information (FSCCONTACTMGMT@1.1001:contactinfo)
string[] FSCCONTACTMGMT@1.1001:contactinfo readonly volatile
Contact Room (FSCCONTACTMGMT@1.1001:contactroom)
ContactRoom FSCCONTACTMGMT@1.1001:contactroom not null volatile
Additional Information
E-Mail Address (Business) (FSCCONTACTMGMT@1.1001:emailbusiness)
string[] FSCCONTACTMGMT@1.1001:emailbusiness readonly volatile
E-Mail Address (Private) (FSCCONTACTMGMT@1.1001:emailprivate)
string[] FSCCONTACTMGMT@1.1001:emailprivate readonly volatile
External Data Source (FSCCONTACTMGMT@1.1001:externaldatasource)
string FSCCONTACTMGMT@1.1001:externaldatasource not null
Externally Managed (FSCCONTACTMGMT@1.1001:externallymanaged)
boolean FSCCONTACTMGMT@1.1001:externallymanaged
Externally Managed Properties (FSCCONTACTMGMT@1.1001:externallymanagedattr)
AttributeDefinition[] FSCCONTACTMGMT@1.1001:externallymanagedattr readonly volatile invisible
Hidden Properties (FSCCONTACTMGMT@1.1001:hiddenattr)
AttributeDefinition[] FSCCONTACTMGMT@1.1001:hiddenattr readonly volatile invisible
Company Code (FSCCONTACTMGMT@1.1001:orgcompanycode)
string FSCCONTACTMGMT@1.1001:orgcompanycode
Customer Number (FSCCONTACTMGMT@1.1001:orgcustomernr)
string FSCCONTACTMGMT@1.1001:orgcustomernr
Employees (FSCCONTACTMGMT@1.1001:orgemployees)
unique ContactRoomPerson[] FSCCONTACTMGMT@1.1001:orgemployees
Additional Information
Industries (FSCCONTACTMGMT@1.1001:orgindustries)
unique Term[] FSCCONTACTMGMT@1.1001:orgindustries
Supplier Number (FSCCONTACTMGMT@1.1001:orgsuppliernr)
string FSCCONTACTMGMT@1.1001:orgsuppliernr
Further Information (FSCCONTACTMGMT@1.1001:persfurtherinformations)
FurtherInformation[] FSCCONTACTMGMT@1.1001:persfurtherinformations
Social Media Addresses (FSCCONTACTMGMT@1.1001:socialmediaaddresses)
SocialMediaAddress[] FSCCONTACTMGMT@1.1001:socialmediaaddresses
Phone Number (Business) (FSCCONTACTMGMT@1.1001:telephonebusiness)
string[] FSCCONTACTMGMT@1.1001:telephonebusiness readonly volatile
Phone Number (Fax) (FSCCONTACTMGMT@1.1001:telephonefax)
string[] FSCCONTACTMGMT@1.1001:telephonefax readonly volatile
Phone Number (Mobile) (FSCCONTACTMGMT@1.1001:telephonemobile)
string[] FSCCONTACTMGMT@1.1001:telephonemobile readonly volatile
Phone Number (Private) (FSCCONTACTMGMT@1.1001:telephoneprivate)
string[] FSCCONTACTMGMT@1.1001:telephoneprivate readonly volatile
Contents (FSCCONTACTMGMT@1.1001:webfolderchildren)
Object[] FSCCONTACTMGMT@1.1001:webfolderchildren readonly invisible
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 |
If specified, the COO store or domain where the object should be copied. If not specified or an object with a different object class is specified,
COOSYTEM@1.1:ObjectPlacementGet is called to determine the placement. On output the COO store where the object is copied. |
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. |
virtualobject |
(deprecated) Copy object as virtual object, living in one kernel instance only. If this parameter is used, it overrides the specified COO store in parameter
placement . |