Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Hi!I have a strange issue with API created field.I use API call to create a checkbox field{"id": "Opt_In_Consent__c","label": "Opt-In Consent","dataType": "checkbox","defaultValue": "yes","validationMessage": "This field is required.","required": false,"formPrefill": true,"initiallyChecked": true}Af...
I'm trying to update my Country field values list through REST API request. But update field endpoint always returns the empty string as response.The following is an example of a field label update request.I think it should return success status and errors... But just empty response and 200 code.Doe...