You need to sign in to do that
Don't have an account?
Andrew Hoban 6
Custom button to change fields
Hi all,
Is there a way I can create a button that once clicked, will update a picklist field called Stage__c to the value 'Recieved' and a date/time field called Recieved_Date__c to the the exact date and time the button was pressed?
I think this can be done through Javascript but help would be apreciated.
Thanks
Is there a way I can create a button that once clicked, will update a picklist field called Stage__c to the value 'Recieved' and a date/time field called Recieved_Date__c to the the exact date and time the button was pressed?
I think this can be done through Javascript but help would be apreciated.
Thanks
Where you need that button. on record standard detail page or on custom vf page.
Thanks,
Himanshu
Thanks
Yes you can do it using a custom button the.
Apex Class:
Javascript button code:
Let me know if it helps you.
Thanks,
Himanshu
Salesforce Certified Developer | Administrator | Service Cloud Consultant
P.S. If my answer helps you to solve your problem please mark it as best answer. It will help other to find best answer.
Thanks,
Naveen.