• Menaka Raghuvanshi
  • NEWBIE
  • 0 Points
  • Member since 2015

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 4
    Questions
  • 4
    Replies
I want to develop an apex class to call the webmerge package (an app installed from App exchange). We will call this class into the java script button so that the button can have 2 functionality. Found couple of articles but somehow couldn't figure it out yet. Here are articles which I referenced. Can anyone help

http://salesforce-atom.blogspot.in/2014/01/invoke-apex-code-on-custom-button-click.html
http://blog.shivanathd.com/2014/07/call-apex-class-from-custom-button-salesforce.html
https://help.salesforce.com/apex/HTViewSolution?id=000175926&language=en_US
https://webmerge.zendesk.com/entries/66265965-Merge-Mappings-From-Custom-Programming

 
Hi,

I want to create a custom button "Remove" on lead list view. It should let user to remove selected leads from the specific view. I  know how to create the button and add it in search layout. However, I am not sure how to define the action. I think it would be via "OnClick Javascript"

Can anyone help me me the code for this functionality for the "Remove" button

Menaka
We are using Enterpirse edition of SF which does not have Keyboard shortcuts enabled (that can be enabled on request with some cost). We don't want to get it enabled for just one keyboard shortcut. So I was thinking if there is a way to develop a code for keyword shortcut for "Save" functionality.

Does anyone has any experience on this
Hi,

I want to build a formula which should have the following logic. Not sure how to go about it. Can I have some suggestions please

Value in a certain field should be "Text" IF Record type is let's say "XYZ" and a PICKLIST field has a value "123" then
Value in the field should be "Text 1" if the record type is "abc" and Picklist field has the value "456"
Hi,

I want to create a custom button "Remove" on lead list view. It should let user to remove selected leads from the specific view. I  know how to create the button and add it in search layout. However, I am not sure how to define the action. I think it would be via "OnClick Javascript"

Can anyone help me me the code for this functionality for the "Remove" button

Menaka
Hi,

I want to build a formula which should have the following logic. Not sure how to go about it. Can I have some suggestions please

Value in a certain field should be "Text" IF Record type is let's say "XYZ" and a PICKLIST field has a value "123" then
Value in the field should be "Text 1" if the record type is "abc" and Picklist field has the value "456"