Asset Management

0
Hi, Experts I’m working in the asset management in this when the Manager trying to assign an asset to the user the similar make and model alone have to be visible When the Manager selects the asset make “Apple” the only Mac Book pro alone have to be visible .Likewise  When the manager selects “HP” only the HP elite alone should visible
asked
1 answers
0

Hi Sankar Ganesh,

Assuming you have entities to maintain the data for AssetMake and AssetModel and they then have an association between them:
 

  • You can make use of XPATH Contraint for the Asset Model, restricting the options according to the AssetMake being selected, like follows:


 

  • With the contraint in place only those AssetModels will be shown that are associated to the correct AssetMake:



    Hope you find this helpful.
answered