FK Reference info string is mostly made for parent MO tables or config control tables. However, they do not support children tables with auto generated primary keys like CI_ACCT_APAY.ACCT_APAY_ID. At a particular client, they use a characteristic type for Autopay Id. Although the FK-type characteristic can be saved, it does not display a description because info programs are not supported for that table (only displays ‘No Foreign Key Reference information available’). On-prem projects can implement custom Java programs, but it is not possible with CCS.
Request product to implement an info program for an FK Refence to CI_AUTO_PAY (e.g., ‘AutoPayInfoRetriever’) to display - - , or a way via Scripting/Groovy to easily implement a new Info Program into an FK Reference.
We have tried using GenericMOInfoRetriever creating a custom MO with a custom Info algorithm but doesn't work.