Hello,
I'm trying to design a Fusion scenario that will auto create baselines whenever project status changes. Is this something possible because 'baseline' is not an object, and I cannot find baseline option when I use 'Create Record'.
Thanks!
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Yes, this is possible. A baseline is a standalone object and not under a project, it's code is BLIN.
Views
Replies
Total Likes
Yes, this is possible. A baseline is a standalone object and not under a project, it's code is BLIN.
Views
Replies
Total Likes
Thanks, this gave me a start.
https://aveva.preview.workfront.com/attask/api/v15.0/BLIN/search?apiKey=abcde12345&projectID=620b96a...
Views
Replies
Total Likes
Hello Chris,
I'm able create baselines using postman, but when I try doing it via Fusion it gives runtime error. Could you suggest please?
Postman:
Error:
Module: Custom API call (using 'Watch Field' before this to capture project status updates)
Views
Replies
Total Likes
[422] unrecognized URI format: too many parts
Views
Replies
Total Likes
Your URL field is incorrect. Fusion prepends the URL with everything up to the api version, so in this case you would only need to add BLIN to the URL field.
Views
Replies
Total Likes