Skip to main content

I’m looking to add value to the “File resources” in a factsheet and make it visible in standard reporting.

Now that we have Automations and Calculated Fields, how can i set the value of a Single Select field on a fact sheet based on values in the Resources??

Use Case Examples:
- Field is Y/N based on if a Resource of certain TYPE is attached in the Resources?
- If the resource has a NAMING convention, extract the last part of the Resource Name and save it as a DATE…..to ease reporting (identify resources that need to be reviewed/updated)
- Other??

 

Thanks to all who make this is a valuable and vibrant community
Moise

Hi ​@Moise.

If you are also considering LeanIX partner solutions: Aronis offers a full Python LeanIX client and code-based automations where you can configure exactly this kind of automation. If this could help you, feel free to contact me via DM.


Hi, I am dealing with the same issue - unable to fetch data in the resources tab when doing calculations. I want to count the number of resources on an application factsheet and populate a field based on the count. 

Is there no other way than to use third party solutions such as Aronis?


@pnsu If you don’t mind developing the calculation yourself, you can build it manually using Webhooks and the LeanIX API. The resources for a fact sheet are available via the GraphQL endpoint, and there are Webhook events that are triggered whenever a resource is added or deleted, so you can recalculate whenever the WH is triggered.