• Anitha K
  • NEWBIE
  • 0 Points
  • Member since 2014

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 3
    Questions
  • 3
    Replies
0
I am doing automation on package installation, now I am able to install the package from apex using metadata service class by passing package namespace and version number,
but i need to pass the installation url and install the package from apex. How to get the package details from the packaging org by using the installation url?
there is a packaging version id in the url how to tackle that id and get the packaging details. what will be sObject for package information.
Can any one please give me some leads how i can proceed here..
We try to "ant deployUnpackaged" with the Force.com migration tool for standard objects with custom fields, but it seems that some fields were part of the standard fields some releases ago but now they do not appear in a brand new organization. We are getting the following errors:

objects/Account.object (Account.CurrencyIsoCode) -- Error: Could not resolve standard field's name. (line 313, column 13)

The package.xml looks like:
<?xml version="1.0" encoding="UTF-8"?>
<Package xmlns="http://soap.sforce.com/2006/04/metadata">
    <types>
        <members>*</members>
        <name>CustomObject</name>
    </types>
    <version>34.0</version>
</Package>
 

Hi to all,

 

Please help me in this...

 

What are the types of Workflows available in salesforce?