Community Tip - Have a PTC product question you need answered fast? Chances are someone has asked it before. Learn about the community search. X
Hello,
in an open Document we add new line with the javascript trigger command createContent. This if special conditions are given. This is needed, because the users should not forget to add the new added "line". That works fine:
ScriptIssueDeltaBean.createContent("category_name", "first");
but the users must manually press F5 to see the new line. And that is the problem: The refresh of the open document shoud happen automatically. Because the user shoud not forget this new line. Is there any way to do this?
Thanks a lot
Hello.
It looks like (correct me if I'm wrong) you opened a Support case for this today as well, and it seems like they possibly identified why you are seeing this (a defect SPR 5341296). Can you update this thread, if that is the case?
Yes, I opend a support case, to get help from the support. And I opend this community request. I hope that someone has the answer or maybe the same problem.