Search found 28 matches

by UBSPOL
11 May 2020, 19:52
Forum: Discussion
Topic: Update from Version 2.4 to 2.6
Replies: 2
Views: 514

Re: Update from Version 2.4 to 2.6

great

thx
by UBSPOL
11 May 2020, 18:04
Forum: Discussion
Topic: Update from Version 2.4 to 2.6
Replies: 2
Views: 514

Update from Version 2.4 to 2.6

Hi,

I have read your update instruction but unfortunately I did not fully understand it.

if i want to update from version 2.4 to 2.6, i have to do it in two steps?

first from 2.4 to 2.5 and then from 2.5 to 2.6?
is that correct?

thx for your replay
by UBSPOL
11 Apr 2019, 17:20
Forum: Discussion
Topic: Relation between two Fields
Replies: 1
Views: 564

Relation between two Fields

Hi, im looking for a way to handle relations between two fields. Example: I added in the user table a new Field (Customer) with a reference to a global list (Customer). In my Entity i created two fields 1. Customer (Refers to the global list (Customer) 2. CustomerUser (Refers to Users --> Type: User...
by UBSPOL
03 Sep 2018, 12:48
Forum: Discussion
Topic: API Access
Replies: 11
Views: 2339

Re: API Access

Next milestone has been reached :mrgreen: don't know why it works now, but whatever. Finally, I only have a little problem with the json data. Some fields are empty even though they are maintained in the system. { "status": "success", "data": [{ "id": "1...
by UBSPOL
10 Aug 2018, 16:50
Forum: Discussion
Topic: API Access
Replies: 11
Views: 2339

Re: API Access

support wrote:If you insert data to sub-entity then you have to use "parent_item_id"
See https://www.rukovoditel.net/api.html
hello Sergey,

You misunderstood me. i Just reading data by th api which are created in system.
by UBSPOL
10 Aug 2018, 15:08
Forum: Discussion
Topic: API Access
Replies: 11
Views: 2339

Re: API Access

Next milestone has been reached :mrgreen: don't know why it works now, but whatever. Finally, I only have a little problem with the json data. Some fields are empty even though they are maintained in the system. { "status": "success", "data": [{ "id": "10...
by UBSPOL
03 Aug 2018, 15:18
Forum: Discussion
Topic: API Access
Replies: 11
Views: 2339

Re: API Access

UBSPOL wrote: https://xxx/api/rest.php?key=xxx&username=xxx&password=xxx&action=select&entity_id=21&limit=0
is the URL String correct?

maybe there is an error.
by UBSPOL
01 Aug 2018, 11:17
Forum: Discussion
Topic: API Access
Replies: 11
Views: 2339

Re: API Access

support wrote:Can you use POST request?
Hi

i tried POST and GET
in both the same error message.
by UBSPOL
31 Jul 2018, 21:06
Forum: Discussion
Topic: API Access
Replies: 11
Views: 2339

Re: API Access

support wrote:You can find instruction and examples here https://www.rukovoditel.net/api.html
Hi Sergey

I followed your example.
But there is nothing about the error.
by UBSPOL
31 Jul 2018, 18:41
Forum: Discussion
Topic: API Access
Replies: 11
Views: 2339

Re: API Access

I have finished a C# programming. But I have an error message and I can't do anything with it: {"status":"error","error_code":"","error_message":"key is required"} https:// xxx /api/rest.php?key= xxx &username= xxx &password= xxx &a...