function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Aaron Persich 9Aaron Persich 9 

Custom Address Popup Window

Hello,
 
I am creating custom address fields on the opportunity object with the same fields as the standard address fields with country and state picklist values.  I am looking to see if I can build a custom visual force popup window for the inline editing like the standard address features.  Is this possibile and if so how would I go about doing this?
 
Thanks,
 
Aaron
 
@Karanraj@Karanraj
Check this blog post for modal window example in visualforce - http://www.salesforcegeneral.com/salesforce-modal-dialog-box/
You can also use jquery and bootstrap as well  - http://www.thephani.com/bootstrap-modal-popup-with-visualforce-commandbutton-explained/