FormerMember

Validation with Save button

Posted By FormerMember

Hi I am very new to sage crm and I have a question about saving. I've been assigned a bug at my company and the issue is the save button does nothing. I can see why it is not doing anything, the line in the asp page is

container.AddButton(eWare.Button("Save", "save.gif", "javascript:SubmitAndCallRule();

so it does not link to a new page but instead calls a function. I am wondering if there is a way to still call that function when the save button is pressed and also to save and re-direct to a new page.  I have tried adding the eWare.URL after the submit and call rule function and it did not work. Or is it possible to save and re-direct within the function?