Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Overview


This structure represents a resource's expense schedule per daycontains, for a single day, information relevant to expense entry for a specified resource. An array of these structures, covering a certain date range, comprise a resources Expense Entry Schedule for the date range.

Format


Panel
titlePwsExpenseScheduleDay
  • PwsExpenseScheduleDay
    • AccountingPeriodClosedFlag: Boolean
    • CanEnterExpenseFlag: Boolean
    • Date: DateTime
    • ResourceInactiveFlag: Boolean

Elements


Element

Data Type

Description

Sample Data

AccountingPeriodClosedFlag

Boolean

If set to 'true', the accounting period

for the resource's cost center is closed for cost on this day

as of the date of this record is closed.

false

CanEnterExpenseFlag

Boolean

If set to 'true', the resource can enter expenses on this day.

true

Date

DateTime

The date

and time

(expressed in midnight UTC format)

format

.

2018-03-28T00:00:00Z

ResourceInactiveFlag

Boolean

If set to 'true', the resource is inactive on this day.

false

Usage Example(s)


Code Block
languagexml
titleExample 01
collapsetrue
              <a:PwsExpenseScheduleDay>
                  <a:AccountingPeriodClosedFlag>false</a:AccountingPeriodClosedFlag>
                  <a:CanEnterExpenseFlag>true</a:CanEnterExpenseFlag>
                  <a:Date>2018-03-28T00:00:00Z</a:Date>
                  <a:ResourceInactiveFlag>false</a:ResourceInactiveFlag>
               </a:PwsExpenseScheduleDay>