Property | UI Field Name | Description | Specifications | Required | Mutually Exclusive With |
---|
Anchor |
---|
| adjustment - CCD |
---|
| adjustment - CCD |
---|
|
adjustment | Adjustment | If ctype is Relative Repeating Date (1); Adjustment for the repeating date. | Valid values: Html bobswift | <ul>
<li>
<li>
<li>
</ul>Default is None (0). | N |
|
Anchor |
---|
| adjustmentAmount - CCD |
---|
| adjustmentAmount - CCD |
---|
|
adjustmentAmount | Adjustment Amount | If adjustment is Less (1) or Plus (2); Amount (number of days) of the adjustment to be made. | Default is 1. | N |
|
Anchor |
---|
| adjustmentType - CCD |
---|
| adjustmentType - CCD |
---|
|
adjustmentType | Adjustment Type | If adjustment is Less (1) or Plus (2); Type of day on which to make the adjustment. | Valid values: Html bobswift | <ul>
<li>
<li>
</ul>Default is Day (1). | N |
|
Anchor |
---|
| category - CCD |
---|
| category - CCD |
---|
|
category | Category | Category of this Local Custom Day. | Valid values: html-bobswift<ul>
<li>
<li>
<li>
<li>
</ul>Default is Day (1). | N |
|
Anchor |
---|
| comments - CCD |
---|
| comments - CCD |
---|
|
comments | Description | Description of this Custom Day. |
| N |
|
| Type | Type of this Custom Day. | Valid values: html-bobswift<ul>
<li>
<li>
<li>
<li>
</ul>Default is Single Date (0). | N |
|
| Date | Specific date for this Custom Day | Format: yyyy-mm-dd. | Y (if ctype = Single Date. ) | datelist
|
Anchor |
---|
| dateList - CCD |
---|
| dateList - CCD |
---|
|
dateList | Dates | Multiple specific dates for this Custom Day. XML
Panel |
---|
Html bobswift | <pre>
<dateList><dateList>
<date>2017<date>2017-12- 13</date>13</date>
<date>2017<date>2017-12- 14</date>
</dateList>14</date>
</ pre>dateList> |
JSON
Panel | html-bobswift |
---|
<pre>
"dateList": [
"2017-12-13",
"2017-12-14"
],
</pre> |
|
| Y (if ctype is List of Dates.) | date
|
| Day | Day of the month. | Integer; Valid values: 1-31. | Y (if ctype is Absolute Repeating Date) |
|
Anchor |
---|
| dayofweek - CCD |
---|
| dayofweek - CCD |
---|
|
dayofweek | Day Of Week | Day of the week. | Valid values: Html bobswift | <ul>
<li>
<li>
<li>
<li>
<li>
<li>
<li>
</ul>Default is Mon (2). | Y (if ctype is Relative Repeating Date) N (if relfreq is Nth) |
|
Anchor |
---|
| exportReleaseLevel - CCD |
---|
| exportReleaseLevel - CCD |
---|
|
exportReleaseLevel | n/a | Universal Controller release that the record was exported from. | read only | N |
|
Anchor |
---|
| exportTable - CCD |
---|
| exportTable - CCD |
---|
|
exportTable | n/a | Record table information. | read only | N |
|
Anchor |
---|
| holiday - CCD |
---|
| holiday - CCD |
---|
|
holiday | (none) | Deprecated. Indication of whether or not this Custom Day is a holiday. | Boolean; Valid values: true/false; Default is false. | N |
|
| Month | Month of the year. | Valid values: html-bobswift<ul>
<li>
<li>
<li>
<li>
<li>
<li>
<li>
<li>
<li>
<li>
<li>
<li>
<li>
</ul>Default is Jan (0). | Y (if ctype is Relative Repeating Date or Absolute Repeating Date) |
|
| Name | Name of this Custom Day. |
| Y |
|
Anchor |
---|
| nthAmount - CCD |
---|
| nthAmount - CCD |
---|
|
nthAmount | Nth Amount | If relfreq is Nth; Value of N. |
| Y |
|
Anchor |
---|
| nthType - CCD |
---|
| nthType - CCD |
---|
|
nthType | Nth Type | If relfreq is Nth; Type of Nth day. | Valid values: html-bobswift<ul>
<li>
<li>
</ul>Default is Day (1). | N |
|
Anchor |
---|
| observedRules - CCD |
---|
| observedRules - CCD |
---|
|
observedRules | Observed Rules | If category is Holiday (3) and ctype is Relative Repeating Date (1) or Absolute Repeating Date (2); Rules for when the holiday will be observed. XML
Panel |
---|
Html bobswift | <pre>
<observedRules> <observedRules>
<observedRule> <observedRule>
<actualDayOfWeek>Sat</actualDayOfWeek> <actualDayOfWeek>Sat</actualDayOfWeek>
<observedDayOfWeek>Fri</observedDayOfWeek><observedDayOfWeek>Fri</observedDayOfWeek>
</observedRule></observedRule>
<observedRule><observedRule>
<actualDayOfWeek>Sun</actualDayOfWeek><actualDayOfWeek>Sun</actualDayOfWeek>
<observedDayOfWeek>Mon</observedDayOfWeek><observedDayOfWeek>Mon</observedDayOfWeek>
</observedRule>
</observedRules>
</pre></observedRule>
</observedRules> |
JSON
Panel | html-bobswift |
---|
<pre>
"observedRules" : [ {
"actualDayOfWeek" : "Sat",
"observedDayOfWeek" : "Fri"
}, {
"actualDayOfWeek" : "Sun",
"observedDayOfWeek" : "Mon"
} ] </pre> |
| Valid day of week values: - Sun, Mon, Tue, Wed, Thu, Fri, Sat
| N |
|
| (none) | Deprecated. Indication of whether or not this Custom Day defines a custom period of days. | Boolean; Valid values: true/false; Default is false. | N |
|
Anchor |
---|
| relfreq - CCD |
---|
| relfreq - CCD |
---|
|
relfreq | When | Occurrence of this day in the month. | Valid values: Html bobswift | <ul>
<li>
<li>
<li>
<li>
<li>
<li>
<li>
<li>
<li>
</ul>Default is 1st (1). | Y (if ctype is Relative Repeating Date) |
|
Anchor |
---|
| retainSysIds - CCD |
---|
| retainSysIds - CCD |
---|
| retainSysIds | n/a | Specification for whether or not the Create a Custom Day web service will persist the sysId property. html-bobswift<ul>
<li> If <b>retainSysIds</b> and <code>sysId</code> is included in the - and
sysId is included in the request/response, <code>sysId</code> will be persisted to the database.
<li> If <b>retainSysIds</b>-
sysId will be persisted to the database. - If retainSysIds="false"
and <code>sysId</code> is included in the - and
sysId is included in the request/response, <code>sysId</code> will be
</ul>
Note |
---|
| In XML web services, retainSysIds is specified as an attribute in the <customDay> element. |
| Valid values: true/false (default is true). | N |
| n/a | System ID in the database for this Custom Day. | Persisted only if retainSysIds is set to true. | Y (if retainSysIds is true.) |
|