11 réponses
How about in your VF page you submit a form using JavaScript instead of using Action method. On that VF page, you construct a form that contains all the info either using hidden fields or using JavaScript, then when page is loaded, it automatically submits that form. But if that is the case, you may be able to submit that form in your Custom Button (not sure if you could submit form in a custom button though but you could try).