Marioth
19th May 2009, 14:04
Hi,

Maybe I read it wrong but in one of the eMessage Connector Examples the speak about "systemdata.to.report, defaults.to.report etc" but I never heard of these commands. Can somebody enlight me?


Thanks,

Mario

george7a
19th May 2009, 14:23
There are many undocumented functions (http://www.baanboard.com/baanboard/showthread.php?t=36550) in Baan. This might be one of them, since I did not find it in any documentation that I have (Baan IV,V & LN).

- George

Marioth
19th May 2009, 14:29
Hi George,

Well I tried to put one of them within my script but when I compile it it gives me errors as unknow command so I think there must be something else going on.

Regards,

Mario

george7a
19th May 2009, 14:35
I have noticed that they have added the following include in their script:
#include "ittadv0001"
That function might be defined there. However, when I tried to include that library, I got an error: can not open input file "ittadv0001"

Marioth
19th May 2009, 14:44
George,

Are you working with LN or ERP, cos I can't find that include within the Tools directory?

Regards,

Mario

george7a
19th May 2009, 14:47
I tried it in LN & Baan IV and it did not work on both since we do not have this "ittadv0001" include.

Marioth
19th May 2009, 14:49
I know hopefully somebody else has an idea cos maybe this is one of the undocumented functions and would be nice to look what these commands are doing.

george7a
21st May 2009, 10:29
You might want to ask Infor about this include "ittadv0001" or search for it in their support site.

Kiran Gholap
22nd November 2010, 10:57
We are on LN 6.1 FP5 and trying to use emessage connector for sending emails as per example given for creating report and sending to multiple recipients using cmf.sendToPerson and using message dialog to construct the message and addresslist objects.

But we are facing same problem of difficulty in usting undocumented functions such as systemdata.to.report( ttaad200.user, brp_id)

Has anyone could use these functions....