From 081251bcea3fd928f8aee9490987f007e1359d21 Mon Sep 17 00:00:00 2001
From: Safija Hubljar Entity name of the record the EmailPicker is on. Required if verification feature is on. 3 1 true true >_9IfEr^J6y)}JzDgj`@>1`sZf<{J-_whxNG$gB4W
zPTiVZW_R#M7#<>ya=EU)oVx+#lz$$ob3D*Fn&l}X#({?|X0I}+!>%Y3=5#vixT1bE
z)d{yZ%ReU@Bxk6-jjmH68#N8I*l$gX8-8T(w4PepiYnGx-Br9{T=ZSKQt>o>a~Bk1
z{y7lmn-Ki7*T-qUQyZ)2rlfA4=z7L_UazLX+EGJv&>)(s%K^m`fZXWb?gWN5LC}>2
zcGV1}75VJ&{#<#w*yWh|l7QrLZbfDVpyd`ThPo%$Zp5h#3;y#(^K`;|g{6~pr|qeY
zG{2$rH-r0=-*)PI5f@Yu3Vb%AlMAH<5PJ=oCP@iBH
+
+
-# Binding Field
+## Changelog
-Control can be binded to any field on form of type SingleLine.Text.
-
-# Inputs
-
-- Min Mail Count - Minimum of emails imputed
-- Max Mail Count - Maximum of emails that can be imputed
-- Verification Feature
- - Disabled (default)
- - Enabled
-
-Using Verifying
-- Entity Name - Entity name of the record the EmailPicker is on. Required if verification feature is enabled.
-- Record Id - Primary key of the record the EmailPicker is on. Required if verification feature is enabled.
\ No newline at end of file
+
+
+
+
+ Property Name
+ Description
+ Of Type
+ Input
+ Output
+ Usage
+ Required
+
+
+ data
+ Binding field containing array of e-mail objects.
+
+ SingleLine.Text
+
+ [
+ {
+
+ "asyncJobInstanceId": null,
+
+ "buttons": [],
+
+ "deleteButtonProps": {
+ "key": "remove",
+ "showOnlyOnHover": true,
+
+ "iconProps": {
+
+ iconName: "ChromeClose"
+ }
+ },
+
+ "key": "test@hotmail.com",
+
+ "name": "test@hotmail.com",
+ sf
+ "status": "unverified",
+
+ "verifiedOn": null
+
+ }
+]
+
+ [{"email":"test@hotmail.com","status":"unverified"}]
+ bound
+ true
+
+ entityName
+
+
+ SingleLine.Text
+
+ account
+ N/A
+
+ input
+ false
+
+ recordId
+ Primary key of the record the EmailPicker is on. Required if verification feature is on.
+
+ SingleLine.Text
+
+ accountid
+ N/A
+
+ input
+ false
+
+ contactSuggestionFetchXml
+ FetchXml that will replace default for filtering contact email suggestions.
+
+ SingleLine.Text
+
+ <fetch>
+ <entity name="contact">
+ <attribute name="firstname" />
+ <attribute name="lastname" />
+ <attribute name="emailaddress1" />
+ <filter>
+ <condition attribute="emailaddress1" operator="like" value="{{text}}%" />
+ </filter>
+ <link-entity name="talxis_connection" from="talxis_record1id" to="contactid">
+ <attribute name="talxis_record1id" />
+ <filter type="and">
+ <condition attribute="talxis_interceptor_placeholder" operator="ne" value="$contactsInAccount$" />
+ </filter>
+ </link-entity>
+ </entity>
+</fetch>N/A
+
+ input
+ false
+
+ accountSuggestionFetchXml
+ FetchXml that will replace default for filtering account email suggestions.
+
+ SingleLine.Text
+
+ <fetch>
+ <entity name="account">
+ <attribute name="emailaddress1"/>
+ <attribute name="name"/>
+ <filter>
+ <condition attribute="emailaddress1" operator="like" value="{{text}}%"/>
+ </filter>
+ <order attribute="emailaddress1"/>
+ </entity>
+</fetch>N/A
+
+ input
+ true
+
+ minEmailCount
+ Field that represents the number of required emails.
+
+ Whole.None
+
+ 2N/A
+
+ input
+ false
+
+ maxEmailCount
+ Field that represents the maximum number of emails that can be inputted.
+
+ Whole.None
+
+ 5N/A
+
+ input
+ false
+
+ minVerifiedCount
+ Field that represents the number of emails required to be verified
+
+ Whole.None
+
+ N/A
+
+ input
+ false
+
+ verificationFeature
+ Enable the functionality for verification email.
+
+
+ Enum
+ 01N/A
+
+ input
+ true
+
+ emailEdit
+ Enable the email editing.
+
+ Enum
+
+ 0N/A
+
+ input
+ false
+
+ emailSuggestions
+ Enable suggest emails from existing accounts and contacts.
+
+ Enum
+
+ falseN/A
+
+ input
+ false
+
+ clickToCopyEnabled
+ Enable click to copy button.
+
+ Enum
+
+ falseN/A
+
+ input
+ false
+
+
+plainEmail
+ Binding field returning first email from `E-mail Data Field` in plain text.
+
+ SingleLine.EmailSingleLine.Text
+
+ test@hotmail.com
+ test@hotmail.com
+ bound
+ false2024-08-16
+ Changed
+
+
\ No newline at end of file
From 7fdbd6991503cc22342a2768aefc80583ceba6bf Mon Sep 17 00:00:00 2001
From: Safija Hubljar Primary key of the record the EmailPicker is on. Required if verification feature is on.
SingleLine.Text
-
accountid
+ 5b34e4fd-a937-ef11-8409-0022489d8923
N/A
From 3594ee2e76ec5a2d0ddf616b280d6086411b88b4 Mon Sep 17 00:00:00 2001
From: Safija Hubljar input
[{"email":"test@hotmail.com","status":"unverified"}][{"email":"test@hotmail.com","status":"unverified"}]
undefiend
boundtrue