Oh yeah, one more thing, the request must be POST to the update/create methods.<div><br></div><div>Cheers</div><div><br></div><div>Nicolas<br><br><div class="gmail_quote">2012/1/13 Nicolas Larcipretti <span dir="ltr"><<a href="mailto:niclarcipretti@gmail.com">niclarcipretti@gmail.com</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">When you create you session, do you use an admin user? Cause, AFAIK, they're the only ones that can perform changes on any record. If you're using any other user that doesn't have admin privileges, this will trigger the "access denied" error.<div>
<br></div><div>Cheers</div><div><br></div><div>Nicolas<br><br><div class="gmail_quote">2012/1/13 Bobo Wieland <span dir="ltr"><<a href="mailto:bobo@prisjakt.nu" target="_blank">bobo@prisjakt.nu</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div><div class="h5">
<div bgcolor="#FFFFFF" text="#000000">
I'm 100% sure that the session is correct. I havn't posted the whole
chain of events here, but this is what I've done:<br>
<br>
1. Verified my credentials and got a correct session.<br>
2. Fetched a potential that I know to be assigned to a group
(20x1756).<br>
3a. Tried to change something in the potential and the update it
without changing assigned_to. This causes the error.<br>
3b. Create a new potential/edit another potential and set
assigned_to to 20x1756. This causes the error (assigning the
potential to a user (19xXXXX) works).<br>
<br>
This is all through the REST api using curl.<br>
<br>
Nicolas Larcipretti skrev 2012-01-13 12:58:
<div><div><blockquote type="cite">Well, I've never used curl to do this before, but I
think it can be used without problems.
<div><br>
</div>
<div>Your request seems fine to me, the only things you need to
check are:</div>
<div>- the "sessionName", cause if you create the token in the
wrong way, it won't let you finish the request.</div>
<div>- the related id's that you're sending.</div>
<div><br>
</div>
<div>Are you shure that your group id is 1756? I don't know how
many users you have, but usualy that a pretty high number to a
group.</div>
<div>
<br>
</div>
<div>Can you show us how are you creating your session?</div>
<div><br>
</div>
<div>Cheers.</div>
<div><br>
</div>
<div>Nicolas<br>
<br>
<div class="gmail_quote">2012/1/13 Bobo Wieland <span dir="ltr"><<a href="mailto:bobo@prisjakt.nu" target="_blank">bobo@prisjakt.nu</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div bgcolor="#FFFFFF" text="#000000"> Sure.<br>
<br>
Data array:<br>
<pre>[amount] => 0.00
[referenceid] =>
[special_price] => 0
[email] =>
[countrybusiness] => SE
[price_type] => Pricegroup A
[expected_close_date] => 2012-01-09
[created_time] => 2012-01-09 10:53:48
[description] => 120109/SalesBot - Självprofilering
2012-01-09/SalesBot new status.
[modified_time] => 2012-01-13 10:25:50
[next_step] =>
[potential_name] => Featured Store - demo
[type] => Featured Store
[potential_no] => POT3232
[probability_(%)] => 0.00
[related_to] => 3x793
[sales_stage] => Closed Won
[assigned_to] => 20x1756
[potentialid] => 5x53741</pre>
<br>
<br>
This is the raw curl command:<br>
<br>
/usr/bin/curl --header 'Expect:' --header 'Authorization:
Basic <CODE>' --include --url
'<VTIGER_URL>/webservice.php' --data
'element=%7B%22amount%22%3A%220.00%22%2C%22cf_507%22%3A%22%22%2C%22cf_629%22%3A%220%22%2C%22cf_630%22%3A%22%22%2C%22cf_703%22%3A%22SE%22%2C%22cf_705%22%3A%22Pricegroup+A%22%2C%22closingdate%22%3A%222012-01-09%22%2C%22createdtime%22%3A%222012-01-09+10%3A53%3A48%22%2C%22description%22%3A%22120109%5C%2FSalesBot+-+Sj%5Cu00e4lvprofilering%5Cn2012-01-09%5C%2FSalesBot+new+status.%5Cn%22%2C%22modifiedtime%22%3A%222012-01-13+10%3A25%3A50%22%2C%22nextstep%22%3A%22%22%2C%22potentialname%22%3A%22Featured+Store+-+demo%22%2C%22opportunity_type%22%3A%22Featured+Store%22%2C%22potential_no%22%3A%22POT3232%22%2C%22probability%22%3A%220.00%22%2C%22related_to%22%3A%223x793%22%2C%22sales_stage%22%3A%22Closed+Won%22%2C%22assigned_user_id%22%3A%2220x1756%22%2C%22id%22%3A%225x53741%22%7D&operation=update&sessionName=672515d54f100e7a0cc2e'<br>
<br>
<br>
Nicolas Larcipretti skrev 2012-01-13 11:36:
<blockquote type="cite">
<div>
<div>Can you paste here your entire REST
call? I might help you cause I have a method that
does group creation via webservice here.
<div><br>
</div>
<div>Cheers</div>
<div><br>
</div>
<div>Nicolas<br>
<br>
<div class="gmail_quote">2012/1/13 Bobo Wieland <span dir="ltr"><<a href="mailto:bobo@prisjakt.nu" target="_blank">bobo@prisjakt.nu</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div bgcolor="#FFFFFF" text="#000000"> Coming
back to this issue. Just ignored it for a
while.<br>
<br>
Trying to set assigned_to for a potential to
"20x1756" (which is a valid group that many
potentials is assigned to in our vtiger
system) still gives me the error message:<br>
<br>
"Cannot assign record to the given user
(ACCESS_DENIED)"<br>
<br>
I do this using the REST Web Services using
"update"
<div><br>
<br>
<br>
<br>
praneeth K skrev 2011-10-28 12:51: </div>
<blockquote type="cite">Hi ,
<div>
<div><br>
<br>
Generally group id will be in the
format of '20x<i>groupId</i>'. I hope
you are passing id to the REST api in
the same format. <br>
<br>
<div class="gmail_quote">On Fri, Oct
28, 2011 at 1:51 PM, Bobo Wieland <span dir="ltr"><<a href="mailto:bobo@prisjakt.nu" target="_blank">bobo@prisjakt.nu</a>></span>
wrote:<br>
<blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Using
the REST-api, is it possible to
set "assigned_to" for a Potential<br>
to a Group? I get an ACCESS_DENIED
when I try even though it works<br>
perfectly to set it to a group
using the standard webinterface.<br>
<br>
best regards<br>
<font color="#888888">Bobo Wieland
- <a href="mailto:bobo@prisjakt.nu" target="_blank">bobo@prisjakt.nu</a><br>
_______________________________________________<br>
<a href="http://www.vtiger.com/" target="_blank">http://www.vtiger.com/</a><br>
</font></blockquote>
</div>
<br>
<br clear="all">
<br>
-- <br>
<br>
<div>Best Regards,</div>
<div>K Praneeth,</div>
<div>vtiger Team.</div>
<div><br>
</div>
<div><span style="font-size:13px;font-family:arial,sans-serif"><b>Connect
with us on: </b><a href="http://twitter.com/#%21/vtigercrm" style="color:rgb(0,0,204)" target="_blank">Twitter</a> <b>I</b> <a href="http://www.facebook.com/pages/vtiger/226866697333578?sk=wall" style="color:rgb(0,0,204)" target="_blank">Facebook</a> <b>I</b> <a href="http://blog.vtiger.com/" style="color:rgb(0,0,204)" target="_blank">Blog</a><b> I</b> <a href="http://wiki.vtiger.com/index.php/Main_Page" style="color:rgb(0,0,204)" target="_blank">Wiki</a> <b>I </b><a href="http://forums.vtiger.com/" style="color:rgb(0,0,204)" target="_blank">Forums </a><b>I</b> <a href="http://vtiger.com/" style="color:rgb(0,0,204)" target="_blank">Website</a></span></div>
<br>
</div>
</div>
</blockquote>
<br>
<div> <br>
<div>-- <br>
<i>Med vänliga hälsningar<br>
Bobo - <a href="mailto:bobo@prisjakt.nu" target="_blank">bobo@prisjakt.nu</a></i></div>
</div>
</div>
<br>
_______________________________________________<br>
<a href="http://www.vtiger.com/" target="_blank">http://www.vtiger.com/</a><br>
</blockquote>
</div>
<br>
</div>
<br>
<fieldset></fieldset>
<br>
</div>
</div>
<pre>_______________________________________________
<a href="http://www.vtiger.com/" target="_blank">http://www.vtiger.com/</a></pre>
</blockquote>
<div> <br>
<br>
<div>-- <br>
<i>Med vänliga hälsningar<br>
Bobo - <a href="mailto:bobo@prisjakt.nu" target="_blank">bobo@prisjakt.nu</a></i></div>
</div>
</div>
<br>
_______________________________________________<br>
<a href="http://www.vtiger.com/" target="_blank">http://www.vtiger.com/</a><br>
</blockquote>
</div>
<br>
</div>
<br>
<fieldset></fieldset>
<br>
<pre>_______________________________________________
<a href="http://www.vtiger.com/" target="_blank">http://www.vtiger.com/</a></pre>
</blockquote>
<br>
<br>
<div>-- <br>
<i>Med vänliga hälsningar<br>
Bobo - <a href="mailto:bobo@prisjakt.nu" target="_blank">bobo@prisjakt.nu</a></i></div>
</div></div></div>
<br></div></div>_______________________________________________<br>
<a href="http://www.vtiger.com/" target="_blank">http://www.vtiger.com/</a><br></blockquote></div><br></div>
</blockquote></div><br></div>