Hi,
After creating a document via a CRM script, on a sale I am trying to refresh the Archive grid to show the newly created document, but I cannot seem to get it to refresh, meaning the user has to manually refresh the grid.
I have tried:
Alles Antwoorden (5)
Hi Tony,
Thanks for this, I have often used "soprotocol:main[refresh=true]" as it seems to refresh the entity that you have open (the top half at least), without redirecting you to another entity.
But I have now tried this SOProtocol command below, and it kind of works.
Hi Trevor!
If you just want to refresh the archive, "soprotocol:saleactivityarchive[refresh=true]" should be enough.
Best regards!
Do note that there currently is no way to refresh the tab if it is not active. The SOProtocol provided above by Tony will work if the activity archive is active, if it is not active it, will switch to it, but not reload the content.Simarily, you can't mark a not-active tab as dirty/needing a refresh, without forcing it to be active.
Thanks Tony/David for your clarifications on this, really helpful 🙂