Skip to main content
 Is it possible to update the currency conversion settings through Apex/API? If yes, which object/metadata should be updated? I am trying to automate the process to update currency conversion settings on daily basis.
2 risposte
  1. 14 mag 2012, 21:52
    I just saw your question but thought I could answer.  You can use the DatedConversionRate object.  Supported calls are:

     

    delete()

     

    describeSObjects()

     

    getDeleted()

     

    getUpdated()

     

    query()

     

    retrieve()

     

    update()

     

    This object is not available in single-currency organizations, nor is it available if the organization does not have advanced currency management enabled.

     

    See: http://www.salesforce.com/us/developer/docs/api/Content/sforce_api_objects_datedconversionrate.htm
0/9000