Hi freaks
I'm try to build a plugin to show listings of all objecttypes
For type "ENT" I run into a challenge 🙂
There is no listing for "ENT" but two for "EOI" and "ECI"
An idea is, to show for this type two tabs
"listing EOI" and "listing "ECI"
I don't want to duplicate code but to reuse the on "list viewer".
The line in ASN should look like this:
IDE_DEFINE_WORKSHEETS_ENT=VLISTING(EOI),VLISTING(ECI)
Is there an chance to desclare a static parameter?
Yes, there are a few "worarounds" but a static paramater is much more clear 🙂
Ingo