Hi all,
Are there any possibilities to generate a single GET method to return ALL the columns from both parent and child Entities (custom logical units) from a Custom Projection?
Best Regards
Rahulan Mahendra
Hi all,
Are there any possibilities to generate a single GET method to return ALL the columns from both parent and child Entities (custom logical units) from a Custom Projection?
Best Regards
Rahulan Mahendra
If the data needs to just be readable you could use the Query Designer to combine the data of your two entities or if you are not on 22R2 yet a quick report might be another option as these get exposed as REST APIs as well.
Customer will eventually use the API with our boomi integration, but their main goal is to get a SINGLE GET method from the Custom Projection's API to return ALL columns in the table.
Is there any other way to achieve this in App 10 aurena from custom projection?
Will the above method work for integration as well?
And yes, Quick Reports (as well as Query Designer in IFS Cloud) can be consumed in integrations as well.
One important note: The ID of the Quick Report is a randomly generated number and this number is part of the REST API Endpoint Name. To make sure the endpoint has the same name on all of your environments (i.e. TEST, PROD, etc.) make sure to transfer the Quick Report between environments using an ACP (Application Configuration Package) rather than manually creating the Quick Report on each environment.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.