I want to add Object Class Description to this list. How can I do that?
Page 1 / 1
If I understand you correctly you want to add a custom field to this list of value, right?
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.
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.