Our application is a rate calculator that also captures customer information. Because users can recalculate their rate by adjusting the different fields and then the result is 3-4 different products, using the form submission API doesn’t seem like a good fit for our needs.
We are creating contacts and deals using API currently and when creating a deal, I want to set the original source using using API and conditional arguments the check using the URL. However we are having issue changing the field using API and get this error.
Error creating deal (data): {
status: 'error',
message: 'Property values were not valid: [{"isValid":false,"message":"\\"hs_analytics_source_data_1\\" is a read only property; its value cannot be set.","error":"READ_ONLY_VALUE","name":"hs_analytics_source_data_1","localizedErrorMessage":"\\"hs_analytics_source_data_1\\" is a read only property; its value cannot be set.","propertyValue":"ppc","portalId":39884412}]',
correlationId: 'fad2c49a-c8b9-4ef8-939e-be7e9ed6c724',
category: 'VALIDATION_ERROR'
}
So far support has not been able to provide adequate information how we should go about handling this, so I’m hoping someone in the community could provide additional support.