#Records Does anyone know how to access CDT attributes on records (They appear a

#Records Does anyone know how to access CDT attributes on records (They appear as pv!Result.@attributes.Name for example in the designer interface). We cannot access these attributes on records on the record dashboard....

OriginalPostID-69198

OriginalPostID-69198

  Discussion posts and replies are publicly visible

Parents
  • Hi Arpit. Yes If your CDT has multiple complexx types then simply using dot operator won't fetch you data on record dashboard. For that purpose, you need to use with operator in your UI dashboard expression while creating records. For instance there is a field employee whose type is person, then use with(a:rf!CDT.Employee.name,a) in value. That will bring your cdt data to dashboard. Hope that helps.
Reply
  • Hi Arpit. Yes If your CDT has multiple complexx types then simply using dot operator won't fetch you data on record dashboard. For that purpose, you need to use with operator in your UI dashboard expression while creating records. For instance there is a field employee whose type is person, then use with(a:rf!CDT.Employee.name,a) in value. That will bring your cdt data to dashboard. Hope that helps.
Children
No Data