Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
callServer in FormAPI
conmgmt
How do we retrieve Teamsite variables such as areapath, username, etc. in a CGI executed using callServer?
Find more posts tagged with
Comments
Migrateduser
Got a solution concerning this problem ?
jamesk
i have used parent.gWorkarea in the formapi to get the workarea and the IWDCRInfo.getDCRNAME() method to get the dcr name.
I then have passed them as parameters to the callserver.
Not sure if this helps - there might be a better way of doing it.
james
Migrateduser
I guess there is no need to pass them as parameters. All the variables should be available using api.IW.... syntax.