March 1, 2024
Question
Add Favorite Location Failing
- March 1, 2024
- 1 reply
- 0 views
I'm not able to add a favorite location if it is close to another favorite location already saved. There are two stores I go to that are in the same shopping center and I can only add either one or the other, not both. There is no error in the user interface when using QuickBooks Online, but the XHR error in the browser dev tools is attached and pasted below. How can I add both locations to my favorite locations for mileage tracking?
{
"data": {
"createTrips_TripPlace": null
},
"errors": [
{
"$type": "/Error",
"code": "TRIP-102",
"type": "VALIDATION_ERROR",
"message": "Place Location should not be within configured radius of another favorite place already stored",
"$sdk_provider": "com.intuit.sb.trips.v4.PlaceProvider"
}
]
}
