Skip to main content
Question

Any way to get committed cost and used cost via API for a Lobby Datasource?

  • April 2, 2026
  • 4 replies
  • 15 views

Forum|alt.badge.img+3

I’m looking to build an IFS lobby that provides comprehensive reporting on project spend, including both committed and actual costs. Are there APIs or other efficient methods available to consolidate this data into a single data source for integration?

4 replies

Abdul
Superhero (Partner)
Forum|alt.badge.img+20
  • Superhero (Partner)
  • April 3, 2026

Hi ​@TWilson

Have you checked ProjectConnectionDetails entity?

PROJECT_CONNECTION_DETAILS_API, have almost all the getter functions you are looking for.

 

Regards

Abdul Rehman


Forum|alt.badge.img+3
  • Author
  • Sidekick (Customer)
  • April 6, 2026

Yes I tried it by passing the project ID through the getter function for the committed cost and cant get any values back


Abdul
Superhero (Partner)
Forum|alt.badge.img+20
  • Superhero (Partner)
  • April 6, 2026

You need pass Activity Sequence and Cost Element as parameter.

PROJECT_CONNECTION_DETAILS_API.Get_Committed_Cost(ACTIVITY_SEQ, CONTROL_CATEGORY)


Forum|alt.badge.img+3
  • Author
  • Sidekick (Customer)
  • April 6, 2026

Now I get fields but no values 🙃