...
Panel | ||
---|---|---|
| ||
|
Elements
Element | Data Type | Description | Sample Data |
---|---|---|---|
AccountingPeriodCode | String |
(20) | ||
AccountingPeriodId | Int32 |
AccountingPeriodName | String |
(50) | ||
AccountingPeriodUid | Int64 |
BeginDate | DateTime |
EndDate | DateTime |
OpenForAdjustmentsFlag | Boolean |
OpenForApTransactionsFlag | Boolean |
OpenForArTransactionsFlag | Boolean |
OpenForCostFlag | Boolean |
OpenForGlTransactionsFlag | Boolean |
OpenForTimeFlag | Boolean |
Usage Example(s)
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<b:PwsAccountingPeriodSummary>
<b:AccountingPeriodCode>01~06-2018</b:AccountingPeriodCode>
<b:AccountingPeriodId i:nil="true"/>
<b:AccountingPeriodName>Jan-Jun2018</b:AccountingPeriodName>
<b:AccountingPeriodUid>1152921504606866570</b:AccountingPeriodUid>
<b:BeginDate>2018-01-01T00:00:00</b:BeginDate>
<b:EndDate>2018-06-30T00:00:00</b:EndDate>
<b:OpenForAdjustmentsFlag>false</b:OpenForAdjustmentsFlag>
<b:OpenForApTransactionsFlag i:nil="true"/>
<b:OpenForArTransactionsFlag i:nil="true"/>
<b:OpenForCostFlag i:nil="true"/>
<b:OpenForGlTransactionsFlag i:nil="true"/>
<b:OpenForTimeFlag i:nil="true"/>
</b:PwsAccountingPeriodSummary> |