
Akash Mamidi
Member-
Generating thumbnail…
-
Generating thumbnail…
Photos
-
Prafull replied to the discussion How to know the API Name of Standard or Custom Salesforce Objects? in the forum Salesforce® Discussions 8 years ago
Reply to How to know the API Name of Standard or Custom Salesforce Objects?
Hi @mann-meet,
You have to swap just condition in the code like below :-
for ( Schema.SObjectType obj : Schema.getGlobalDescribe().values() )
{
Schema.DescribeSObjectResult objDescription = obj.getDescribe();
if(objDescription.getName() == '##Your API Name##'){
system.debug( 'Object Name: ' + objDescription.getLabel() );
}
}Regards,
Prafull -
Ashley replied to the discussion How to integrate Instagram with Salesforce? in the forum Salesforce® Discussions 8 years ago
Reply to How to integrate Instagram with Salesforce?
Thanks @mann-meet for the following links for Salesforce Instagram Integration:
https://zapier.com/zapbook/instagram/salesforce/
https://ifttt.com/connect/salesforce/instagramAs I mentioned, I am looking for custom integration, not through some 3rd party apps. Appreciate your help.
-
Ashley replied to the discussion What is Customer portal and partner portal in Salesforce? in the forum Salesforce® Discussions 8 years ago
-
Ashley replied to the discussion How to Access Partner and Customer Community in Salesforce Enterprise Edition? in the forum Salesforce® Discussions 8 years ago