Question: In SalesLogix I have seen that our code uses both Application.GlobalInfo.Item and Application.BasicFunctions.GlobalInfoFor
functionality in SalesLogix VBscript. They seem to both perform the
same function and I’m wondering if there a reason to choose one over the
other?
Answer: They can be used interchangeably, however, for new code it is a good
idea to use the Application.GlobalInfo because it makes for nicer
syntax. The BasicFunctions are the same things wrapped for
legacy conversion.



