PdcPurchaseInvoiceHeader.AVPeriodID: Difference between revisions

From External Bemet Wiki
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 7: Line 7:
== Notes ==
== Notes ==
Sets or gets AccountView period ID.
Sets or gets AccountView period ID.
Note:
Only ID is set, no intelligence behinde the set.


== Code example ==
== Code example ==


<source lang="vb">
<source lang="vb">
PDCInvoice.SetAVAdminId(_AccountViewID)
PDCInvoice.AVPeriodID = _AV_Period_ID


</source>
</source>


== Availability ==
== Availability ==

Latest revision as of 08:58, 24 September 2018

Declaration

AVPeriodID as long

Description

AccountView administration period ID

Notes

Sets or gets AccountView period ID.

Note: Only ID is set, no intelligence behinde the set.

Code example

 PDCInvoice.SetAVAdminId(_AccountViewID)
 PDCInvoice.AVPeriodID = _AV_Period_ID

Availability