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