- 17 Mar 2025
- 1 Minute to read
- Print
Enable spot linking
- Updated on 17 Mar 2025
- 1 Minute to read
- Print
You can link spots in the IXM Platform. This means that spots remain in their original spot group, but are also visible in a spot group they’re linked to.
To enable linking spots for user types, perform the following steps:
Navigate to the configuration files on the server at: GVServer2\www\gv2\gf\GFWebHtmlCustomer\
Open one of the following folders:
00000: edit configurations for the entire server, which means for all customers.
000xxx: edit customer-specific settings. xxx is the customer ID.
Open the config.json file in your folder with a text editor like Notepad++.
Set cms > EnableSpotLinkCreationForUserType to one or more of the following options:
Admin: admin users can link spots.
StandardUser: standard users can link spots.
LocationUser: location users can link spots.
Save your changes and close the file.
"cms": {
"EnableSpotLinkCreationForUserType": [
"Admin",
"StandardUser",
"LocationUser"
],
}