Is there a way to get the list of fields on a record using an expression?

Certified Lead Developer

Is there a way to get the list of fields on a record using an expression? See example below on potential usage.

a!forEach(
  items: 'recordType!{SYSTEM_RECORD_TYPE_USER}User'.fields,
  expression: fv!item
)

If this is not currently supported it would be a great addition that would open up many interesting use cases.

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data