PurchAgreementFinDimensionAccess_PSN::isFinDimensionValueUtilized Method
Indicates whether the specified financial dimension value that is associated with the specified purchase agreement is used in purchase orders or vendor invoices.
Syntax
client server public static boolean isFinDimensionValueUtilized(RecId _purchAgreementHeaderRecId, RecId _dimensionAttributeValueRecId)
Run On
Called
Parameters
- _purchAgreementHeaderRecId
Type: RecId Extended Data Type
The record ID of the PurchAgreementHeader record.
- _dimensionAttributeValueRecId
Type: RecId Extended Data Type
The record ID of the DimensionAttributeValue record.
Return Value
Type: boolean
true if the financial dimension value is used; otherwise, false.