Skip to main content
Mohankumar B ha fatto una domanda in #Data Management
Hi,

 

How to increment the number in custom Field when custom visualforce button is clicked.Anyone help me for this one.

 

Thanks.
3 risposte
  1. 24 set 2020, 10:29
    Hi Mohankumar,

     

    Try to do this in your controller 

    count++;

    a = [Select id,yourCustomField from....];

    a.yourCustomField = count;

     

     
0/9000