Expand my Community achievements bar.

SOLVED

Fusion: Auto create baselines on project status update

Avatar

Level 7

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! 

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

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

 

 

View solution in original post

5 Replies

Avatar

Correct answer by
Community Advisor

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

 

 

Avatar

Level 7

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:

_Manish_Singh_1-1677530763142.png

Error:

_Manish_Singh_5-1677531312433.png

 

Module: Custom API call (using 'Watch Field' before this to capture project status updates)

_Manish_Singh_4-1677531219106.png

Avatar

Level 7
RuntimeError

[422] unrecognized URI format: too many parts

Avatar

Community Advisor

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.