Fusion: Auto create baselines on project status update | Community
Skip to main content
_Manish_Singh
Level 9
February 27, 2023
Solved

Fusion: Auto create baselines on project status update

  • February 27, 2023
  • 1 reply
  • 1189 views

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! 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by ChrisStephens

Yes, this is possible. A baseline is a standalone object and not under a project, it's code is BLIN. 

 

 

1 reply

ChrisStephens
Community Advisor
ChrisStephensCommunity AdvisorAccepted solution
Community Advisor
February 27, 2023

Yes, this is possible. A baseline is a standalone object and not under a project, it's code is BLIN. 

 

 

_Manish_Singh
Level 9
February 27, 2023

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)

ChrisStephens
Community Advisor
Community Advisor
February 28, 2023
RuntimeError

[422] unrecognized URI format: too many parts


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.