We are currently on CSI 9.01.01, and have a bunch of Derived fields that use SQL Functions. Is there any way (currently) to use an IDO Method for the Derived field value, or are we limited to just SQL/SQL Functions? I'm trying to avoid creating more SQL Functions but if that's the only way to do it, then that's what I'll do.
Or maybe the actualy problem could be solved. In this instance, I have three Derived fields in our Location IDO. They hold the pieces of our Location names. Ex: If the Location is 53 GAMMA 42, then the fields will contain 53,GAMMA and 42 respectively. Is there any way to make the fields in the Location IDO appear in the Item Location IDO other than re-creating the Derived fields & calling the proper SQL Functions to calculate the value?