Skip to main content
Question

Is it possible to add a custom column to a List of view?

  • November 20, 2024
  • 3 replies
  • 60 views

Forum|alt.badge.img+4

I want to add Object Class Description to this list. How can  I do that?

3 replies

Link
Superhero (Customer)
Forum|alt.badge.img+23
  • Superhero (Customer)
  • 1265 replies
  • November 20, 2024

If I understand you correctly you want to add a custom field to this list of value, right?


Forum|alt.badge.img+4
  • Author
  • Do Gooder (Customer)
  • 7 replies
  • November 20, 2024

@Link Yes, I’d like to add a custom field to this list. It shows Object Class Id but doesn’t show Object Class description. I need that. 


Link
Superhero (Customer)
Forum|alt.badge.img+23
  • Superhero (Customer)
  • 1265 replies
  • November 20, 2024

In the view FA_OBJECT_GROUP the column “OBJECT_CLASS_DESCRIPTION” is available.

But not in the client:

select OBJECT_GROUP_ID,DESCRIPTION,OBJECT_CLASS_MANDATORY,OBJECT_CLASS,ACQUISITION_REASON,DISPOSAL_REASON,SERIES_ID 
from &AO.FA_OBJECT_GROUP
where COMPANY = :p0

I don't see a way to add a custom field there.