What you are seeing is the write out of Actlink Guide function in the
js for midTier to the log file
doing a search you see the following in clientcore.js
imode.push({f:ARACTCallGuide, a:[weArgs.runGuide.server,
weArgs.runGuide.guidename, weArgs.runGuide.hidden,
weArgs.runGuide.tableid, weArgs.runGuide.selectedonly]});So in you logs, @ means current server, next parameter is name of the ActiveLinkGuid, next parameter is false meaning that the Guide is not hidden for the user (he can see it in User tool object list) , next 2 parameters are undefined because the guide is not looping a table, and not looping on selected rows) On May 27, 8:39 am, Remedy Maniac <[email protected]> wrote: > dear list, > > I am trying to build a ALG in ARSystem 7.5 > I keep getting the following in the mid-tier logs > _____________________________________________________________ > > ActiveLink: propGetMyView > > True actions: > > action 0 > > ARACTCallGuide(@, PROPGetMyView, false, undefined, undefined) > > _____________________________________________________________ > > I don't see what is "false" and what is "undefined" > > Any help/tips would be appreciated > > Serouche > > _______________________________________________________________________________ > UNSUBSCRIBE or access ARSlist Archives atwww.arslist.org > attend wwrug10www.wwrug.comARSlist: "Where the Answers Are" _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org attend wwrug10 www.wwrug.com ARSlist: "Where the Answers Are"

