• paddybilli
  • NEWBIE
  • 0 Points
  • Member since 2012

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 10
    Questions
  • 3
    Replies

Hi ,

 

How to remove printable view link on detail page.

 

Regards,

paddy

Hi,

 

How to migrate the CaseHistory object records from one sand box to another sandbox.

 

Regards,

billi

Hi,

How to deploy mail merge templates from sand box to prod .

 

Hi ,

 

How to migrate CustomObjectCriteriaBasedSharingRule using ant force.com migration tool.

This is my package. But unable to create any folder in retrieveUnpackaged.

 

<?xml version="1.0" encoding="UTF-8"?>

<Package xmlns="http://soap.sforce.com/2006/04/metadata">


<types>

 
 <members>Step__c</members>
 
<name>CustomObjectCriteriaBasedSharingRule</name>
 </types>

 

<version>26.0</version>
</Package>

 

Hi,

 

How to write the code for Lookup parameters using Apexpages.CurrentPage().getParameters().get('ParentId'); 

 

Thanks,

Billi

Hi,

 

How to filter records where customer type= M  in soql query. here i am getting all account records but i need filetring based on customer type. 

 

private List<Account> performSearch(string searchString) {
 
    String soql = 'select id, name from account where Customer_Type__c in ('M')';
    if(searchString != '' && searchString != null)
      soql = soql +  ' where name LIKE \'%' + searchString +'%\'';
   soql = soql +  ' where Customer_Type__c LIKE \'%' + searchString +'%\'';

    soql = soql + ' limit 25';
    System.debug(soql);
    return database.query(soql);
 
  }

 

Regards,

Billi

 

Hi,

 

How to rendered vf page based on account owner using OutputLink tag.

 

Regards,

Paddybilli

Hi,

 

How to create the Custom HelpDoc page using vf.

 

Regards,

Paddybilli

Hi,

 

How to interate SFDC to SAP .Please help on this .

 

Regards,

Paddy biili

Hi,

 

How to insert the multiple values from picklist using visualforce and apex .

 

Thanks,

paddybilli

 

Hi,

How to deploy mail merge templates from sand box to prod .

 

Hi All,
      I have a visualforce page where i want to show a look up . i have this custom object where there is a field 'serial number' . so on my page i want the look up ll pop up a new window where all serial numbers will be shown row wise. like the standard look up window. Could any one of you please provide me if you have any existing code. or guide me how to accomplish this.I really need help on this.


Thanks a lot.

  • October 12, 2012
  • Like
  • 0

Hi,

 

How to insert the multiple values from picklist using visualforce and apex .

 

Thanks,

paddybilli