REST API: Access to new hal registers
9-24-24
Operating system: macOS
Hello.
Have issue when try to GET data from new hal custom register

Recordbegin(CustomItemStatusVc,-,"");
RecordField(Code,M4Code,60,INVc);
...



MainKeyBegin(Code,0);
KeySegment(Code);
SynchronizationIndex;
EndRecord;

Using for this http://127.0.0.1:1300/api/1/CustomItemStatusVc

SERP server for each call asks login password. But after entering - nothing happens - server returns 401 error (Unauthorized)
But when I call IVVc or any standard register - then all works fine.
For tests I using UK demo company with common RestAPI setting by superadmin access rights (allowed all).


When I disabled in Optional Features have error in browser
<error description="not authorized to read this resource"/>
This issue only with new registers from datadef.hal

Mayme I miss some settings? Please assist with this.
This answer was useful
Created by17:16 15 Oct 2024
This answer was useful
10-15-24
Hi,

The user you are using with REST API authentication must have access to the register.
To have access to a register the user must be able to navigate to the register in the user interface.
Any register thus must be added to the user interface somewhere where the user has access.

Martins.
Gatis Jansons
10-16-24
On top of having the custom register added to the interface (register's LClass defined for a specific module in Startup).. interface languages matter as well.

Make sure to add the custom register also under:
SetLangMode(LangEnglish,"ENG",0);
Leave Comment
You can subscribe to notifications for this post by selecting the 'star' icon on the top right corner of the post.
Back to the list
Latest Posts
David Delač
Hi Gastón, Please report a bug in our issue tracker and attach test database that you can repeat this in so I can have a look. Paste subject here once done...
09:46 14 May 2025
Paul Timms
From what I&apos;ve read, using these will store the updated records in memory and then write them to the database in bulk, instead of each record writing to the database in turn. So perhaps there&apo...
17:53 29 Apr 2025