Hey 1nickt, thanks for the shoutout!
bigdatageek: TIMTOWTDI
use strict; use warnings; use WWW::SFDC; use Data::Dumper; my @names = map {m'objects/(.*).object'} WWW::SFDC->new( username => ..., password => ..., url => 'https://login.salesforce.com' )->Metadata->listMetadata({type => 'CustomObject'}); print Dumper \@names;
In reply to Re^2: Salesforce Data Parser
by ali0sha
in thread Salesforce Data Parser
by bigdatageek
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |