Shankar - Monday, June 27, 2016 6:46 AM:
hi,
I am doing functionality to refresh item from code behind client side code , I couldn't getting syntax.
any help
edonahue - Thursday, July 7, 2016 4:23 PM:
Hi Shankar,
Can you confirm which version of Aras Innovator you are using and the context for your method? Is this a Field Event or a Form Event?
Shankar - Monday, July 11, 2016 12:58 AM:
Hi Eli,
thanks for your response , Recently i am using aras innovator 11 client side javascript OnClick Event.
When i use location.reload() in Onclick IIS facing response error.
edonahue - Monday, July 11, 2016 1:16 PM:
Hi Shankar,
Try using the function parent.onRefresh() at the end of your onClick event. Note - you will need to update the DOM with any changes to the item before refreshing the form.