Forums
Error Creating Opportunity via API - Only when UDF on Opp does not have full access
last year by Kris
Hello API Team,
I'm having issue creating Opportunity via API but only when the user that is trying to create Opportunity does not have access to the UDF on that Opportunity entity.
When I update Access Rights to Modify other users' private entries or make the UDF access Public all works fine.
When I set the UDF to be ONLY available to certain Security Group the creation of the Opportunity via API fails.
Request URL: {baseAPI_URL}/api525/Data.svc/json/Create
The error I'm getting is:
ErrorCode: -30000
Message: Access Denied: Can't create Use-defined field (Code: Udf/TypeID(458))
My question is, can I keep the UDF available ONLY to certain security group but then make to API call to update that UDF?
