Skip to main content
Skip table of contents

vCard2ContactPerson

Versionshinweise

21.2

Code

CODE
IContainer LogicScriptUtils.vCard2ContactPerson(String vCard)

Beschreibung

Erzeugt aus einer VCard einen Ansprechpartners IContainer.

Mapping zwischen VCard und Ansprechpartner.

VCard EintragCRM Feld
NFirstName
NLastName
BDAYDateOfBirth
GENDER, KINDSex
EMAILEmail
REVUpdateDate
TITLEDepartment
ROLEFunctionDescr
URLWebSite
TEL;TYPE=WORKComposedPhone
TEL;TYPE=CELLComposedMobilePhone
ORGCustomerKey
ADR (Fullstreet)Street
ADRZIP
ADRCity
ADRState
PHOTOPicture

Parameter

  • vCard - Die VCard Informationen als String

Rückgabe

Der erzeugte Ansprechpartner IContainer

Beispiele

CODE
...
String vcard = FileUtils.readFile(String fileName);
IContainer coPe = LogicScriptUtils.vCard2ContactPerson(vcard);
...



JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.