Skip to main content
Hi,

 

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

 

Thanks.
3 respuestas
  1. 24 sept 2020, 10:29
    Hi Mohankumar,

     

    Try to do this in your controller 

    count++;

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

    a.yourCustomField = count;

     

     
0/9000