Konvertiert Hubspot Companies zu Acriba Vermittler
| Hubspot Field | Acriba Field | Transformation | |
|---|---|---|---|
| hubspotCompany.properties.name | → | agent.name1 | Expression |
| hubspotCompany.properties.address | → | agent.strasse | Expression |
| hubspotCompany.properties.zip | → | agent.plz | Expression |
| hubspotCompany.properties.city | → | agent.ort | Expression |
| hubspotCompany.properties.phone | → | agent.telefon1 | Expression |
| hubspotCompany.properties.hs_country_code | → | agent.laenderkennzeichen | Expression |
| hubspotCompany.properties.website | → | agent.homepage | Expression |
Konvertiert Acriba Vermittler zu Hubspot Unternehmen
| Acriba Field | Hubspot Field | Transformation | |
|---|---|---|---|
| this.buildName(agent) | → | properties.name | this.buildName |
| this.buildName(agent) | → | name | this.buildName |
Konvertiert Acriba Hilfsmittel zu Hubspot Tickets
| Acriba Field | Hubspot Field | Transformation | |
|---|---|---|---|
| this.buildName(assistiveItem) | → | properties.subject | this.buildName |
| Constant value | → | properties.hs_pipeline_stage | process.env.HUBSPOT_ASSISTIVE_ITEM_PIPELINE_STAGE ?? '2' |
| Constant value | → | properties.recreateAssociations | 'true' |
| this.buildName(assistiveItem) | → | subject | this.buildName |
| Constant value | → | hs_pipeline_stage | process.env.HUBSPOT_ASSISTIVE_ITEM_PIPELINE_STAGE ?? '2' |
| Constant value | → | recreateAssociations | 'true' |
Konvertiert Hubspot Kontakt zu Acriba Ansprechpartner
| Hubspot Field | Acriba Field | Transformation | |
|---|---|---|---|
| hubspotContact.properties['ansprechpartner_erp_id'] | → | apid | toNumberIfNotNullish |
| hubspotContact.properties[this.idField] | → | stammID | toNumberIfNotNullish |
| Dynamic access: hubspotContact.properties[hubspotContact.prefix + 'vorname'] | → | vorname | Dynamic property mapping |
| hubspotContact.properties[hubspotContact.prefix + 'nachname'], hubspotContact.prefix | → | nachname | Expression |
| Dynamic access: hubspotContact.properties[hubspotContact.prefix + 'telefonnummer'] | → | telefon | Dynamic property mapping |
| Dynamic access: hubspotContact.properties[hubspotContact.prefix + 'telefonnummer2'] | → | telefon2 | Dynamic property mapping |
| Dynamic access: hubspotContact.properties[hubspotContact.prefix + 'e_mail'] | → | Dynamic property mapping | |
| Dynamic access: hubspotContact.properties[hubspotContact.prefix + 'stra_e__hausnummer'] | → | strasse | Dynamic property mapping |
| Dynamic access: hubspotContact.properties[hubspotContact.prefix + 'postleitzahl'] | → | plz | Dynamic property mapping |
| Dynamic access: hubspotContact.properties[hubspotContact.prefix + 'stadt'] | → | ort | Dynamic property mapping |
| hubspotContact.prefix | → | gesetzlicherBetreuer | Expression |
| hubspotContact.prefix | → | bemerkung | this.makePrefixReadable |
| Constant value | → | latitude | +latitude |
| Constant value | → | longitude | +longitude |
| Constant value | → | manuellGesetzt | true |
Konvertiert Acriba Kontakte zu Hubspot Kontakte
| Acriba Field | Hubspot Field | Transformation | |
|---|---|---|---|
| customer.hauptkundennummer?.toString | → | properties.kundennummer | customer.hauptkundennummer?.toString |
| customer.name1 | → | properties.firstname | Direct mapping |
| customer.name2 | → | properties.lastname | Direct mapping |
| customer.name3 | → | properties.name3 | Direct mapping |
| customer.eMail | → | properties.email | EmailValidator.validate |
| customer.strasse | → | properties.stra_e | Direct mapping |
| customer.ort | → | properties.ort | Direct mapping |
| customer.plz | → | properties.zip | Direct mapping |
| customer.iban | → | properties.iban | Direct mapping |
| customer.anrede | → | properties.salutation | Direct mapping |
| customer.verstorben?.toString | → | properties.erloschen | Expression |
| customer.telefon1 | → | properties.phone | this.parsePhoneNumber |
| customer.telefon2 | → | properties.telefonnummer_2 | this.parsePhoneNumber |
| customer.telefon3 | → | properties.mobilephone | this.parsePhoneNumber |
| customer.telefon4 | → | properties.telefonnummer_4 | this.parsePhoneNumber |
| customer.telefax | → | properties.fax | Direct mapping |
| customer.geburtsdatum | → | properties.geburtsdatum__kunde_ | Direct mapping |
| customer.krankenversichertennummer | → | properties.versichertennummer | Direct mapping |
| customer.dsErklaerungVorhanden?.toString | → | properties.datenschutz_einwilligung__ja_nein_ | Expression |
| customer.fibukonto?.toString | → | properties.fibu_kto | Expression |
| customer.warnhinweis | → | properties.warnhinweis | Direct mapping |
| Constant value | → | properties.herkunft_der_daten__erp_ | process.env.HERKUNFT_DER_DATEN ?? 'Acriba' |
| this.parseContactPerson(contactPersons) | → | properties.ansprechpartner | this.parseContactPerson |
| customer.koerpergroesseCm?.toString | → | properties.koerpergroessecm | Expression |
| customer.gewichtKg?.toString | → | properties.gewichtkg | Expression |
| customer.kleidergroesse?.toString | → | properties.kleidergroesse | Expression |
| customer.schuhgroesse?.toString | → | properties.schuhgroesse | Expression |
| customer.sitzbreiteCm?.toString | → | properties.sitzbreitecm | Expression |
| customer.sitztiefeCm?.toString | → | properties.sitztiefecm | Expression |
| customer.rueckenhoeheCm?.toString | → | properties.rueckenhoehecm | Expression |
| customer.unterschenkellaengeCmd?.toString | → | properties.unterschenkellaengecm | Expression |
| customer.fusslaengeCm?.toString | → | properties.fusslaengecm | Expression |
| customer.geschlecht | → | properties.geschlecht | Direct mapping |
| customer.merkmaleStandVom | → | properties.merkmale_stand_vom | Direct mapping |
| customer.hauptkundennummer?.toString | → | kundennummer | customer.hauptkundennummer?.toString |
| customer.name1 | → | firstname | Direct mapping |
| customer.name2 | → | lastname | Direct mapping |
| customer.name3 | → | name3 | Direct mapping |
| customer.eMail | → | EmailValidator.validate | |
| customer.strasse | → | stra_e | Direct mapping |
| customer.ort | → | ort | Direct mapping |
| customer.plz | → | zip | Direct mapping |
| customer.iban | → | iban | Direct mapping |
| customer.anrede | → | salutation | Direct mapping |
| customer.verstorben?.toString | → | erloschen | Expression |
| customer.telefon1 | → | phone | this.parsePhoneNumber |
| customer.telefon2 | → | telefonnummer_2 | this.parsePhoneNumber |
| customer.telefon3 | → | mobilephone | this.parsePhoneNumber |
| customer.telefon4 | → | telefonnummer_4 | this.parsePhoneNumber |
| customer.telefax | → | fax | Direct mapping |
| customer.geburtsdatum | → | geburtsdatum__kunde_ | Direct mapping |
| customer.krankenversichertennummer | → | versichertennummer | Direct mapping |
| customer.dsErklaerungVorhanden?.toString | → | datenschutz_einwilligung__ja_nein_ | Expression |
| customer.fibukonto?.toString | → | fibu_kto | Expression |
| customer.warnhinweis | → | warnhinweis | Direct mapping |
| Constant value | → | herkunft_der_daten__erp_ | process.env.HERKUNFT_DER_DATEN ?? 'Acriba' |
| this.parseContactPerson(contactPersons) | → | ansprechpartner | this.parseContactPerson |
| customer.koerpergroesseCm?.toString | → | koerpergroessecm | Expression |
| customer.gewichtKg?.toString | → | gewichtkg | Expression |
| customer.kleidergroesse?.toString | → | kleidergroesse | Expression |
| customer.schuhgroesse?.toString | → | schuhgroesse | Expression |
| customer.sitzbreiteCm?.toString | → | sitzbreitecm | Expression |
| customer.sitztiefeCm?.toString | → | sitztiefecm | Expression |
| customer.rueckenhoeheCm?.toString | → | rueckenhoehecm | Expression |
| customer.unterschenkellaengeCmd?.toString | → | unterschenkellaengecm | Expression |
| customer.fusslaengeCm?.toString | → | fusslaengecm | Expression |
| customer.geschlecht | → | geschlecht | Direct mapping |
| customer.merkmaleStandVom | → | merkmale_stand_vom | Direct mapping |
| Constant value | → | hubspotObject.associations | [] |
Konvertiert Hubspot Kontakt zu Acriba Kunden
| Hubspot Field | Acriba Field | Transformation | |
|---|---|---|---|
| hubspotContact.properties[this.idField] | → | stammId | Expression |
| hubspotContact.properties.kundennummer | → | hauptkundennummer | this.parseIntWithZeroDefault |
| hubspotContact.properties.firstname | → | name1 | Direct mapping |
| hubspotContact.properties.lastname | → | name2 | Direct mapping |
| hubspotContact.properties.name3 | → | name3 | Direct mapping |
| hubspotContact.properties.email | → | Direct mapping | |
| hubspotContact.properties.stra_e | → | strasse | Direct mapping |
| hubspotContact.properties.ort | → | ort | Direct mapping |
| hubspotContact.properties.zip | → | plz | Direct mapping |
| hubspotContact.properties.iban | → | iban | Direct mapping |
| hubspotContact.properties.anrede_formular | → | anrede | Direct mapping |
| hubspotContact.properties.erloschen | → | verstorben | Expression |
| hubspotContact.properties.phone | → | telefon1 | Direct mapping |
| hubspotContact.properties.telefonnummer_2 | → | telefon2 | Direct mapping |
| hubspotContact.properties.mobilephone | → | telefon3 | Direct mapping |
| hubspotContact.properties.telefonnummer_4 | → | telefon4 | Direct mapping |
| hubspotContact.properties.fax | → | telefax | Direct mapping |
| Constant value | → | endverbraucher | true |
| hubspotContact.properties.geburtsdatum__kunde_ | → | geburtsdatum | Direct mapping |
| hubspotContact.properties.versichertennummer | → | krankenversichertennummer | Direct mapping |
| hubspotContact.properties.datenschutz_einwilligung__ja_nein_ | → | dsErklaerungVorhanden | Expression |
| hubspotContact.properties.fibu_kto | → | fibukonto | this.parseIntWithZeroDefault |
| hubspotContact.properties.zustaendige_filiale | → | zustaendigeFiliale | this.parseIntWithZeroDefault |
| hubspotContact.properties.zustaendige_abteilung | → | zustaendigeAbteilung | this.parseIntWithZeroDefault |
| hubspotContact.properties.zustaendiger_bearbeiter | → | zustaendigerBearbeiter | this.parseIntWithZeroDefault |
| hubspotContact.properties.zustaendiger_aussendienst | → | zustaendigerAussendienst | this.parseIntWithZeroDefault |
| hubspotContact.properties.zahlungsbedingung_id | → | zahlungsbedingungId | this.parseIntWithZeroDefault |
| hubspotContact.properties.homepage | → | homepage | Direct mapping |
| hubspotContact.properties.pflegegrad_ | → | pflegegrad | Direct mapping |
| hubspotContact.properties.warnhinweis | → | warnhinweis | Direct mapping |
| hubspotContact.properties.koerpergroessecm | → | koerpergroesseCm | this.parseIntWithZeroDefault |
| hubspotContact.properties.gewichtkg | → | gewichtKg | this.parseIntWithZeroDefault |
| hubspotContact.properties.kleidergroesse | → | kleidergroesse | this.parseIntWithZeroDefault |
| hubspotContact.properties.schuhgroesse | → | schuhgroesse | this.parseIntWithZeroDefault |
| hubspotContact.properties.sitzbreitecm | → | sitzbreiteCm | this.parseIntWithZeroDefault |
| hubspotContact.properties.sitztiefecm | → | sitztiefeCm | this.parseIntWithZeroDefault |
| hubspotContact.properties.rueckenhoehecm | → | rueckenhoeheCm | this.parseIntWithZeroDefault |
| hubspotContact.properties.unterschenkellaengecmd | → | unterschenkellaengeCmd | this.parseIntWithZeroDefault |
| hubspotContact.properties.fusslaengecm | → | fusslaengeCm | this.parseIntWithZeroDefault |
| hubspotContact.properties.geschlecht | → | geschlecht | Direct mapping |
| hubspotContact.properties.latitude | → | latitude | Expression |
| hubspotContact.properties.longitude | → | longitude | Expression |
| Constant value | → | manuellGesetzt | true |
Konvertiert Hubspot Kontaktfelder zu Acriba Abweichendeanschriften (Rechnungsanschrift)
| Hubspot Field | Acriba Field | Transformation | |
|---|---|---|---|
| customer.stammId | → | billingAddress.stammId | Direct mapping |
| Constant value | → | billingAddress.abwLieferung | false |
| hubspotContact.properties.abw__rechnungsanschrift_vorname | → | billingAddress.name1 | Direct mapping |
| hubspotContact.properties.abw__rechnungsanschrift_nachname | → | billingAddress.name2 | Direct mapping |
| hubspotContact.properties.abw__rechnungsanschrift_stra_e__hausnummer | → | billingAddress.strasse | Direct mapping |
| hubspotContact.properties.abw__rechnungsanschrift_postleitzahl | → | billingAddress.plz | Direct mapping |
| hubspotContact.properties.abw__rechnungsanschrift_ort | → | billingAddress.ort | Direct mapping |
| Constant value | → | billingAddress.standard | true |
Konvertiert Hubspot Kontaktfelder zu Acriba Abweichendeanschriften (Lieferanschrift)
| Hubspot Field | Acriba Field | Transformation | |
|---|---|---|---|
| customer.stammId | → | deliveryAddress.stammId | Direct mapping |
| Constant value | → | deliveryAddress.abwLieferung | true |
| hubspotContact.properties.abw__lieferanschrift_vorname | → | deliveryAddress.name1 | Direct mapping |
| hubspotContact.properties.abw__lieferanschrift_nachname | → | deliveryAddress.name2 | Direct mapping |
| hubspotContact.properties.abw__lieferanschrift_stra_e__hausnummer | → | deliveryAddress.strasse | Direct mapping |
| hubspotContact.properties.abw__lieferanschrift_postleitzahl | → | deliveryAddress.plz | Direct mapping |
| hubspotContact.properties.abw__lieferanschrift_ort | → | deliveryAddress.ort | Direct mapping |
Konvertiert Hubspot Deals zu Acriba Anfragen
| Hubspot Field | Acriba Field | Transformation | |
|---|---|---|---|
| hubspotDeal.properties.erp_sachbearbeiter_id | → | sachbearbeiterId | Expression |
| hubspotDeal.properties.erp_filiale_id | → | filialeId | Expression |
| hubspotDeal.properties.erp_kunden_id | → | kundenId | Expression |
| hubspotDeal.properties.erp_aussendienst_id | → | aussendienstId | Expression |
| hubspotDeal.properties.erp_abteilung_id | → | abteilungId | parseIntSafer |
| hubspotDeal.properties.erp_bemerkung | → | bemerkung | Direct mapping |
| new Date().toISOString() | → | datum | new Date().toISOString |
| hubspotDeal.properties.erp_rezeptstatus | → | rezeptstatus | Expression |
| Constant value | → | abweichendeLieferanschriftId | deliveryAddressId || null |
| hubspotDeal.properties.erp_depot_id__geklont_ | → | depotId | Expression |
| hubspotDeal.properties.erp_leitposition | → | leitposition | Direct mapping |
| hubspotDeal.properties.erp_vermittler_id | → | vermittlerId | Expression |
| hubspotDeal.properties.auftragsart | → | auftragsart | Direct mapping |
| Constant value | → | vorgangsstatus | vorgangsstatus |
| hubspotDeal.properties.hubspot2x_auto_lieferprioritaet | → | lieferprioritaet | parseIntSafer |
| hubspotDeal.properties.erp_versandart_wert_id | → | versandart.wertId | Expression |
| hubspotDeal.properties.erp_versandart_wert_id | → | wertId | Expression |
Konvertiert Hubspot Kontakte zu Acriba Verordner
| Hubspot Field | Acriba Field | Transformation | |
|---|---|---|---|
| hubspotContact.properties['prescriber_la_nummer'] | → | prescriber.laNummer | Expression |
| hubspotContact.properties['prescriber_bs_nummer'] | → | prescriber.bsNummer | Expression |
| hubspotContact.properties['prescriber_ik_nummer'] | → | prescriber.ikNummer | Expression |
| hubspotContact.properties['prescriber_matchcode'] | → | prescriber.matchcode | Expression |
| hubspotContact.properties['titel'] | → | prescriber.titel | Expression |
| hubspotContact.properties['salutation'] | → | prescriber.anrede | Expression |
| hubspotContact.properties['firstname'] | → | prescriber.name1 | Expression |
| hubspotContact.properties['lastname'] | → | prescriber.name2 | Expression |
| hubspotContact.properties['name3'] | → | prescriber.name3 | Expression |
| hubspotContact.properties['stra_e'] | → | prescriber.strasse | Expression |
| hubspotContact.properties['zusatz'] | → | prescriber.zusatz | Expression |
| hubspotContact.properties['laenderkennzeichen'] | → | prescriber.laenderkennzeichen | Expression |
| hubspotContact.properties['zip'] | → | prescriber.plz | Expression |
| hubspotContact.properties['ort'] | → | prescriber.ort | Expression |
| hubspotContact.properties['phone'] | → | prescriber.telefon1 | Expression |
| hubspotContact.properties['telefonnummer_2'] | → | prescriber.telefon2 | Expression |
| hubspotContact.properties['mobilephone'] | → | prescriber.telefon3 | Expression |
| hubspotContact.properties['telefonnummer_4'] | → | prescriber.telefon4 | Expression |
| hubspotContact.properties['fax'] | → | prescriber.telefax | Expression |
| hubspotContact.properties['homepage'] | → | prescriber.homepage | Expression |
| hubspotContact.properties['warnhinweis'] | → | prescriber.warnhinweis | Expression |
| hubspotContact.properties['fibu_kto'] | → | prescriber.fibukonto | Expression |
| hubspotContact.properties['datenschutz_einwilligung__ja_nein_'] | → | prescriber.dsErklaerungVorhanden | Expression |
| hubspotContact.properties.zustaendige_filiale | → | prescriber.zustaendigeFiliale | this.parseIntWithZeroDefault |
| hubspotContact.properties.zustaendige_abteilung | → | prescriber.zustaendigeAbteilung | this.parseIntWithZeroDefault |
| hubspotContact.properties.zustaendiger_bearbeiter | → | prescriber.zustaendigerBearbeiter | this.parseIntWithZeroDefault |
| hubspotContact.properties.zustaendiger_aussendienst | → | prescriber.zustaendigerAussendienst | this.parseIntWithZeroDefault |
| hubspotContact.properties.zahlungsbedingung_id | → | prescriber.zahlungsbedingungId | this.parseIntWithZeroDefault |
Konvertiert Acriba Verordner zu Hubspot Kontakte
| Acriba Field | Hubspot Field | Transformation | |
|---|---|---|---|
| prescriber.anrede | → | properties.salutation | Direct mapping |
| prescriber.titel | → | properties.titel | Direct mapping |
| prescriber.name1 | → | properties.firstname | Direct mapping |
| prescriber.name2 | → | properties.lastname | Direct mapping |
| prescriber.eMail | → | properties.email | EmailValidator.validate |
| prescriber.laNummer | → | properties.prescriber_la_nummer | Direct mapping |
| prescriber.bsNummer | → | properties.prescriber_bs_nummer | Direct mapping |
| prescriber.ikNummer | → | properties.prescriber_ik_nummer | Direct mapping |
| prescriber.matchcode | → | properties.prescriber_matchcode | Direct mapping |
| prescriber.name3 | → | properties.name3 | Direct mapping |
| prescriber.strasse | → | properties.stra_e | Direct mapping |
| prescriber.zusatz | → | properties.zusatz | Direct mapping |
| prescriber.laenderkennzeichen | → | properties.laenderkennzeichen | Direct mapping |
| prescriber.plz | → | properties.zip | Direct mapping |
| prescriber.ort | → | properties.ort | Direct mapping |
| prescriber.telefon1 | → | properties.phone | Direct mapping |
| prescriber.telefon2 | → | properties.telefonnummer_2 | Direct mapping |
| prescriber.telefon3 | → | properties.mobilephone | Direct mapping |
| prescriber.telefon4 | → | properties.telefonnummer_4 | Direct mapping |
| prescriber.telefax | → | properties.fax | Direct mapping |
| prescriber.homepage | → | properties.homepage | Direct mapping |
| prescriber.warnhinweis | → | properties.warnhinweis | Direct mapping |
| prescriber.fibukonto?.toString | → | properties.fibu_kto | prescriber.fibukonto?.toString |
| prescriber.dsErklaerungVorhanden | → | properties.datenschutz_einwilligung__ja_nein_ | Direct mapping |
| Constant value | → | properties.contact_type | 'Verordner' |
| prescriber.anrede | → | salutation | Direct mapping |
| prescriber.titel | → | titel | Direct mapping |
| prescriber.name1 | → | firstname | Direct mapping |
| prescriber.name2 | → | lastname | Direct mapping |
| prescriber.eMail | → | EmailValidator.validate | |
| prescriber.laNummer | → | prescriber_la_nummer | Direct mapping |
| prescriber.bsNummer | → | prescriber_bs_nummer | Direct mapping |
| prescriber.ikNummer | → | prescriber_ik_nummer | Direct mapping |
| prescriber.matchcode | → | prescriber_matchcode | Direct mapping |
| prescriber.name3 | → | name3 | Direct mapping |
| prescriber.strasse | → | stra_e | Direct mapping |
| prescriber.zusatz | → | zusatz | Direct mapping |
| prescriber.laenderkennzeichen | → | laenderkennzeichen | Direct mapping |
| prescriber.plz | → | zip | Direct mapping |
| prescriber.ort | → | ort | Direct mapping |
| prescriber.telefon1 | → | phone | Direct mapping |
| prescriber.telefon2 | → | telefonnummer_2 | Direct mapping |
| prescriber.telefon3 | → | mobilephone | Direct mapping |
| prescriber.telefon4 | → | telefonnummer_4 | Direct mapping |
| prescriber.telefax | → | fax | Direct mapping |
| prescriber.homepage | → | homepage | Direct mapping |
| prescriber.warnhinweis | → | warnhinweis | Direct mapping |
| prescriber.fibukonto?.toString | → | fibu_kto | prescriber.fibukonto?.toString |
| prescriber.dsErklaerungVorhanden | → | datenschutz_einwilligung__ja_nein_ | Direct mapping |
| Constant value | → | contact_type | 'Verordner' |
Konvertiert Acriba Wiedervorlagen zu Hubspot Tickets
| Acriba Field | Hubspot Field | Transformation | |
|---|---|---|---|
| resubmission.wvid | → | properties.subject | Expression |
| resubmission.text | → | properties.wiedervorlage_text | Expression |
| resubmission.bearbeiter.toString | → | properties.wiedervorlage_bearbeiter | Expression |
| resubmission.bearbeiter.toString | → | properties.wiedervorlage_bearbeiter_dropdown | Expression |
| resubmission.kennung | → | properties.wiedervorlage_kennung | Expression |
| resubmission.uhrzeit | → | properties.wiedervorlage_uhrzeit | Expression |
| resubmission.archiv?.toString | → | properties.wiedervorlage_archiv | Expression |
| resubmission.zusatz | → | properties.wiedervorlage_zusatz | Expression |
| resubmission.letzterbearbeiter?.toString | → | properties.wiedervorlage_letzter_bearbeiter | Expression |
| resubmission.letztebearbeitung | → | properties.wiedervorlage_letzte_bearbeitung | Expression |
| resubmission.ort | → | properties.wiedervorlage_ort | Expression |
| resubmission.autowvid?.toString | → | properties.wiedervorlage_autowvid | Expression |
| resubmission.tourid?.toString | → | properties.wiedervorlage_tourid | Expression |
| resubmission.zusatztext | → | properties.wiedervorlage_zusatztext | Expression |
| resubmission.tourname | → | properties.wiedervorlage_tourname | Expression |
| resubmission.tourstrasse | → | properties.wiedervorlage_tourstrasse | Expression |
| resubmission.tourplz | → | properties.wiedervorlage_tourplz | Expression |
| resubmission.tourort | → | properties.wiedervorlage_tourort | Expression |
| resubmission.tourabwanschrift?.toString | → | properties.wiedervorlage_tourabwanschrift | Expression |
| resubmission.tourvermittlerid?.toString | → | properties.wiedervorlage_tourvermittlerid | Expression |
| resubmission.uhrzeitbis | → | properties.wiedervorlage_uhrzeitbis | Expression |
| resubmission.fixtermin?.toString | → | properties.wiedervorlage_fixtermin | Expression |
| resubmission.zustand?.toString | → | properties.wiedervorlage_zustand | Expression |
| resubmission.kontrollbenutzerid?.toString | → | properties.wiedervorlage_kontrollbenutzerid | Expression |
| resubmission.vertraulich?.toString | → | properties.wiedervorlage_vertraulich | Expression |
| resubmission.eilt | → | properties.wiedervorlage_eilt | Expression |
| resubmission.wunschtermin | → | properties.wiedervorlage_wunschtermin | Expression |
| resubmission.tourenplanungstatus?.toString | → | properties.wiedervorlage_tourenplanungstatus | Expression |
| resubmission.tourenplanungaufenthaltmin?.toString | → | properties.wiedervorlage_tourenplanungaufenthaltmin | Expression |
| resubmission.applikationName | → | properties.wiedervorlage_applikationName | Expression |
| resubmission.abteilung?.toString | → | properties.wiedervorlage_abteilung | Expression |
| resubmission.onlinE24PORTALUSERID?.toString | → | properties.wiedervorlage_online24portaluserid | Expression |
| resubmission.wvid | → | subject | Expression |
| resubmission.text | → | wiedervorlage_text | Expression |
| resubmission.bearbeiter.toString | → | wiedervorlage_bearbeiter | Expression |
| resubmission.bearbeiter.toString | → | wiedervorlage_bearbeiter_dropdown | Expression |
| resubmission.kennung | → | wiedervorlage_kennung | Expression |
| resubmission.uhrzeit | → | wiedervorlage_uhrzeit | Expression |
| resubmission.archiv?.toString | → | wiedervorlage_archiv | Expression |
| resubmission.zusatz | → | wiedervorlage_zusatz | Expression |
| resubmission.letzterbearbeiter?.toString | → | wiedervorlage_letzter_bearbeiter | Expression |
| resubmission.letztebearbeitung | → | wiedervorlage_letzte_bearbeitung | Expression |
| resubmission.ort | → | wiedervorlage_ort | Expression |
| resubmission.autowvid?.toString | → | wiedervorlage_autowvid | Expression |
| resubmission.tourid?.toString | → | wiedervorlage_tourid | Expression |
| resubmission.zusatztext | → | wiedervorlage_zusatztext | Expression |
| resubmission.tourname | → | wiedervorlage_tourname | Expression |
| resubmission.tourstrasse | → | wiedervorlage_tourstrasse | Expression |
| resubmission.tourplz | → | wiedervorlage_tourplz | Expression |
| resubmission.tourort | → | wiedervorlage_tourort | Expression |
| resubmission.tourabwanschrift?.toString | → | wiedervorlage_tourabwanschrift | Expression |
| resubmission.tourvermittlerid?.toString | → | wiedervorlage_tourvermittlerid | Expression |
| resubmission.uhrzeitbis | → | wiedervorlage_uhrzeitbis | Expression |
| resubmission.fixtermin?.toString | → | wiedervorlage_fixtermin | Expression |
| resubmission.zustand?.toString | → | wiedervorlage_zustand | Expression |
| resubmission.kontrollbenutzerid?.toString | → | wiedervorlage_kontrollbenutzerid | Expression |
| resubmission.vertraulich?.toString | → | wiedervorlage_vertraulich | Expression |
| resubmission.eilt | → | wiedervorlage_eilt | Expression |
| resubmission.wunschtermin | → | wiedervorlage_wunschtermin | Expression |
| resubmission.tourenplanungstatus?.toString | → | wiedervorlage_tourenplanungstatus | Expression |
| resubmission.tourenplanungaufenthaltmin?.toString | → | wiedervorlage_tourenplanungaufenthaltmin | Expression |
| resubmission.applikationName | → | wiedervorlage_applikationName | Expression |
| resubmission.abteilung?.toString | → | wiedervorlage_abteilung | Expression |
| resubmission.onlinE24PORTALUSERID?.toString | → | wiedervorlage_online24portaluserid | Expression |
| Constant value | → | associations | await this.getDealAssociation(resubmission) |
Konvertiert Hubspot Tickets zu Acriba Wiedervorlagen
| Hubspot Field | Acriba Field | Transformation | |
|---|---|---|---|
| Constant value | → | resubmission.wvid | toNumberIfNotNullish(erpId) ?? undefined |
| ticket.properties['wiedervorlage_text'] | → | resubmission.text | Expression |
| ticket.properties['wiedervorlage_bearbeiter_dropdown'] | → | resubmission.bearbeiter | Expression |
| ticket.properties['wiedervorlage_kennung'] | → | resubmission.kennung | Expression |
| ticket.properties['wiedervorlage_datum'] | → | resubmission.datum | Expression |
| ticket.properties['wiedervorlage_datum_bis'] | → | resubmission.datumbis | Expression |
| ticket.properties['wiedervorlage_uhrzeit'] | → | resubmission.uhrzeit | Expression |
| ticket.properties['wiedervorlage_archiv'] | → | resubmission.archiv | Expression |
| ticket.properties['wiedervorlage_zusatz'] | → | resubmission.zusatz | Expression |
| ticket.properties['wiedervorlage_letzter_bearbeiter'] | → | resubmission.letzterbearbeiter | Expression |
| ticket.properties['wiedervorlage_letzte_bearbeitung'] | → | resubmission.letztebearbeitung | Expression |
| ticket.properties['wiedervorlage_ort'] | → | resubmission.ort | Expression |
| ticket.properties['wiedervorlage_autowvid'] | → | resubmission.autowvid | Expression |
| ticket.properties['wiedervorlage_tourid'] | → | resubmission.tourid | Expression |
| ticket.properties['wiedervorlage_zusatztext'] | → | resubmission.zusatztext | Expression |
| ticket.properties['wiedervorlage_tourname'] | → | resubmission.tourname | Expression |
| ticket.properties['wiedervorlage_tourstrasse'] | → | resubmission.tourstrasse | Expression |
| ticket.properties['wiedervorlage_tourplz'] | → | resubmission.tourplz | Expression |
| ticket.properties['wiedervorlage_tourort'] | → | resubmission.tourort | Expression |
| ticket.properties['wiedervorlage_tourabwanschrift'] | → | resubmission.tourabwanschrift | Expression |
| ticket.properties['wiedervorlage_tourvermittlerid'] | → | resubmission.tourvermittlerid | Expression |
| ticket.properties['wiedervorlage_uhrzeitbis'] | → | resubmission.uhrzeitbis | Expression |
| ticket.properties['wiedervorlage_fixtermin'] | → | resubmission.fixtermin | Expression |
| ticket.properties['wiedervorlage_zustand'] | → | resubmission.zustand | Expression |
| ticket.properties['wiedervorlage_kontrollbenutzerid'] | → | resubmission.kontrollbenutzerid | Expression |
| ticket.properties['wiedervorlage_vertraulich'] | → | resubmission.vertraulich | Expression |
| ticket.properties['wiedervorlage_eilt'] | → | resubmission.eilt | Expression |
| ticket.properties['wiedervorlage_wunschtermin'] | → | resubmission.wunschtermin | Expression |
| ticket.properties['wiedervorlage_tourenplanungstatus'] | → | resubmission.tourenplanungstatus | Expression |
| ticket.properties['wiedervorlage_tourenplanungaufenthaltmin'] | → | resubmission.tourenplanungaufenthaltmin | Expression |
| ticket.properties['wiedervorlage_applikationName'] | → | resubmission.applikationName | Expression |
| ticket.properties['wiedervorlage_abteilung'] | → | resubmission.abteilung | Expression |
| ticket.properties['wiedervorlage_onlinE24PORTALUSERID'] | → | resubmission.onlinE24PORTALUSERID | Expression |