• Moon
  • NEWBIE
  • 0 Points
  • Member since 2013

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 1
    Replies

Hello,

 

I am currently bulding an integration application which allows Salesforece object to sync data with a SharePoint list.

We need a way to create and add a custom button to object's layout through dynamically.

 

Is it possible to create and add a custom button via API?

 

FYI, the custom button will execute the following Javascript

 

window.open('/apex/Redirect?control=workplan&object=MyApp__Project__c&id={!MyApp__Project__c.Id}', 'Work Planner', 'height = 600, width = 1000');

 

We need to add the button dynamically because the value for the controlobject and title (Work Planner) parameters will be determined at the time user maps the object in Salesforce to a list in SharePoint from the UI provided by SharePoint.

 

Thanks a lot for looking into this.

  • March 06, 2013
  • Like
  • 0

Hello,

 

I am currently bulding an integration application which allows Salesforece object to sync data with a SharePoint list.

We need a way to create and add a custom button to object's layout through dynamically.

 

Is it possible to create and add a custom button via API?

 

FYI, the custom button will execute the following Javascript

 

window.open('/apex/Redirect?control=workplan&object=MyApp__Project__c&id={!MyApp__Project__c.Id}', 'Work Planner', 'height = 600, width = 1000');

 

We need to add the button dynamically because the value for the controlobject and title (Work Planner) parameters will be determined at the time user maps the object in Salesforce to a list in SharePoint from the UI provided by SharePoint.

 

Thanks a lot for looking into this.

  • March 06, 2013
  • Like
  • 0