AX2362

GetFileGroupInfo function

The GetFileGroupInfo function has been deprecated in favor of the following functions:

  • GetFileGroupID: Returns the ID of a file group.
  • GetFileGroupVariable: Returns the value of a file group variable, given the variable name.
  • GetFileGroupProperty: Returns the value of various file group-related properties, such as the file group display name, or the current plan code.

If you have existing GetFileGroupInfo functions in your files, the functions will continue to work. However, we strongly recommend converting these deprecated functions to use the new functions instead.

NOTE: The new functions replace all of the functionality of the GetFileGroupInfo function, except for the ability to return the file group code. Use of the file group code to identify a file group has been deprecated. Instead, you should use the file group name or the file group ID to identify a file group.