Get a first look at what's coming. The Developer Passport Australia Release Preview kicks off March 12. Dive in! 

Asset Attestation using asset criteria

Akila2
Tera Contributor

Hi,

 

The Asset attestation can be scheduled/triggered with specific model categories and user criteria.

my requirement is to trigger the attestation task only based on the conditions like "State=In use" on Hardware(alm_hardware) table.

please assist to achieve this.

2 REPLIES 2

Laveena-Agarwal
Mega Sage

Hi @Akila2

You can achieve this easily with Asset attestation just look at the requirement from a different perspective:

We need to focus only on hardware assets where the State = "In Use", which means assets are assigned to users.

Based on this, create an Asset Attestation with:

  • User Criteria: Active=true

  • Model Categories: Select all categories that falls under the Hardware table

This configuration clearly indicates that the use case applies only to hardware assets that are currently in use.

 

 

Hi Laveena,

 

Thanks for your time and reply. for missing assets also, we have the assigned to user. so it triggers attestation wherever assigned to user available.