I’am looking for a script that will refresh a single field on the form after it was updated by a plugin that was triggered when a new record was added to a subform on that form.
Is this possible or do i have to refresh the whole window?
Thanks!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There’s no built-in way to just refresh one field. You could just retrieve the current record through the web service and set the value on the form to the new value, though.