Hey guys!
The use case here is pretty straight forward. We want to have any new updates or uploaded documents on the issue automatically move or copy to the resolve project. I am probably over engineering this because I am running into a myriad of problems when trying to do this. Here are a few I cannot get passed:
This is kind of a lot, I know. If anybody would like some addtl context to try and help out, just let me know what you need.
Thanks guy!
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Hi Brandon,
Let's look at these one at a time. This is a common use case that I just worked through with a client.
1.The Filters. - I only want the resolve project to update with issue data (comments and documents) if it is brand new, not anything that previously existed. I think just a simple entry date filter may suffice. IF entry date = $$today, then pass through. How do you use a date wild card in Fusion?
2.Copying Issue Notes to the Resolve Project. - I have tried using a update record and a create record module. Both of these just seem to duplicate the updates on the issue and they don't push to the resolve project. Does this have to be a custom API module or am I just missing something on one of these modules?
3.The use of iterators causes the updates to run multiple times. - This may be solved with the filters as well, but it seems to double any actions that fusion is taking. If 2 docs are uploaded, are created on the resolve project. I have the first filter on each path to stop if the last update ID if my FusionID, so I am not sure why it keeps running.
4.The Document Name. - Fusion is adding the ID to the front of the document name. Even if I add an additional update record module for the name, it still adds the ID to the file name.
5.Create Proof is locked. - The document copies to the project, but the "create proof" option is disabled. Is there a setting I can enable to allow this function.
Good Luck!!
Views
Replies
Total Likes
Hi Andy! Thanks for the reply. Although some of these tricks worked, I am still running in to a few problems.
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies