Hello,
If I use USERNAME(), I can obtain the logged in user.
Is there a listing somewhere which will tell me all of the system generated values I can use in forms and AES events?
I am looking for a similar way to grab the SITE please?
Regards,
Kyle
There is a document called "Infor Guide to the Application Event System". The copy I have is from 2014 but it includes a list of AES functions and what they do. See if you can grab that for the complete list.To answer your immediate question, I would try one of these: APPNAME(), CONFIGNAME(), DBFUNCTION() with GetSiteNow.I don't have time to experiment with these but I *think* one of them should get you what you want.This is an excerpt from a training manual I have that explains each AES function:[View:/cfs-file/__key/communityserver-discussions-components-files/106/AES-Functions.pdf:320:240]
Thank you Stephen!
CONFIGNAME() is the one I was looking for.
You're welcome! Glad to help.