
Roberto Zanetti
- Total activity 10
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 2
Activity overview
Latest activity by Roberto Zanetti-
Roberto Zanetti commented,
Hi Andreas, I have solve the problem, the app field was refered to another app (with the same name and structure) in another workspace. So the code works fine and is correct, but we must use the it...
-
Roberto Zanetti commented,
Ok, so I try to understand, now I use the external id of the other app, API return no error but in the new record I don't see the relation. Here is the code: <?php error_reporting(E_ALL | E_STRIC...
-
Roberto Zanetti commented,
Andreas I have check now, the element that I have inserted before doesn't have the external_id. How I can insert the external_id in an element?
-
Roberto Zanetti commented,
Hi Andreas, the routine do the following steps: 1) Insert Role 2) Insert person I save the role, and after that I call PodioItem::filter($app_id_role, array('filters' => array('id_role' => array(...
-
Roberto Zanetti created a post,
Problem on Create New Item with App Item Field (element no longer valid)
Answeredhi Guys, I have a problem on insert a new item in an app, this app has a field the is referenced with another app. The message tell something like "element is no longer valid" in english. $item = ...
-
Roberto Zanetti commented,
I have solved the problem, i have enabled the error trace and I have found this: PHP Fatal error: Uncaught PodioBadRequestError: "Invalid value "116805646" (string): must be integer" Request URL:...
-
Roberto Zanetti created a post,
Problem on webhook and file upload
AnsweredHi, I have a problem, I have developed a php page (using your wrapper). This page is called when one item is created in a custom app. I have already validated the webhook (in fact I'm able to ch...