PurchAgreementFinDimensionAccess_PSN::isFinDimensionValueAuthorized Method
Indicates whether the financial dimension value is authorized for use in the specified purchase agreement.
Syntax
client server public static boolean isFinDimensionValueAuthorized(
RecId _purchAgreementHeaderRecId,
[RecId _dimensionAttributeValueCombinationRecId,
LedgerDimensionAccountController _ledgerDimensionAccountController,
FormSegmentedEntryControl _formSegmentedEntryControl])
Run On
Called
Parameters
- _purchAgreementHeaderRecId
Type: RecId Extended Data Type
The record ID of the PurchAgreementHeader record.
- _dimensionAttributeValueCombinationRecId
Type: RecId Extended Data Type
The record ID of the DimensionAttributeValueCombination record.
- _ledgerDimensionAccountController
Type: LedgerDimensionAccountController Class
An instance of the LedgerDimensionAccountController class.
- _formSegmentedEntryControl
Type: FormSegmentedEntryControl Class
An object of the FormSegmentedEntryControl class.
Return Value
Type: boolean
true if the financial dimension value is authorized for the specified purchase agreement; otherwise, false.