-
Notifications
You must be signed in to change notification settings - Fork 182
/
Copy pathreservationHelperForm.js-meta.xml
55 lines (54 loc) · 1.56 KB
/
reservationHelperForm.js-meta.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<?xml version="1.0" encoding="UTF-8" ?>
<LightningComponentBundle xmlns="http://soap.sforce.com/2006/04/metadata">
<apiVersion>57.0</apiVersion>
<isExposed>true</isExposed>
<targets>
<target>lightning__FlowScreen</target>
</targets>
<targetConfigs>
<targetConfig targets="lightning__FlowScreen">
<property
name="customerid"
type="String"
label="Record Id"
role="inputOnly"
/>
<property
name="objecttype"
type="String"
label="Sobject Type"
role="inputOnly"
/>
<property
name="state"
type="String"
label="State"
role="inputOnly"
/>
<property
name="endDays"
type="Integer"
label="Reservation length"
role="outputOnly"
/>
<property
name="startDate"
type="Date"
label="Start date"
role="outputOnly"
/>
<property
name="numberOfPeople"
type="Integer"
label="No. of guests"
role="outputOnly"
/>
<property
name="requestedMarket"
type="String"
label="Market Id"
role="outputOnly"
/>
</targetConfig>
</targetConfigs>
</LightningComponentBundle>