Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes

Uses of Class
psdi.app.currency.FldCurrencyCode

  • Packages that use FldCurrencyCode 
    Package Description
    psdi.app.common.purchasing  
    psdi.app.common.receipt  
    psdi.app.currency
    The Currency package represents objects that identify currencies and exchange rates.
    psdi.app.invoice
    The invoice package is a collection of MBOs used for creating and maintaining invoices.
    psdi.app.mr
    The MR package includes MBOs related to material requests.
    psdi.app.rfq
    The RFQ package includes MBOs related to Request for Quotations (RFQs).
    • Uses of FldCurrencyCode in psdi.app.common.purchasing

      Subclasses of FldCurrencyCode in psdi.app.common.purchasing 
      Modifier and Type Class and Description
      class  FldCommonCurrencyCode
      Common field validation class for : CurrencyCode used by POLINE,PRLINE,INVOICELINE objects(common actions()).
    • Uses of FldCurrencyCode in psdi.app.common.receipt

      Subclasses of FldCurrencyCode in psdi.app.common.receipt 
      Modifier and Type Class and Description
      class  FldMatServCurrencyCode
      Behaviour of the currencycode field in the MatRecTrans and ServRecTrans objects
    • Uses of FldCurrencyCode in psdi.app.currency

      Subclasses of FldCurrencyCode in psdi.app.currency 
      Modifier and Type Class and Description
      class  FldExchangeCurrencyCodeTo
      Behaviour of Currencycodeto field on Exchange object.
    • Uses of FldCurrencyCode in psdi.app.invoice

      Subclasses of FldCurrencyCode in psdi.app.invoice 
      Modifier and Type Class and Description
      class  FldInvoiceCurrencyCode
      Invoice currencycode validation class validates if the currency code entered is valid and if valid sets the new exchangerate and exchangedate and sets the unitcost and Extends the common class FldCommonCurrencyCode which further extends FldCurrencyCode.
    • Uses of FldCurrencyCode in psdi.app.mr

      Subclasses of FldCurrencyCode in psdi.app.mr 
      Modifier and Type Class and Description
      class  FldMRLineCurrencyCode
      MRLine.currencycode validation class: Sets
      the exchangerate and exchangerate2 based on the basecurrency1 and basecurrency2.
    • Uses of FldCurrencyCode in psdi.app.rfq

      Subclasses of FldCurrencyCode in psdi.app.rfq 
      Modifier and Type Class and Description
      class  FldQuotationLineCurrencyCode
      Validation for currencycode attribute in the Quotationline object It extends from the common currency field validation in the Currency package which does some checking to see if that currency code is available in the CURRENCY table
      class  FldRFQVendorCurrencyCode
      Validation for currencycode attribute in the RFQVendor object It extends from the common currency field validation in the Currency package which does some checking to see if that currency code is available in the CURRENCY table
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes