Hello,
A booking I was attempting to run failed with the following reason:
Service 34915/1128 has incorrect data. Service Property is not correct. Expected got
Here are my custom properties:
None of the properties here are required. Agent ID property is being added after a reservation is created by using ReservationInstance.HostingAgentID property
Booking debug log:
2411a729-af51-4a3c-b9bf-4b07bfdd6c82_Debug.html
Could you also copy the booking json from Client Test Tool SRM Surveyor?
Hi Jorge, thanks for answering.
This has been fixed. Is there a way to contribute to the SRM to help modify the exception with more relevant information? It would have taken me 10 minutes to fix this only if the property name was mentioned in the exception.
Hi Benjamin, yes sure, please create a task we can improve the error message.
Put a procedure on how to simulate the error.
This was caused due to inserting a property with int type, instead of string.
The service was being created, because this property was Hosting Agent ID, and it was being populated only once the reservation is created.
Hi Benjamin, to help debug the problem, can you please check if the service gets created? If so, can you please attach the service.xml?
Can you also specify which SRM Solution version are you running?