I have a custom button in calendar details that copies the current record to a new record entry form and passes all the parameters so it's essentially copying the original appointment. The user can then make changes to the new appointment and submit it. Right now, if a user makes any changes to the existing appointment, they have to click Submit (we renamed it to Save Changes) and then go back into that detail record and click the custom Copy to New Appointment button. I need them to be able to click just one button "Save Changes and Copy to New Appointment". Here's what I have now for the custom button (modified the url, as it's internal only):
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Question
Empowering
I have a custom button in calendar details that copies the current record to a new record entry form and passes all the parameters so it's essentially copying the original appointment. The user can then make changes to the new appointment and submit it. Right now, if a user makes any changes to the existing appointment, they have to click Submit (we renamed it to Save Changes) and then go back into that detail record and click the custom Copy to New Appointment button. I need them to be able to click just one button "Save Changes and Copy to New Appointment". Here's what I have now for the custom button (modified the url, as it's internal only):
<input onclick="location.href='https://theurl.caspio.com/dp/001112200112?Impl_org_Users_EmployeeNumber=[@field:impl_Calendar_EmployeeNumber]&Impl_Calendar_CRM_ID=[@field:impl_Calendar_CRM_ID]&impl_Calendar_DayTypeID=[@field:impl_Calendar_DayTypeID]&impl_Calendar_Location=[@field:impl_Calendar_Location]&impl_Calendar_Topics=[@field:impl_Calendar_Topics]';" type="button" value="Copy Appointment" />
Link to comment
Share on other sites
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.