PdcPurchaseInvoiceHeader.CurrencyID: Difference between revisions
Jump to navigation
Jump to search
Created page with "== Declaration == Currency as long == Description == Currency == Notes == == Code example == <source lang="vb"> </source> == Availability ==" |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
== Declaration == | == Declaration == | ||
CurrencyID as long | |||
== Description == | == Description == | ||
Currency | Returns the Currency ID of the invoice. Read only | ||
== Notes == | == Notes == | ||
To set the currencyID, use method "SetCurrencyID". | |||
== Code example == | == Code example == |
Latest revision as of 11:33, 19 August 2015
Declaration
CurrencyID as long
Description
Returns the Currency ID of the invoice. Read only
Notes
To set the currencyID, use method "SetCurrencyID".