Hi guys,
I have an Extension Definition named 'Approves' which has a collection to keep approver information.The collection has Collection Internal Name as 'APPROVER_TABLE' and Attribute Database Table as 'FCI_DYN_$4147483555'. I would like to get the information from the extention. The problem is i can not be able to get the IBean of Approves extention defination to use 'iBean.getExtensionCollection("'APPROVER_TABLE")' method from the Project document script. I have to write SQL to query from 'FCI_DYN_$4147483555' directly. There might be a problem when i transport it to another server ,for example production,. The table name might be changed, and cause the script can not be work. Can you please guide me.
Thank you in advance,
Thongie