Hi,
I like to create project by using API (Project_Integration_SVC).
I found on the Explorer API, this ProjectIntegration , Add new entity to Projects.
I think, it can fill the “sheet” “General” but how can I fill the “sheet” “customer” ?
BR,
Julien.
@Julien T. ,
What you are seeing is expected behavior.
The ProjectIntegration API typically handles the creation of the project header (General tab), but not all related information from other tabs is included in the same entity.
The Customer information is usually managed separately and is not always part of the ProjectIntegration entity structure. This means you may need an additional API call or use another entity within the projection to link the customer to the project after the project is created.
In IFS, APIs are modular, so one call does not always populate all UI tabs.
I would suggest checking if there is a related entity (e.g., ProjectCustomer or similar) exposed in the same projection, or using another service to assign the customer to the project.
Hope this helps.