You can enable users to set an expiration date and time for spots in IXM One. You can specify which user types can set validity.
To do so, 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 enableSpotExpiryDateForUserType to one or more of the following options:
Admin: admin users can set the validity date and time of a spot.
StandardUser: standard users can set the validity date and time of a spot.
LocationUser: location users can set the validity date and time of a spot.
Save your changes and close the file.
{
"cms":{
"enableSpotExpiryDateForUserType": [
"Admin",
"StandardUser",
"LocationUser"
],