• salesforce developer 348
  • NEWBIE
  • 0 Points
  • Member since 2019

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

Hi,

I have one custom object (gpt__DupesPreventor_Setting__c) & it has one picklist field which contains all sObjects in our org (gpt__Enable_Object__c).

I made one custom Visualforce Page & i want to show this picklist values based on javascript onclick button.

 

When i select a one sObject from this PickList then it enable (& Emidiatly show "Disable " button in front of these selected sObject).

 

When i click on this "Disable" button, then these perticular records gets "Disable".

 

Hopes someone from this community, coz i already wasted my two days to reasrech on this specific task.

 

Anyone Help greatly appreciate.

 

Thnaks.

SalesforceDeveloper.