• shylaja
  • NEWBIE
  • 0 Points
  • Member since 2012

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 5
    Questions
  • 2
    Replies

Hi all,

 

I have created a manage package and available in the Appexchange (After security review). Now, is it possible to update the package and have the updated package in the Appexchange? If so how can it be done?

 

Do I need to go through the security review again after it is updated?

 

Thanks in advance!

Shylaja

 

 

 

 

  • September 12, 2013
  • Like
  • 0

Hi all,

 

From the below query, I want to get the field names provided in the query from the result 'obj' dynamically.

 

sObject obj =[Select id,  Owner, Additional_Info__c, Replacement_Info__c, Phone, Mobile__c,Comments__c from Account where ID =:ID];

 

Regards,

Shylaja

Hi,

 

Can salesforce for outlook be used on mobile devices?

 

I got the solutions from success.salesforce.com but its a year old. Is this solution still remains same?

 

https://success.salesforce.com/questionDetail?qId=a1X30000000HgxEEAS

https://success.salesforce.com/questionDetail?qId=a1X30000000JsDZEA0

https://success.salesforce.com/questionDetail?qId=a1X30000000I8qGEAS

 

Regards,

Shylaja

Hi,

 

When a record is created in Salesforce, is the record ID randomly generated or is it in ascending order?

Example: Can I use 'order by ID desc' in SOQL to fetch the last record that was created?

 

Regards,

Shylaja

Hi,

 

I have enabled the Person account. Any records created in Person account will have copy in Contact object. Now, I want to hide/disable the all the contacts that are cloned from Person Account. Any idea to hide (Not through List)?

 

Regards,

Shylaja

 

Hi all,

 

From the below query, I want to get the field names provided in the query from the result 'obj' dynamically.

 

sObject obj =[Select id,  Owner, Additional_Info__c, Replacement_Info__c, Phone, Mobile__c,Comments__c from Account where ID =:ID];

 

Regards,

Shylaja

Hello,

 

We have some custom settings defined in our development org.

We create managed package from this org in which custom settings are included

 

But the problem is , when we install this package to some other 

org these custom settings are not getting installed.

 

Means from our new org in which we have installed the package, we can not see

custom settings from Setup -->Develop-->Custom settings.

 

Any help on this please....!!!!!!

Thanks in anticipation