Skip to main content
1-Visitor
March 1, 2018
Question

javascript trigger createContent: Refresh document view after createContent

  • March 1, 2018
  • 1 reply
  • 1593 views

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

1 reply

5-Regular Member
March 1, 2018

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?

mycapi1-VisitorAuthor
1-Visitor
March 7, 2018

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.