Questions tagged [businesscentral]
36 questions
1
vote
0 answers
Business Central 22 http requests don't show on fiddler
I'm trying to use fiddler to see the webrequests we are doing within BC. Unfortunately, it seems that fiddler isn't finding these requests that we make to external services. Has anyone tried anything like this before?
Already tried this and no…

TSL
- 11
- 1
1
vote
1 answer
Test Automation in business central
I am trying to create a test automation project for my business central app (version 21).
But I am unable to reference test libraries in the project.
I followed the manual, installed business central ver.21 sandbox on docker,
however I am unable to…

David Makharadze
- 58
- 6
1
vote
1 answer
assign value to variable on variable declaration? BC AL
Is it possible to assign a value to a variable on its creation? Something like this:
var ProvisionHeaderCounter: Integer := 1;

artem keller
- 27
- 6
1
vote
1 answer
Hide report or hide search icon for user
Is there a way I can hide a report for a particular user in business central cloud. Or just hide the search icon for the user. Thank you

Drools_user
- 231
- 1
- 2
- 10
0
votes
0 answers
Why Custom Work Item does not work in JBPM Business Central?
I created custom work item for jBPM 7.74.1.Final. It is based on "core" Rest Work Item (https://github.com/kiegroup/jbpm/tree/main/jbpm-workitems/jbpm-workitems-rest). I added OAuth2 authentication there. It works when I use it in Eclipse jBPM…

Ladislavovic
- 75
- 1
- 5
0
votes
0 answers
Hi I am facing issue with redhat dmn design
Request Payload:-
[
{
"userId": "12",
"status": "Active",
"names": [
{
"nameType": "Legal Name",
"firstName": "renu",
"lastName": "Tomar"
}
],
"addresses": [
{
"addressType":…
0
votes
0 answers
How do you create an invoice in the "General Journals" section with documenttype = Invoice from API in BusinessCentral
I'm trying to create an "Invoice" from a journal in the "General Journals" section in BC. From the UI I can select the Document Type "Invoice", but I can't find a way to do that via API. The only endpoint I can find to post to that section is
POST…

BoKDamgaard
- 378
- 1
- 19
0
votes
0 answers
jbpm installation guide error , content folder missing
i am new to jbpm and i am doing a setup as indicated in the documentation , but cant access business-central. Logs tells me that :
Class Path entry serializer.jar in…

Aziz Rezgui
- 1
- 1
0
votes
0 answers
Looping over records of table "Page Action" crash the application?
I'm writing a code in AL to insert all actions of all pages in the system in a table, BUT somehow looping over Record "Page Action", In this code snippet I've just shown the name of the action but still running this procedure didn't show any…

XMehdi01
- 5,538
- 2
- 10
- 34
0
votes
0 answers
jBPM 7.7x compiling error: Process Compilation error org.json.JSONObject cannot be resolved to a type
I have a workflow repository imported in jBPM Business Central. While using version 7.59 everything works properly but, after try the same workflow in newer versions (7.73 and 7.74) it thows the followin compiling error after clicking Build…
0
votes
1 answer
Can you pass a parameter to a Page using RunObject?
I have a role center page which I've set up with a few actions. Clicking the action will open a list page which is pre filtered (using RunPageView). I would like to pass the filter to the list page somehow but cant seem to find the answer out…

Dermo909
- 128
- 7
0
votes
0 answers
jBPM Business Central - Error calling container CheckPeriod_1.0.0-SNAPSHOT: Error unmarshalling input
Getting the following error while sending the request through Postman using content-type JSON.
{
"type" : "FAILURE",
"msg" : "Error calling container CheckPeriod_1.0.0-SNAPSHOT: Error unmarshalling input",
"result" : null
}
{
"lookup":…

technocraft
- 21
- 3
0
votes
1 answer
Extension expiration date (PTE)
I want to to know if there is a way to set an expiration date for extensions in business centra deployed by uploading the app file (PTE Scope).
So that the customer will be asked to enter a key to unable the extension after every delay…
0
votes
2 answers
Drools Business Central - Decision tables with spreadsheets, using arrays at WHEN condition
I am new with Drools and I am using Business Central 7.18.0 to implement some rules using the asset Decision Tables (Spreadsheet).
I have achieve to implement some basic rules with excel and try them with Postman using the REST API but now I need …

Jesús RodRu
- 13
- 4
0
votes
1 answer
When I select a row in a factbox how can I get the record?
Using a Chronus purchase invoices:
I'm interested in modifying the "Incoming Document Files" textbox.
When I select a file, I want to display it into another factbox, so my first step is trying to read the record that I've selected.
In this case,…

kuhi
- 531
- 5
- 23