How to increment the number in custom Field when custom visualforce button is clicked.Anyone help me for this one.
Thanks.
3 respostas
Hi Mohankumar, Try to do this in your controller
count++;
a = [Select id,yourCustomField from....];
a.yourCustomField = count;