Cannot create organization after adding additional fields.
With the recent update we can add additional fields, but it is not allowing me to create new organizations. I know this cos I removed the additional fields and it worked. I got invalid parameters error. Can I get help with it
2 Replies
Hey @Hunter, did you resolve it? I'm having the same problem
Yes i did here.
Am sending the file now
For the additional fields in the server side, add required false. Example
currency:{ type: string, required: false} By default all add fields are required that's is why you get the error That worked for me
currency:{ type: string, required: false} By default all add fields are required that's is why you get the error That worked for me